package.json
1.3 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
55
56
57
58
{
"_from": "ini@~1.3.0",
"_id": "ini@1.3.4",
"_inBundle": false,
"_integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=",
"_location": "/ini",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ini@~1.3.0",
"name": "ini",
"escapedName": "ini",
"rawSpec": "~1.3.0",
"saveSpec": null,
"fetchSpec": "~1.3.0"
},
"_requiredBy": [
"/rc"
],
"_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
"_shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
"_spec": "ini@~1.3.0",
"_where": "/Users/fzy/project/efang/node_modules/rc",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/ini/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "An ini encoder/decoder for node",
"devDependencies": {
"tap": "^1.2.0"
},
"engines": {
"node": "*"
},
"files": [
"ini.js"
],
"homepage": "https://github.com/isaacs/ini#readme",
"license": "ISC",
"main": "ini.js",
"name": "ini",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.3.4"
}