package.json
1.37 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"_from": "natives@^1.1.0",
"_id": "natives@1.1.6",
"_inBundle": false,
"_integrity": "sha1-pgO0pJirdxc2ErnqGs3sTZgPALs=",
"_location": "/natives",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "natives@^1.1.0",
"name": "natives",
"escapedName": "natives",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/graceful-fs"
],
"_resolved": "http://registry.npm.taobao.org/natives/download/natives-1.1.6.tgz",
"_shasum": "a603b4a498ab77173612b9ea1acdec4d980f00bb",
"_spec": "natives@^1.1.0",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/graceful-fs",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/addaleax/natives/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Do stuff with Node.js's native JavaScript modules",
"devDependencies": {
"tap": "^11.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/addaleax/natives#readme",
"license": "ISC",
"main": "index.js",
"name": "natives",
"repository": {
"type": "git",
"url": "git+https://github.com/addaleax/natives.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.1.6"
}