You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.6 KiB
JSON

{
"_from": "arr-exclude@^1.0.0",
"_id": "arr-exclude@1.0.0",
"_inBundle": false,
"_integrity": "sha1-38fC5VKicHI8zaBM8xKMjL/lxjE=",
"_location": "/arr-exclude",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "arr-exclude@^1.0.0",
"name": "arr-exclude",
"escapedName": "arr-exclude",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ava-init"
],
"_resolved": "https://registry.npmjs.org/arr-exclude/-/arr-exclude-1.0.0.tgz",
"_shasum": "dfc7c2e552a270723ccda04cf3128c8cbfe5c631",
"_spec": "arr-exclude@^1.0.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava-init",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/arr-exclude/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Exclude certain items from an array",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/arr-exclude#readme",
"keywords": [
"array",
"arr",
"list",
"exclude",
"blacklist",
"ignore",
"without",
"items",
"elements",
"values",
"filter"
],
"license": "MIT",
"name": "arr-exclude",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/arr-exclude.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}