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
95 lines (95 loc) · 2.28 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.28 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
{
"_args": [
[
"array-filter@~0.0.0",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/shell-quote"
]
],
"_from": "array-filter@>=0.0.0 <0.1.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/array-filter",
"_npmUser": {
"email": "[email protected]",
"name": "juliangruber"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"name": "array-filter",
"raw": "array-filter@~0.0.0",
"rawSpec": "~0.0.0",
"scope": null,
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/shell-quote"
],
"_resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz",
"_shasum": "7da8cf2e26628ed732803581fd21f67cacd2eeec",
"_shrinkwrap": null,
"_spec": "array-filter@~0.0.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/shell-quote",
"author": {
"email": "[email protected]",
"name": "Julian Gruber",
"url": "http://juliangruber.com"
},
"bugs": {
"url": "https://github.com/juliangruber/array-filter/issues"
},
"dependencies": {},
"description": "Array#filter for older browsers.",
"devDependencies": {
"tape": "~2.3.2"
},
"directories": {},
"dist": {
"shasum": "7da8cf2e26628ed732803581fd21f67cacd2eeec",
"tarball": "http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz"
},
"homepage": "https://github.com/juliangruber/array-filter",
"installable": true,
"keywords": [
"array",
"browser",
"browserify",
"filter",
"html"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "juliangruber",
"email": "[email protected]"
}
],
"name": "array-filter",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/array-filter.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"browsers": [
"android-browser/4.2..latest",
"chrome/22..latest",
"chrome/canary",
"firefox/17..latest",
"firefox/nightly",
"ie/8..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
],
"files": "test/*.js"
},
"version": "0.0.1"
}