package.json
1.11 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
{
"_from": "trim@0.0.1",
"_id": "trim@0.0.1",
"_inBundle": false,
"_integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=",
"_location": "/trim",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "trim@0.0.1",
"name": "trim",
"escapedName": "trim",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/parse-headers"
],
"_resolved": "http://registry.npm.taobao.org/trim/download/trim-0.0.1.tgz",
"_shasum": "5858547f6b290757ee95cccc666fb50084c460dd",
"_spec": "trim@0.0.1",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/parse-headers",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bundleDependencies": false,
"component": {
"scripts": {
"trim/index.js": "index.js"
}
},
"dependencies": {},
"deprecated": false,
"description": "Trim string whitespace",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"string",
"trim"
],
"main": "index",
"name": "trim",
"version": "0.0.1"
}