package.json
1.28 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
{
"_from": "throttleit@^1.0.0",
"_id": "throttleit@1.0.0",
"_inBundle": false,
"_integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=",
"_location": "/throttleit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "throttleit@^1.0.0",
"name": "throttleit",
"escapedName": "throttleit",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/request-progress"
],
"_resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz",
"_shasum": "9e785836daf46743145a5984b6268d828528ac6c",
"_spec": "throttleit@^1.0.0",
"_where": "D:\\OSS project\\YTMT\\node_modules\\request-progress",
"bugs": {
"url": "https://github.com/component/throttle/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"throttle/index.js": "index.js"
}
},
"deprecated": false,
"description": "Throttle a function",
"devDependencies": {
"mocha": "^1.18.0"
},
"homepage": "https://github.com/component/throttle#readme",
"keywords": [],
"license": "MIT",
"name": "throttleit",
"repository": {
"type": "git",
"url": "git://github.com/component/throttle.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "1.0.0"
}