-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
115 lines (115 loc) · 2.39 KB
/
package.json
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
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_args": [
[
"defined@^1.0.0",
"/Users/steveng/repo/cordova/tests/es6-phonegap/node_modules/browserify"
]
],
"_from": "defined@>=1.0.0 <2.0.0",
"_id": "defined@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/defined",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "mail@substack.net",
"name": "substack"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"name": "defined",
"raw": "defined@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/browser-pack",
"/browserify",
"/detective",
"/module-deps"
],
"_resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
"_shasum": "c98d9bcef75674188e110969151199e39b1fa693",
"_shrinkwrap": null,
"_spec": "defined@^1.0.0",
"_where": "/Users/steveng/repo/cordova/tests/es6-phonegap/node_modules/browserify",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/defined/issues"
},
"dependencies": {},
"description": "return the first argument that is `!== undefined`",
"devDependencies": {
"tape": "~3.5.0"
},
"directories": {
"example": "example",
"test": "test"
},
"dist": {
"shasum": "c98d9bcef75674188e110969151199e39b1fa693",
"tarball": "http://registry.npmjs.org/defined/-/defined-1.0.0.tgz"
},
"gitHead": "3a46c81d39b5f94c0c17c47638939af2528520f3",
"homepage": "https://github.com/substack/defined",
"keywords": [
"//",
"defined-or",
"or",
"short-circuit",
"undefined",
"||"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "defined",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/defined.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"browsers": {
"chrome": [
10,
22
],
"ff": [
10,
15,
3.5
],
"ie": [
6,
7,
8,
9
],
"opera": [
12
],
"safari": [
5.1
]
},
"files": "test/*.js"
},
"version": "1.0.0"
}