summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/array-union/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/array-union/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/array-union/package.json49
1 files changed, 0 insertions, 49 deletions
diff --git a/tools/node_modules/eslint/node_modules/array-union/package.json b/tools/node_modules/eslint/node_modules/array-union/package.json
deleted file mode 100644
index abfa223ebe..0000000000
--- a/tools/node_modules/eslint/node_modules/array-union/package.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/array-union/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "array-uniq": "^1.0.1"
- },
- "deprecated": false,
- "description": "Create an array of unique values, in order, from the input arrays",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/array-union#readme",
- "keywords": [
- "array",
- "arr",
- "set",
- "uniq",
- "unique",
- "duplicate",
- "remove",
- "union",
- "combine",
- "merge"
- ],
- "license": "MIT",
- "name": "array-union",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/array-union.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.2"
-} \ No newline at end of file