41 lines
811 B
JSON
41 lines
811 B
JSON
{
|
|
"name": "trim-right",
|
|
"version": "1.0.1",
|
|
"description": "Similar to String#trim() but removes only whitespace on the right",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/trim-right",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"trim",
|
|
"right",
|
|
"string",
|
|
"str",
|
|
"util",
|
|
"utils",
|
|
"utility",
|
|
"whitespace",
|
|
"space",
|
|
"remove",
|
|
"delete"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "0.0.4"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"
|
|
,"_integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM="
|
|
,"_from": "trim-right@1.0.1"
|
|
} |