package.json
1.52 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
{
"_from": "bagpipe@^0.3.5",
"_id": "bagpipe@0.3.5",
"_inBundle": false,
"_integrity": "sha1-40HRZPyyTN8E6n4Ft2XsEMiupqE=",
"_location": "/bagpipe",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bagpipe@^0.3.5",
"name": "bagpipe",
"escapedName": "bagpipe",
"rawSpec": "^0.3.5",
"saveSpec": null,
"fetchSpec": "^0.3.5"
},
"_requiredBy": [
"/session-file-store"
],
"_resolved": "https://registry.npmjs.org/bagpipe/-/bagpipe-0.3.5.tgz",
"_shasum": "e341d164fcb24cdf04ea7e05b765ec10c8aea6a1",
"_spec": "bagpipe@^0.3.5",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\session-file-store",
"author": {
"name": "Jackson Tian"
},
"bugs": {
"url": "https://github.com/JacksonTian/bagpipe/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Concurrency limit",
"devDependencies": {
"blanket": "*",
"mocha": "*",
"pedding": "*",
"should": "*",
"travis-cov": "*"
},
"directories": {
"doc": "doc",
"test": "test"
},
"gitHead": "75269c60fdbb897be14575e70a2b86cf43999500",
"homepage": "https://github.com/JacksonTian/bagpipe#readme",
"keywords": [
"limiter",
"concurrency limit",
"parallel limit"
],
"license": "MIT",
"main": "index.js",
"name": "bagpipe",
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/bagpipe.git"
},
"scripts": {
"test": "make test-all"
},
"version": "0.3.5"
}