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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
| {
| "_from": "npm-conf@^1.1.3",
| "_id": "npm-conf@1.1.3",
| "_inBundle": false,
| "_integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==",
| "_location": "/npm-conf",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "npm-conf@^1.1.3",
| "name": "npm-conf",
| "escapedName": "npm-conf",
| "rawSpec": "^1.1.3",
| "saveSpec": null,
| "fetchSpec": "^1.1.3"
| },
| "_requiredBy": [
| "/global-tunnel-ng"
| ],
| "_resolved": "https://registry.npmmirror.com/npm-conf/-/npm-conf-1.1.3.tgz",
| "_shasum": "256cc47bd0e218c259c4e9550bf413bc2192aff9",
| "_spec": "npm-conf@^1.1.3",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/global-tunnel-ng",
| "author": {
| "name": "Kevin Martensson",
| "email": "kevinmartensson@gmail.com",
| "url": "github.com/kevva"
| },
| "bugs": {
| "url": "https://github.com/kevva/npm-conf/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "config-chain": "^1.1.11",
| "pify": "^3.0.0"
| },
| "deprecated": false,
| "description": "Get the npm config",
| "devDependencies": {
| "ava": "*",
| "babel-generator": "^6.24.1",
| "babel-traverse": "^6.24.1",
| "babylon": "^6.17.1",
| "npm": "^5.0.4",
| "xo": "*"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "index.js",
| "lib"
| ],
| "homepage": "https://github.com/kevva/npm-conf#readme",
| "keywords": [
| "conf",
| "config",
| "global",
| "npm",
| "path",
| "prefix",
| "rc"
| ],
| "license": "MIT",
| "name": "npm-conf",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/kevva/npm-conf.git"
| },
| "scripts": {
| "prepublish": "node lib/make.js",
| "test": "xo && ava"
| },
| "version": "1.1.3",
| "xo": {
| "ignores": [
| "lib/defaults.js",
| "lib/types.js"
| ]
| }
| }
|
|