1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
| {
| "author": {
| "name": "Joyent",
| "url": "http://www.joyent.com"
| },
| "name": "util",
| "description": "Node.JS util module",
| "keywords": [
| "util"
| ],
| "version": "0.10.4",
| "homepage": "https://github.com/defunctzombie/node-util",
| "repository": {
| "type": "git",
| "url": "git://github.com/defunctzombie/node-util"
| },
| "main": "./util.js",
| "files": [
| "util.js",
| "support"
| ],
| "scripts": {
| "test": "node test/node/*.js && zuul test/browser/*.js"
| },
| "dependencies": {
| "inherits": "2.0.3"
| },
| "license": "MIT",
| "devDependencies": {
| "zuul": "~1.0.9"
| },
| "browser": {
| "./support/isBuffer.js": "./support/isBufferBrowser.js"
| }
|
| ,"_resolved": "https://registry.npmmirror.com/util/-/util-0.10.4.tgz"
| ,"_integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A=="
| ,"_from": "util@^0.10.4"
| }
|
|