39 lines
639 B
JSON
39 lines
639 B
JSON
|
{
|
||
|
"name": "arr-exclude",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Exclude certain items from an array",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/arr-exclude",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"array",
|
||
|
"arr",
|
||
|
"list",
|
||
|
"exclude",
|
||
|
"blacklist",
|
||
|
"ignore",
|
||
|
"without",
|
||
|
"items",
|
||
|
"elements",
|
||
|
"values",
|
||
|
"filter"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"xo": "*"
|
||
|
}
|
||
|
}
|