89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "remove-trailing-slash@^0.1.0",
|
|
"scope": null,
|
|
"escapedName": "remove-trailing-slash",
|
|
"name": "remove-trailing-slash",
|
|
"rawSpec": "^0.1.0",
|
|
"spec": ">=0.1.0 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/analytics-node"
|
|
]
|
|
],
|
|
"_from": "remove-trailing-slash@>=0.1.0 <0.2.0",
|
|
"_id": "remove-trailing-slash@0.1.0",
|
|
"_inCache": true,
|
|
"_location": "/remove-trailing-slash",
|
|
"_npmUser": {
|
|
"name": "stephenmathieson",
|
|
"email": "me@stephenmathieson.com"
|
|
},
|
|
"_npmVersion": "1.2.32",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "remove-trailing-slash@^0.1.0",
|
|
"scope": null,
|
|
"escapedName": "remove-trailing-slash",
|
|
"name": "remove-trailing-slash",
|
|
"rawSpec": "^0.1.0",
|
|
"spec": ">=0.1.0 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/analytics-node"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/remove-trailing-slash/-/remove-trailing-slash-0.1.0.tgz",
|
|
"_shasum": "1498e5df0984c27e49b76ebf06887ca2d01150d2",
|
|
"_shrinkwrap": null,
|
|
"_spec": "remove-trailing-slash@^0.1.0",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/analytics-node",
|
|
"author": {
|
|
"name": "Stephen Mathieson",
|
|
"email": "me@stephenmathieson.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stephenmathieson/remove-trailing-slash/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "removes trailing slashes",
|
|
"devDependencies": {
|
|
"mocha": "~1.12.0",
|
|
"should": "~1.2.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1498e5df0984c27e49b76ebf06887ca2d01150d2",
|
|
"tarball": "https://registry.npmjs.org/remove-trailing-slash/-/remove-trailing-slash-0.1.0.tgz"
|
|
},
|
|
"homepage": "https://github.com/stephenmathieson/remove-trailing-slash#readme",
|
|
"keywords": [
|
|
"slashes",
|
|
"trailing"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "stephenmathieson",
|
|
"email": "me@stephenmathieson.com"
|
|
}
|
|
],
|
|
"name": "remove-trailing-slash",
|
|
"optionalDependencies": {},
|
|
"readme": "\n# remove-trailing-slash\n\nremoves trailing slashes\n\n## Installation\n\nwith [component(1)](http://component.io):\n\n $ component install stephenmathieson/remove-trailing-slash\n\nwith [npm](https://npmjs.org/):\n\n $ npm install remove-trailing-slash\n\n## API\n\n### `removeTrailingSlash(str)`\n\nRemoves trailing slashes from the given `str`\n\n## Example\n\n```js\nvar slashes = require('slashes')\n\nslashes('http://google.com/').should.be.equal('http://google.com');\n```\n\n## License\n\nMIT\n",
|
|
"readmeFilename": "readme.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stephenmathieson/remove-trailing-slash.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|