Initial commit
[yaffs-website] / node_modules / array-uniq / package.json
1 {
2   "_args": [
3     [
4       "array-uniq@^1.0.2",
5       "/var/www/yaffs/node_modules/gulp-util"
6     ]
7   ],
8   "_from": "array-uniq@>=1.0.2 <2.0.0",
9   "_id": "array-uniq@1.0.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/array-uniq",
13   "_nodeVersion": "4.4.2",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/array-uniq-1.0.3.tgz_1466079716839_0.9139188586268574"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "array-uniq",
26     "raw": "array-uniq@^1.0.2",
27     "rawSpec": "^1.0.2",
28     "scope": null,
29     "spec": ">=1.0.2 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gulp-util"
34   ],
35   "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
36   "_shasum": "af6ac877a25cc7f74e058894753858dfdb24fdb6",
37   "_shrinkwrap": null,
38   "_spec": "array-uniq@^1.0.2",
39   "_where": "/var/www/yaffs/node_modules/gulp-util",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/array-uniq/issues"
47   },
48   "dependencies": {},
49   "description": "Create an array without duplicates",
50   "devDependencies": {
51     "ava": "*",
52     "es6-set": "^0.1.0",
53     "require-uncached": "^1.0.2",
54     "xo": "*"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "af6ac877a25cc7f74e058894753858dfdb24fdb6",
59     "tarball": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.js"
66   ],
67   "gitHead": "3b5bf5a90a585b3950284d575f33d09663f6083a",
68   "homepage": "https://github.com/sindresorhus/array-uniq#readme",
69   "keywords": [
70     "arr",
71     "array",
72     "duplicate",
73     "es6",
74     "remove",
75     "set",
76     "uniq",
77     "unique"
78   ],
79   "license": "MIT",
80   "maintainers": [
81     {
82       "name": "sindresorhus",
83       "email": "sindresorhus@gmail.com"
84     }
85   ],
86   "name": "array-uniq",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/sindresorhus/array-uniq.git"
92   },
93   "scripts": {
94     "test": "xo && ava"
95   },
96   "version": "1.0.3"
97 }