You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.3 KiB
95 lines
2.3 KiB
{ |
|
"_args": [ |
|
[ |
|
"range-parser@1.2.1", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_development": true, |
|
"_from": "range-parser@1.2.1", |
|
"_id": "range-parser@1.2.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", |
|
"_location": "/range-parser", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "range-parser@1.2.1", |
|
"name": "range-parser", |
|
"escapedName": "range-parser", |
|
"rawSpec": "1.2.1", |
|
"saveSpec": null, |
|
"fetchSpec": "1.2.1" |
|
}, |
|
"_requiredBy": [ |
|
"/express", |
|
"/send" |
|
], |
|
"_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", |
|
"_spec": "1.2.1", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "TJ Holowaychuk", |
|
"email": "tj@vision-media.ca", |
|
"url": "http://tjholowaychuk.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jshttp/range-parser/issues" |
|
}, |
|
"contributors": [ |
|
{ |
|
"name": "Douglas Christopher Wilson", |
|
"email": "doug@somethingdoug.com" |
|
}, |
|
{ |
|
"name": "James Wyatt Cready", |
|
"email": "wyatt.cready@lanetix.com" |
|
}, |
|
{ |
|
"name": "Jonathan Ong", |
|
"email": "me@jongleberry.com", |
|
"url": "http://jongleberry.com" |
|
} |
|
], |
|
"description": "Range header field string parser", |
|
"devDependencies": { |
|
"deep-equal": "1.0.1", |
|
"eslint": "5.16.0", |
|
"eslint-config-standard": "12.0.0", |
|
"eslint-plugin-import": "2.17.2", |
|
"eslint-plugin-markdown": "1.0.0", |
|
"eslint-plugin-node": "8.0.1", |
|
"eslint-plugin-promise": "4.1.1", |
|
"eslint-plugin-standard": "4.0.0", |
|
"mocha": "6.1.4", |
|
"nyc": "14.1.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.6" |
|
}, |
|
"files": [ |
|
"HISTORY.md", |
|
"LICENSE", |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/jshttp/range-parser#readme", |
|
"keywords": [ |
|
"range", |
|
"parser", |
|
"http" |
|
], |
|
"license": "MIT", |
|
"name": "range-parser", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/jshttp/range-parser.git" |
|
}, |
|
"scripts": { |
|
"lint": "eslint --plugin markdown --ext js,md .", |
|
"test": "mocha --reporter spec", |
|
"test-cov": "nyc --reporter=html --reporter=text npm test", |
|
"test-travis": "nyc --reporter=text npm test" |
|
}, |
|
"version": "1.2.1" |
|
}
|
|
|