package.json
1.17 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
{
"_from": "pool",
"_id": "pool@0.4.1",
"_inBundle": false,
"_integrity": "sha1-Dea+M7COlD8D8fOqDtubbxciFmU=",
"_location": "/pool",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "pool",
"name": "pool",
"escapedName": "pool",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pool/-/pool-0.4.1.tgz",
"_shasum": "0de6be33b08e943f03f1f3aa0edb9b6f17221665",
"_spec": "pool",
"_where": "C:\\Users\\지윤\\project_opensource",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
},
"bugs": {
"url": "http://github.com/mikeal/node-utils/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "HTTP client pools.",
"engines": [
"node >=0.1.90"
],
"homepage": "https://github.com/mikeal/node-utils#readme",
"main": "./main",
"name": "pool",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mikeal/node-utils.git"
},
"tags": [
"http",
"simple",
"util",
"utility"
],
"version": "0.4.1"
}