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.
59 lines
1.4 KiB
59 lines
1.4 KiB
{ |
|
"_args": [ |
|
[ |
|
"parse-headers@2.0.5", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "parse-headers@2.0.5", |
|
"_id": "parse-headers@2.0.5", |
|
"_inBundle": false, |
|
"_integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==", |
|
"_location": "/parse-headers", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "parse-headers@2.0.5", |
|
"name": "parse-headers", |
|
"escapedName": "parse-headers", |
|
"rawSpec": "2.0.5", |
|
"saveSpec": null, |
|
"fetchSpec": "2.0.5" |
|
}, |
|
"_requiredBy": [ |
|
"/xhr" |
|
], |
|
"_resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz", |
|
"_spec": "2.0.5", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "David Björklund", |
|
"email": "david.bjorklund@gmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/kesla/parse-headers/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "Parse http headers, works with browserify/xhr", |
|
"devDependencies": { |
|
"tape": "^4.10.1" |
|
}, |
|
"homepage": "https://github.com/kesla/parse-headers", |
|
"keywords": [ |
|
"http", |
|
"headers" |
|
], |
|
"license": "MIT", |
|
"main": "parse-headers.js", |
|
"name": "parse-headers", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/kesla/parse-headers.git" |
|
}, |
|
"scripts": { |
|
"test": "node test.js" |
|
}, |
|
"types": "index.d.ts", |
|
"version": "2.0.5" |
|
}
|
|
|