GT2/GT2-iOS/node_modules/trim-right/package.json

103 lines
3.1 KiB
JSON

{
"_args": [
[
{
"raw": "trim-right@^1.0.1",
"scope": null,
"escapedName": "trim-right",
"name": "trim-right",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/babel-generator"
]
],
"_from": "trim-right@>=1.0.1 <2.0.0",
"_id": "trim-right@1.0.1",
"_inCache": true,
"_location": "/trim-right",
"_nodeVersion": "0.12.5",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "trim-right@^1.0.1",
"scope": null,
"escapedName": "trim-right",
"name": "trim-right",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-generator"
],
"_resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
"_shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
"_shrinkwrap": null,
"_spec": "trim-right@^1.0.1",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/babel-generator",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/trim-right/issues"
},
"dependencies": {},
"description": "Similar to String#trim() but removes only whitespace on the right",
"devDependencies": {
"ava": "0.0.4"
},
"directories": {},
"dist": {
"shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
"tarball": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "105fb46669afb0deb49d14bd688b276297e59dff",
"homepage": "https://github.com/sindresorhus/trim-right#readme",
"keywords": [
"trim",
"right",
"string",
"str",
"util",
"utils",
"utility",
"whitespace",
"space",
"remove",
"delete"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "trim-right",
"optionalDependencies": {},
"readme": "# trim-right [![Build Status](https://travis-ci.org/sindresorhus/trim-right.svg?branch=master)](https://travis-ci.org/sindresorhus/trim-right)\n\n> Similar to [`String#trim()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim) but removes only whitespace on the right\n\n\n## Install\n\n```\n$ npm install --save trim-right\n```\n\n\n## Usage\n\n```js\nvar trimRight = require('trim-right');\n\ntrimRight(' unicorn ');\n//=> ' unicorn'\n```\n\n\n## Related\n\n- [`trim-left`](https://github.com/sindresorhus/trim-left) - Similar to `String#trim()` but removes only whitespace on the left\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/trim-right.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.1"
}