Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"author": {
3
"name": "Joyent",
4
"url": "http://www.joyent.com"
5
},
6
"name": "util",
7
"description": "Node.JS util module",
8
"keywords": [
9
"util"
10
],
11
"version": "0.10.3",
12
"homepage": "https://github.com/defunctzombie/node-util",
13
"repository": {
14
"type": "git",
15
"url": "git://github.com/defunctzombie/node-util.git"
16
},
17
"main": "./util.js",
18
"scripts": {
19
"test": "node test/node/*.js && zuul test/browser/*.js"
20
},
21
"dependencies": {
22
"inherits": "2.0.1"
23
},
24
"license": "MIT",
25
"devDependencies": {
26
"zuul": "~1.0.9"
27
},
28
"browser": {
29
"./support/isBuffer.js": "./support/isBufferBrowser.js"
30
},
31
"bugs": {
32
"url": "https://github.com/defunctzombie/node-util/issues"
33
},
34
"_id": "[email protected]",
35
"dist": {
36
"shasum": "7afb1afe50805246489e3db7fe0ed379336ac0f9",
37
"tarball": "http://registry.npmjs.org/util/-/util-0.10.3.tgz"
38
},
39
"_from": "util@>=0.10.1 <0.11.0",
40
"_npmVersion": "1.3.24",
41
"_npmUser": {
42
"name": "shtylman",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "shtylman",
48
"email": "[email protected]"
49
}
50
],
51
"directories": {},
52
"_shasum": "7afb1afe50805246489e3db7fe0ed379336ac0f9",
53
"_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
54
"readme": "ERROR: No README data found!"
55
}
56
57