65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"parse-headers@2.0.2",
|
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
|
]
|
|
],
|
|
"_from": "parse-headers@2.0.2",
|
|
"_id": "parse-headers@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/LypJhzFmyBIDYP9aDVgeyEb5sQfbfY5mnDq4hVhlQ69js87wXfmEI5V3xI6vvXasqebp0oCytYFLxsBVfCzSg==",
|
|
"_location": "/parse-headers",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "parse-headers@2.0.2",
|
|
"name": "parse-headers",
|
|
"escapedName": "parse-headers",
|
|
"rawSpec": "2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/xhr"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.2.tgz",
|
|
"_spec": "2.0.2",
|
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
|
"author": {
|
|
"name": "David Björklund",
|
|
"email": "david.bjorklund@gmail.com",
|
|
"url": "http://davidbjorklund.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kesla/parse-headers/issues"
|
|
},
|
|
"dependencies": {
|
|
"for-each": "^0.3.3",
|
|
"string.prototype.trim": "^1.1.2"
|
|
},
|
|
"description": "Parse http headers, works with browserify/xhr",
|
|
"devDependencies": {
|
|
"tape": "^4.10.1",
|
|
"zuul": "^3.7.2"
|
|
},
|
|
"homepage": "https://github.com/kesla/parse-headers",
|
|
"keywords": [
|
|
"http",
|
|
"headers",
|
|
"browserify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "parse-headers.js",
|
|
"name": "parse-headers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kesla/parse-headers.git"
|
|
},
|
|
"scripts": {
|
|
"test": "zuul test.js"
|
|
},
|
|
"version": "2.0.2"
|
|
}
|