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
| {
| "_args": [
| [
| "koa-range@0.3.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "koa-range@0.3.0",
| "_id": "koa-range@0.3.0",
| "_inBundle": false,
| "_integrity": "sha1-NYjjSWRzqDmhvSZNKkKx2FvX/qw=",
| "_location": "/koa-range",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "koa-range@0.3.0",
| "name": "koa-range",
| "escapedName": "koa-range",
| "rawSpec": "0.3.0",
| "saveSpec": null,
| "fetchSpec": "0.3.0"
| },
| "_requiredBy": [
| "/egg-static"
| ],
| "_resolved": "https://registry.npmjs.org/koa-range/-/koa-range-0.3.0.tgz",
| "_spec": "0.3.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Yorkie Neil",
| "email": "yorkiefixer@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/yorkie/koa-range/issues"
| },
| "dependencies": {
| "stream-slice": "^0.1.2"
| },
| "description": "range request implementation for koa",
| "devDependencies": {
| "istanbul": "^1.1.0-alpha.1",
| "koa": "^2.0.0",
| "koa-route": "^3.2.0",
| "make-lint": "^1.0.1",
| "mocha": "^2.4.5",
| "should": "^8.2.2",
| "supertest": "^0.13.0"
| },
| "engines": {
| "node": ">=7"
| },
| "homepage": "https://github.com/yorkie/koa-range",
| "keywords": [
| "range",
| "koa",
| "http"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "koa-range",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/yorkie/koa-range.git"
| },
| "scripts": {
| "test": "make test"
| },
| "version": "0.3.0"
| }
|
|