UNPKG

941 BJSONView Raw
1{
2 "name": "request-all-pages",
3 "version": "0.1.1",
4 "description": "Requests all pages of paginated data and emits them into a stream or aggregates them into an array.",
5 "main": "index.js",
6 "scripts": {
7 "test": "tap test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/thlorenz/request-all-pages.git"
12 },
13 "homepage": "https://github.com/thlorenz/request-all-pages",
14 "dependencies": {
15 "request": "~2.21.0",
16 "extend-url": "~0.1.0",
17 "write-stream": "~0.4.3",
18 "parse-link-header": "~0.1.0"
19 },
20 "devDependencies": {
21 "tape": "~1.0.2",
22 "tap": "~0.4.3",
23 "through": "~2.3.4"
24 },
25 "keywords": [
26 "pagination",
27 "page",
28 "pages",
29 "paging",
30 "request",
31 "api",
32 "follow"
33 ],
34 "author": {
35 "name": "Thorsten Lorenz",
36 "email": "thlorenz@gmx.de",
37 "url": "http://thlorenz.com"
38 },
39 "license": "MIT",
40 "engine": {
41 "node": ">=0.6"
42 }
43}