Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "defined",
3
"version": "1.0.0",
4
"description": "return the first argument that is `!== undefined`",
5
"main": "index.js",
6
"directories": {
7
"example": "example",
8
"test": "test"
9
},
10
"dependencies": {},
11
"devDependencies": {
12
"tape": "~3.5.0"
13
},
14
"scripts": {
15
"test": "tape test/*.js"
16
},
17
"testling": {
18
"files": "test/*.js",
19
"browsers": {
20
"ie": [
21
6,
22
7,
23
8,
24
9
25
],
26
"ff": [
27
3.5,
28
10,
29
15
30
],
31
"chrome": [
32
10,
33
22
34
],
35
"safari": [
36
5.1
37
],
38
"opera": [
39
12
40
]
41
}
42
},
43
"repository": {
44
"type": "git",
45
"url": "git://github.com/substack/defined.git"
46
},
47
"homepage": "https://github.com/substack/defined",
48
"keywords": [
49
"undefined",
50
"short-circuit",
51
"||",
52
"or",
53
"//",
54
"defined-or"
55
],
56
"author": {
57
"name": "James Halliday",
58
"email": "[email protected]",
59
"url": "http://substack.net"
60
},
61
"license": "MIT",
62
"gitHead": "3a46c81d39b5f94c0c17c47638939af2528520f3",
63
"bugs": {
64
"url": "https://github.com/substack/defined/issues"
65
},
66
"_id": "[email protected]",
67
"_shasum": "c98d9bcef75674188e110969151199e39b1fa693",
68
"_from": "defined@>=1.0.0 <2.0.0",
69
"_npmVersion": "2.7.5",
70
"_nodeVersion": "0.12.0",
71
"_npmUser": {
72
"name": "substack",
73
"email": "[email protected]"
74
},
75
"maintainers": [
76
{
77
"name": "substack",
78
"email": "[email protected]"
79
}
80
],
81
"dist": {
82
"shasum": "c98d9bcef75674188e110969151199e39b1fa693",
83
"tarball": "http://registry.npmjs.org/defined/-/defined-1.0.0.tgz"
84
},
85
"_resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
86
"readme": "ERROR: No README data found!"
87
}
88
89