package.json
1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"_from": "parse-headers@^2.0.0",
"_id": "parse-headers@2.0.1",
"_inBundle": false,
"_integrity": "sha1-aug6eqJanZtwCswoaYzR8e1+lTY=",
"_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": "http://registry.npm.taobao.org/parse-headers/download/parse-headers-2.0.1.tgz",
"_shasum": "6ae83a7aa25a9d9b700acc28698cd1f1ed7e9536",
"_spec": "parse-headers@^2.0.0",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/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.2",
"trim": "0.0.1"
},
"deprecated": false,
"description": "Parse http headers, works with browserify/xhr",
"devDependencies": {
"tape": "^4.2.2",
"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.1"
}