Initial commit
[yaffs-website] / node_modules / array-differ / package.json
1 {
2   "_args": [
3     [
4       "array-differ@^1.0.0",
5       "/var/www/yaffs/node_modules/gulp-util"
6     ]
7   ],
8   "_from": "array-differ@>=1.0.0 <2.0.0",
9   "_id": "array-differ@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/array-differ",
13   "_npmUser": {
14     "email": "sindresorhus@gmail.com",
15     "name": "sindresorhus"
16   },
17   "_npmVersion": "1.4.14",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "array-differ",
21     "raw": "array-differ@^1.0.0",
22     "rawSpec": "^1.0.0",
23     "scope": null,
24     "spec": ">=1.0.0 <2.0.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/gulp-util"
29   ],
30   "_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
31   "_shasum": "eff52e3758249d33be402b8bb8e564bb2b5d4031",
32   "_shrinkwrap": null,
33   "_spec": "array-differ@^1.0.0",
34   "_where": "/var/www/yaffs/node_modules/gulp-util",
35   "author": {
36     "email": "sindresorhus@gmail.com",
37     "name": "Sindre Sorhus",
38     "url": "http://sindresorhus.com"
39   },
40   "bugs": {
41     "url": "https://github.com/sindresorhus/array-differ/issues"
42   },
43   "dependencies": {},
44   "description": "Create an array with values that are present in the first input array but not additional ones",
45   "devDependencies": {
46     "mocha": "*"
47   },
48   "directories": {},
49   "dist": {
50     "shasum": "eff52e3758249d33be402b8bb8e564bb2b5d4031",
51     "tarball": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
52   },
53   "engines": {
54     "node": ">=0.10.0"
55   },
56   "files": [
57     "index.js"
58   ],
59   "gitHead": "e91802976c4710eef8dea2090d48e48525cf41b1",
60   "homepage": "https://github.com/sindresorhus/array-differ",
61   "keywords": [
62     "array",
63     "diff",
64     "differ",
65     "difference",
66     "exclude",
67     "filter"
68   ],
69   "license": "MIT",
70   "maintainers": [
71     {
72       "name": "sindresorhus",
73       "email": "sindresorhus@gmail.com"
74     }
75   ],
76   "name": "array-differ",
77   "optionalDependencies": {},
78   "readme": "ERROR: No README data found!",
79   "repository": {
80     "type": "git",
81     "url": "git://github.com/sindresorhus/array-differ.git"
82   },
83   "scripts": {
84     "test": "mocha"
85   },
86   "version": "1.0.0"
87 }