forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.4 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_args": [
[
"arr-diff@^1.1.0",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/micromatch"
]
],
"_from": "arr-diff@>=1.1.0 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/arr-diff",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "[email protected]",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "arr-diff",
"raw": "arr-diff@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/micromatch"
],
"_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
"_shasum": "687c32758163588fef7de7b36fabe495eb1a399a",
"_shrinkwrap": null,
"_spec": "arr-diff@^1.1.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/arr-diff/issues"
},
"dependencies": {
"arr-flatten": "^1.0.1",
"array-slice": "^0.2.3"
},
"description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
"devDependencies": {
"array-differ": "^1.0.0",
"benchmarked": "^0.1.4",
"chalk": "^1.1.1",
"mocha": "^2.2.5",
"should": "^7.0.4"
},
"directories": {},
"dist": {
"shasum": "687c32758163588fef7de7b36fabe495eb1a399a",
"tarball": "http://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "a749b8f9a21dae711050a14e580860abe7299a01",
"homepage": "https://github.com/jonschlinkert/arr-diff",
"installable": true,
"keywords": [
"arr",
"array",
"diff",
"differ",
"difference"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "[email protected]"
}
],
"name": "arr-diff",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/arr-diff.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"arr-flatten",
"array-filter",
"array-intersection"
]
}
},
"version": "1.1.0"
}