Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80728 views
1
{
2
"name": "defined",
3
"version": "0.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
"tap": "~0.3.0",
13
"tape": "~0.0.2"
14
},
15
"scripts": {
16
"test": "tap test/*.js"
17
},
18
"repository": {
19
"type": "git",
20
"url": "git://github.com/substack/defined.git"
21
},
22
"homepage": "https://github.com/substack/defined",
23
"keywords": [
24
"undefined",
25
"short-circuit",
26
"||",
27
"or",
28
"//",
29
"defined-or"
30
],
31
"author": {
32
"name": "James Halliday",
33
"email": "[email protected]",
34
"url": "http://substack.net"
35
},
36
"license": "MIT",
37
"_id": "[email protected]",
38
"dist": {
39
"shasum": "f35eea7d705e933baf13b2f03b3f83d921403b3e",
40
"tarball": "http://registry.npmjs.org/defined/-/defined-0.0.0.tgz"
41
},
42
"_npmVersion": "1.1.59",
43
"_npmUser": {
44
"name": "substack",
45
"email": "[email protected]"
46
},
47
"maintainers": [
48
{
49
"name": "substack",
50
"email": "[email protected]"
51
}
52
],
53
"_shasum": "f35eea7d705e933baf13b2f03b3f83d921403b3e",
54
"_resolved": "https://registry.npmjs.org/defined/-/defined-0.0.0.tgz",
55
"_from": "defined@>=0.0.0 <0.1.0"
56
}
57
58