package.json
1.41 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": "node-json-config@0.0.4",
"_id": "node-json-config@0.0.4",
"_inBundle": false,
"_integrity": "sha1-6e+xih5l/TSMudKVGIlwjmaEheo=",
"_location": "/node-json-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-json-config@0.0.4",
"name": "node-json-config",
"escapedName": "node-json-config",
"rawSpec": "0.0.4",
"saveSpec": null,
"fetchSpec": "0.0.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-json-config/-/node-json-config-0.0.4.tgz",
"_shasum": "e9efb18a1e65fd348cb9d2951889708e668485ea",
"_spec": "node-json-config@0.0.4",
"_where": "C:\\Users\\admin\\Documents\\express-project",
"author": {
"name": "Takayoshi Aoyagi"
},
"bugs": {
"url": "https://github.com/Takayoshi-Aoyagi/node-json-config/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Read and Write configurations to JSON file.",
"directories": {
"test": "test"
},
"homepage": "https://github.com/Takayoshi-Aoyagi/node-json-config",
"keywords": [
"configurations",
"JSON"
],
"license": "MIT",
"main": "./lib/config.js",
"name": "node-json-config",
"repository": {
"type": "git",
"url": "git+https://github.com/Takayoshi-Aoyagi/node-json-config.git"
},
"scripts": {
"test": "cd test; mocha"
},
"version": "0.0.4"
}