codeql-action/node_modules/trim-off-newlines/package.json
2020-06-24 14:33:14 +01:00

84 lines
1.7 KiB
JSON

{
"_args": [
[
"trim-off-newlines@1.0.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "trim-off-newlines@1.0.1",
"_id": "trim-off-newlines@1.0.1",
"_inBundle": false,
"_integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=",
"_location": "/trim-off-newlines",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "trim-off-newlines@1.0.1",
"name": "trim-off-newlines",
"escapedName": "trim-off-newlines",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "github.com/stevemao"
},
"bugs": {
"url": "https://github.com/stevemao/trim-off-newlines/issues"
},
"dependencies": {},
"description": "Similar to String#trim() but removes only newlines",
"devDependencies": {
"mocha": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stevemao/trim-off-newlines#readme",
"keywords": [
"trim",
"newlines",
"new-lines",
"newline",
"new-lines",
"string",
"str",
"util",
"utils",
"utility",
"whitespace",
"space",
"remove",
"delete"
],
"license": "MIT",
"name": "trim-off-newlines",
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/trim-off-newlines.git"
},
"scripts": {
"test": "xo && mocha"
},
"version": "1.0.1",
"xo": {
"envs": [
"node",
"mocha"
]
}
}