aboutsummaryrefslogtreecommitdiff
path: root/node_modules/arr-exclude/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/arr-exclude/package.json')
-rw-r--r--node_modules/arr-exclude/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/node_modules/arr-exclude/package.json b/node_modules/arr-exclude/package.json
new file mode 100644
index 000000000..a82eaa7f8
--- /dev/null
+++ b/node_modules/arr-exclude/package.json
@@ -0,0 +1,38 @@
+{
+ "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": "*"
+ }
+}