wallet-core/node_modules/trim-off-newlines/package.json
2017-08-14 05:02:09 +02:00

49 lines
795 B
JSON

{
"name": "trim-off-newlines",
"version": "1.0.1",
"description": "Similar to String#trim() but removes only newlines",
"license": "MIT",
"repository": "stevemao/trim-off-newlines",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "github.com/stevemao"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js"
],
"keywords": [
"trim",
"newlines",
"new-lines",
"newline",
"new-lines",
"string",
"str",
"util",
"utils",
"utility",
"whitespace",
"space",
"remove",
"delete"
],
"dependencies": {},
"devDependencies": {
"mocha": "*",
"xo": "*"
},
"xo": {
"envs": [
"node",
"mocha"
]
}
}