Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "once",
3
"version": "1.3.2",
4
"description": "Run a function exactly one time",
5
"main": "once.js",
6
"directories": {
7
"test": "test"
8
},
9
"dependencies": {
10
"wrappy": "1"
11
},
12
"devDependencies": {
13
"tap": "~0.3.0"
14
},
15
"scripts": {
16
"test": "tap test/*.js"
17
},
18
"repository": {
19
"type": "git",
20
"url": "git://github.com/isaacs/once.git"
21
},
22
"keywords": [
23
"once",
24
"function",
25
"one",
26
"single"
27
],
28
"author": {
29
"name": "Isaac Z. Schlueter",
30
"email": "[email protected]",
31
"url": "http://blog.izs.me/"
32
},
33
"license": "ISC",
34
"gitHead": "e35eed5a7867574e2bf2260a1ba23970958b22f2",
35
"bugs": {
36
"url": "https://github.com/isaacs/once/issues"
37
},
38
"homepage": "https://github.com/isaacs/once#readme",
39
"_id": "[email protected]",
40
"_shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
41
"_from": "once@>=1.3.0 <2.0.0",
42
"_npmVersion": "2.9.1",
43
"_nodeVersion": "2.0.0",
44
"_npmUser": {
45
"name": "isaacs",
46
"email": "[email protected]"
47
},
48
"dist": {
49
"shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
50
"tarball": "http://registry.npmjs.org/once/-/once-1.3.2.tgz"
51
},
52
"maintainers": [
53
{
54
"name": "isaacs",
55
"email": "[email protected]"
56
}
57
],
58
"_resolved": "https://registry.npmjs.org/once/-/once-1.3.2.tgz",
59
"readme": "ERROR: No README data found!"
60
}
61
62