104 lines
2.4 KiB
JSON
104 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"arr-diff@^1.0.1",
|
|
"/home/bernhard/freifunk-app/node_modules/plugin-error"
|
|
]
|
|
],
|
|
"_from": "arr-diff@>=1.0.1 <2.0.0",
|
|
"_id": "arr-diff@1.1.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/arr-diff",
|
|
"_nodeVersion": "0.12.4",
|
|
"_npmUser": {
|
|
"email": "github@sellside.com",
|
|
"name": "jonschlinkert"
|
|
},
|
|
"_npmVersion": "2.10.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "arr-diff",
|
|
"raw": "arr-diff@^1.0.1",
|
|
"rawSpec": "^1.0.1",
|
|
"scope": null,
|
|
"spec": ">=1.0.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/plugin-error"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
|
|
"_shasum": "687c32758163588fef7de7b36fabe495eb1a399a",
|
|
"_shrinkwrap": null,
|
|
"_spec": "arr-diff@^1.0.1",
|
|
"_where": "/home/bernhard/freifunk-app/node_modules/plugin-error",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/arr-diff/issues"
|
|
},
|
|
"dependencies": {
|
|
"arr-flatten": "^1.0.1",
|
|
"array-slice": "^0.2.3"
|
|
},
|
|
"description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
|
|
"devDependencies": {
|
|
"array-differ": "^1.0.0",
|
|
"benchmarked": "^0.1.4",
|
|
"chalk": "^1.1.1",
|
|
"mocha": "^2.2.5",
|
|
"should": "^7.0.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "687c32758163588fef7de7b36fabe495eb1a399a",
|
|
"tarball": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "a749b8f9a21dae711050a14e580860abe7299a01",
|
|
"homepage": "https://github.com/jonschlinkert/arr-diff",
|
|
"keywords": [
|
|
"arr",
|
|
"array",
|
|
"diff",
|
|
"differ",
|
|
"difference"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jonschlinkert",
|
|
"email": "github@sellside.com"
|
|
}
|
|
],
|
|
"name": "arr-diff",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/arr-diff.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"arr-flatten",
|
|
"array-filter",
|
|
"array-intersection"
|
|
]
|
|
}
|
|
},
|
|
"version": "1.1.0"
|
|
}
|