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.
68 lines
1.7 KiB
68 lines
1.7 KiB
{
|
|
"_from": "range-parser@~1.0.2",
|
|
"_id": "range-parser@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-aHKCNTXGkuLCoBA4Jq/YLC4P8XU=",
|
|
"_location": "/range-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "range-parser@~1.0.2",
|
|
"name": "range-parser",
|
|
"escapedName": "range-parser",
|
|
"rawSpec": "~1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/express",
|
|
"/express/send",
|
|
"/serve-static/send"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz",
|
|
"_shasum": "6872823535c692e2c2a0103826afd82c2e0ff175",
|
|
"_spec": "range-parser@~1.0.2",
|
|
"_where": "/var/www/htdocs/coze/socket/node_modules/express",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca",
|
|
"url": "http://tjholowaychuk.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/range-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Range header field string parser",
|
|
"devDependencies": {
|
|
"istanbul": "0.4.0",
|
|
"mocha": "1.21.5"
|
|
},
|
|
"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": {
|
|
"test": "mocha --reporter spec",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
|
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|