package.json
1.8 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"_args": [
[
"iphunter",
"D:\\work\\McuClient"
]
],
"_from": "iphunter@latest",
"_id": "iphunter@1.0.6",
"_inCache": true,
"_installable": true,
"_location": "/iphunter",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/iphunter-1.0.6.tgz_1488779370023_0.8911087329033762"
},
"_npmUser": {
"email": "1669499355@qq.com",
"name": "xinwangwang"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "iphunter",
"raw": "iphunter",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/iphunter/-/iphunter-1.0.6.tgz",
"_shasum": "6b7559d73002bd8cc93d558a604d64518d180840",
"_shrinkwrap": null,
"_spec": "iphunter",
"_where": "D:\\work\\McuClient",
"author": {
"name": "AlexWang"
},
"dependencies": {},
"description": "to hunt a fatest http response.",
"devDependencies": {},
"directories": {
"doc": "doc",
"test": "test"
},
"dist": {
"shasum": "6b7559d73002bd8cc93d558a604d64518d180840",
"tarball": "https://registry.npmjs.org/iphunter/-/iphunter-1.0.6.tgz"
},
"gitHead": "c9958f825f514736bd0451f632c227db4bf0a7b7",
"keywords": [
"ipcheck"
],
"license": "MIT",
"main": "dist/main.js",
"maintainers": [
{
"email": "1669499355@qq.com",
"name": "xinwangwang"
}
],
"name": "iphunter",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "test/index.js"
},
"version": "1.0.6",
"wbp": {
"build": "dist/",
"entries": {
"main": "./src/main.js",
"test": "./test/test.js"
},
"project": "umd",
"source": "src/"
}
}