work.suroh.tk/node_modules/array-differ/package.json

68 lines
1.7 KiB
JSON

{
"_from": "array-differ@^3.0.0",
"_id": "array-differ@3.0.0",
"_inBundle": false,
"_integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
"_location": "/array-differ",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-differ@^3.0.0",
"name": "array-differ",
"escapedName": "array-differ",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/multimatch"
],
"_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
"_shasum": "3cbb3d0f316810eafcc47624734237d6aee4ae6b",
"_spec": "array-differ@^3.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/multimatch",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/array-differ/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Create an array with values that are present in the first input array but not additional ones",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/array-differ#readme",
"keywords": [
"array",
"difference",
"diff",
"differ",
"filter",
"exclude"
],
"license": "MIT",
"name": "array-differ",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/array-differ.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}