aboutsummaryrefslogtreecommitdiff
path: root/node_modules/array-union/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/array-union/package.json')
-rw-r--r--node_modules/array-union/package.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/node_modules/array-union/package.json b/node_modules/array-union/package.json
deleted file mode 100644
index 367c844b6..000000000
--- a/node_modules/array-union/package.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "array-union",
- "version": "1.0.2",
- "description": "Create an array of unique values, in order, from the input arrays",
- "license": "MIT",
- "repository": "sindresorhus/array-union",
- "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",
- "set",
- "uniq",
- "unique",
- "duplicate",
- "remove",
- "union",
- "combine",
- "merge"
- ],
- "dependencies": {
- "array-uniq": "^1.0.1"
- },
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
-}