asdf-games/node_modules/url-trim/package.json

71 lines
1.6 KiB
JSON

{
"_from": "url-trim@^1.0.0",
"_id": "url-trim@1.0.0",
"_inBundle": false,
"_integrity": "sha1-QAV+LxZLiOXaynJp2kfm0d2Detw=",
"_location": "/url-trim",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "url-trim@^1.0.0",
"name": "url-trim",
"escapedName": "url-trim",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/budo",
"/garnish"
],
"_resolved": "https://registry.npmjs.org/url-trim/-/url-trim-1.0.0.tgz",
"_shasum": "40057e2f164b88e5daca7269da47e6d1dd837adc",
"_spec": "url-trim@^1.0.0",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\budo",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/Jam3/url-trim/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "trims query and hash parameters off a URL",
"devDependencies": {
"faucet": "0.0.1",
"standard": "^5.3.1",
"tape": "^4.2.0"
},
"homepage": "https://github.com/Jam3/url-trim",
"keywords": [
"url",
"trim",
"strip",
"path",
"name",
"pathname",
"param",
"params",
"query",
"hash",
"querystring",
"string",
"qs"
],
"license": "MIT",
"main": "index.js",
"name": "url-trim",
"repository": {
"type": "git",
"url": "git://github.com/Jam3/url-trim.git"
},
"scripts": {
"test": "node test.js | faucet"
},
"version": "1.0.0"
}