thedesk/app/node_modules/trim/package.json

53 lines
1.0 KiB
JSON
Raw Normal View History

2018-02-19 04:41:25 +11:00
{
"_args": [
[
2018-05-26 22:48:13 +10:00
"trim@0.0.1",
"/Users/aa/TheDesk/app"
2018-02-19 04:41:25 +11:00
]
],
"_from": "trim@0.0.1",
"_id": "trim@0.0.1",
2018-05-26 22:48:13 +10:00
"_inBundle": false,
"_integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=",
2018-02-19 04:41:25 +11:00
"_location": "/trim",
"_phantomChildren": {},
"_requested": {
2018-05-26 22:48:13 +10:00
"type": "version",
"registry": true,
2018-02-19 04:41:25 +11:00
"raw": "trim@0.0.1",
"name": "trim",
2018-05-26 22:48:13 +10:00
"escapedName": "trim",
2018-02-19 04:41:25 +11:00
"rawSpec": "0.0.1",
2018-05-26 22:48:13 +10:00
"saveSpec": null,
"fetchSpec": "0.0.1"
2018-02-19 04:41:25 +11:00
},
"_requiredBy": [
"/parse-headers"
],
"_resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
2018-05-26 22:48:13 +10:00
"_spec": "0.0.1",
"_where": "/Users/aa/TheDesk/app",
2018-02-19 04:41:25 +11:00
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"component": {
"scripts": {
"trim/index.js": "index.js"
}
},
"dependencies": {},
"description": "Trim string whitespace",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"string",
"trim"
],
"main": "index",
"name": "trim",
"version": "0.0.1"
}