package.json
2.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
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
83
84
85
86
87
{
"_args": [
[
"limiter@^1.0.5",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\stream-throttle"
]
],
"_from": "limiter@>=1.0.5 <2.0.0",
"_id": "limiter@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/limiter",
"_nodeVersion": "4.1.0",
"_npmUser": {
"email": "jhurliman@jhurliman.org",
"name": "jhurliman"
},
"_npmVersion": "3.3.5",
"_phantomChildren": {},
"_requested": {
"name": "limiter",
"raw": "limiter@^1.0.5",
"rawSpec": "^1.0.5",
"scope": null,
"spec": ">=1.0.5 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/stream-throttle"
],
"_resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.0.tgz",
"_shasum": "6e2bd12ca3fcdaa11f224e2e53c896df3f08d913",
"_shrinkwrap": null,
"_spec": "limiter@^1.0.5",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\stream-throttle",
"author": {
"email": "jhurliman@jhurliman.org",
"name": "John Hurliman"
},
"bugs": {
"url": "http://github.com/jhurliman/node-rate-limiter/issues"
},
"dependencies": {},
"description": "A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled",
"devDependencies": {
"assert": "1.3.0",
"vows": "0.8.1"
},
"directories": {
"lib": "./lib/"
},
"dist": {
"shasum": "6e2bd12ca3fcdaa11f224e2e53c896df3f08d913",
"tarball": "https://registry.npmjs.org/limiter/-/limiter-1.1.0.tgz"
},
"gitHead": "bf4286a31db48dec2a1a0029bf2ab703dd016b12",
"homepage": "https://github.com/jhurliman/node-rate-limiter#readme",
"keywords": [
"rate",
"limiting",
"throttling"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jhurliman/node-rate-limiter/raw/master/LICENSE.txt"
}
],
"main": "./index.js",
"maintainers": [
{
"email": "jhurliman@cull.tv",
"name": "jhurliman"
}
],
"name": "limiter",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jhurliman/node-rate-limiter.git"
},
"scripts": {
"test": "vows --spec"
},
"version": "1.1.0"
}