62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"_from": "parse-headers@^2.0.0",
|
|
"_id": "parse-headers@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/LypJhzFmyBIDYP9aDVgeyEb5sQfbfY5mnDq4hVhlQ69js87wXfmEI5V3xI6vvXasqebp0oCytYFLxsBVfCzSg==",
|
|
"_location": "/parse-headers",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "parse-headers@^2.0.0",
|
|
"name": "parse-headers",
|
|
"escapedName": "parse-headers",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/xhr"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.2.tgz",
|
|
"_shasum": "9545e8a4c1ae5eaea7d24992bca890281ed26e34",
|
|
"_spec": "parse-headers@^2.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/xhr",
|
|
"author": {
|
|
"name": "David Björklund",
|
|
"email": "david.bjorklund@gmail.com",
|
|
"url": "http://davidbjorklund.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kesla/parse-headers/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"for-each": "^0.3.3",
|
|
"string.prototype.trim": "^1.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|