Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80551 views
1
{
2
"name": "wrappy",
3
"version": "1.0.1",
4
"description": "Callback wrapping utility",
5
"main": "wrappy.js",
6
"directories": {
7
"test": "test"
8
},
9
"dependencies": {},
10
"devDependencies": {
11
"tap": "^0.4.12"
12
},
13
"scripts": {
14
"test": "tap test/*.js"
15
},
16
"repository": {
17
"type": "git",
18
"url": "git+https://github.com/npm/wrappy.git"
19
},
20
"author": {
21
"name": "Isaac Z. Schlueter",
22
"email": "[email protected]",
23
"url": "http://blog.izs.me/"
24
},
25
"license": "ISC",
26
"bugs": {
27
"url": "https://github.com/npm/wrappy/issues"
28
},
29
"homepage": "https://github.com/npm/wrappy",
30
"gitHead": "006a8cbac6b99988315834c207896eed71fd069a",
31
"_id": "[email protected]",
32
"_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
33
"_from": "wrappy@>=1.0.0 <2.0.0",
34
"_npmVersion": "2.0.0",
35
"_nodeVersion": "0.10.31",
36
"_npmUser": {
37
"name": "isaacs",
38
"email": "[email protected]"
39
},
40
"maintainers": [
41
{
42
"name": "isaacs",
43
"email": "[email protected]"
44
}
45
],
46
"dist": {
47
"shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
48
"tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
49
},
50
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",
51
"readme": "ERROR: No README data found!"
52
}
53
54