Version 1
[yaffs-website] / node_modules / array-unique / package.json
1 {
2   "_args": [
3     [
4       "array-unique@^0.2.1",
5       "/var/www/yaffs/node_modules/micromatch"
6     ]
7   ],
8   "_from": "array-unique@>=0.2.1 <0.3.0",
9   "_id": "array-unique@0.2.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/array-unique",
13   "_nodeVersion": "1.6.2",
14   "_npmUser": {
15     "email": "github@sellside.com",
16     "name": "jonschlinkert"
17   },
18   "_npmVersion": "2.7.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "array-unique",
22     "raw": "array-unique@^0.2.1",
23     "rawSpec": "^0.2.1",
24     "scope": null,
25     "spec": ">=0.2.1 <0.3.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/micromatch"
30   ],
31   "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
32   "_shasum": "a1d97ccafcbc2625cc70fadceb36a50c58b01a53",
33   "_shrinkwrap": null,
34   "_spec": "array-unique@^0.2.1",
35   "_where": "/var/www/yaffs/node_modules/micromatch",
36   "author": {
37     "name": "Jon Schlinkert",
38     "url": "https://github.com/jonschlinkert"
39   },
40   "bugs": {
41     "url": "https://github.com/jonschlinkert/array-unique/issues"
42   },
43   "dependencies": {},
44   "description": "Return an array free of duplicate values. Fastest ES5 implementation.",
45   "devDependencies": {
46     "array-uniq": "^1.0.2",
47     "benchmarked": "^0.1.3",
48     "mocha": "*",
49     "should": "*"
50   },
51   "directories": {},
52   "dist": {
53     "shasum": "a1d97ccafcbc2625cc70fadceb36a50c58b01a53",
54     "tarball": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "files": [
60     "index.js"
61   ],
62   "gitHead": "36fde8e586fb7cf880b8b3aa6515df889e64ed85",
63   "homepage": "https://github.com/jonschlinkert/array-unique",
64   "license": {
65     "type": "MIT",
66     "url": "https://github.com/jonschlinkert/array-unique/blob/master/LICENSE"
67   },
68   "main": "index.js",
69   "maintainers": [
70     {
71       "name": "jonschlinkert",
72       "email": "github@sellside.com"
73     }
74   ],
75   "name": "array-unique",
76   "optionalDependencies": {},
77   "readme": "ERROR: No README data found!",
78   "repository": {
79     "type": "git",
80     "url": "git://github.com/jonschlinkert/array-unique.git"
81   },
82   "scripts": {
83     "test": "mocha"
84   },
85   "version": "0.2.1"
86 }