root / HServer / 00.Server / 00.Program / node_modules / range-parser / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.25 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"range-parser@1.2.0",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "range-parser@1.2.0", |
9 |
"_id": "range-parser@1.2.0", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=", |
12 |
"_location": "/range-parser", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "range-parser@1.2.0", |
18 |
"name": "range-parser", |
19 |
"escapedName": "range-parser", |
20 |
"rawSpec": "1.2.0", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "1.2.0" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/express",
|
26 |
"/send"
|
27 |
], |
28 |
"_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", |
29 |
"_spec": "1.2.0", |
30 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
31 |
"author": {
|
32 |
"name": "TJ Holowaychuk", |
33 |
"email": "tj@vision-media.ca", |
34 |
"url": "http://tjholowaychuk.com" |
35 |
}, |
36 |
"bugs": {
|
37 |
"url": "https://github.com/jshttp/range-parser/issues" |
38 |
}, |
39 |
"contributors": [
|
40 |
{ |
41 |
"name": "Douglas Christopher Wilson", |
42 |
"email": "doug@somethingdoug.com" |
43 |
}, |
44 |
{ |
45 |
"name": "James Wyatt Cready", |
46 |
"email": "wyatt.cready@lanetix.com" |
47 |
}, |
48 |
{ |
49 |
"name": "Jonathan Ong", |
50 |
"email": "me@jongleberry.com", |
51 |
"url": "http://jongleberry.com" |
52 |
} |
53 |
], |
54 |
"description": "Range header field string parser", |
55 |
"devDependencies": {
|
56 |
"eslint": "2.11.1", |
57 |
"eslint-config-standard": "5.3.1", |
58 |
"eslint-plugin-promise": "1.1.0", |
59 |
"eslint-plugin-standard": "1.3.2", |
60 |
"istanbul": "0.4.3", |
61 |
"mocha": "1.21.5" |
62 |
}, |
63 |
"engines": {
|
64 |
"node": ">= 0.6" |
65 |
}, |
66 |
"files": [
|
67 |
"HISTORY.md",
|
68 |
"LICENSE",
|
69 |
"index.js"
|
70 |
], |
71 |
"homepage": "https://github.com/jshttp/range-parser#readme", |
72 |
"keywords": [
|
73 |
"range",
|
74 |
"parser",
|
75 |
"http"
|
76 |
], |
77 |
"license": "MIT", |
78 |
"name": "range-parser", |
79 |
"repository": {
|
80 |
"type": "git", |
81 |
"url": "git+https://github.com/jshttp/range-parser.git" |
82 |
}, |
83 |
"scripts": {
|
84 |
"lint": "eslint **/*.js", |
85 |
"test": "mocha --reporter spec", |
86 |
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", |
87 |
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" |
88 |
}, |
89 |
"version": "1.2.0" |
90 |
} |