diff options
Diffstat (limited to 'node_modules/array-union/package.json')
| -rw-r--r-- | node_modules/array-union/package.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/node_modules/array-union/package.json b/node_modules/array-union/package.json new file mode 100644 index 000000000..367c844b6 --- /dev/null +++ b/node_modules/array-union/package.json @@ -0,0 +1,40 @@ +{ + "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": "*" + } +} |
