mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
3.5 KiB
131 lines
3.5 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "trim-trailing-lines@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "trim-trailing-lines",
|
|
"name": "trim-trailing-lines",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-parse"
|
|
]
|
|
],
|
|
"_from": "trim-trailing-lines@>=1.0.0 <2.0.0",
|
|
"_id": "trim-trailing-lines@1.1.0",
|
|
"_inCache": true,
|
|
"_location": "/trim-trailing-lines",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/trim-trailing-lines-1.1.0.tgz_1479931412751_0.3457383767236024"
|
|
},
|
|
"_npmUser": {
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
},
|
|
"_npmVersion": "2.14.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "trim-trailing-lines@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "trim-trailing-lines",
|
|
"name": "trim-trailing-lines",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/remark-parse"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz",
|
|
"_shasum": "7aefbb7808df9d669f6da2e438cac8c46ada7684",
|
|
"_shrinkwrap": null,
|
|
"_spec": "trim-trailing-lines@^1.0.0",
|
|
"_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-parse",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wooorm/trim-trailing-lines/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Remove final newline characters from a string",
|
|
"devDependencies": {
|
|
"browserify": "^13.0.0",
|
|
"esmangle": "^1.0.0",
|
|
"nyc": "^10.0.0",
|
|
"remark-cli": "^2.0.0",
|
|
"remark-preset-wooorm": "^1.0.0",
|
|
"tape": "^4.6.3",
|
|
"xo": "^0.17.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "7aefbb7808df9d669f6da2e438cac8c46ada7684",
|
|
"tarball": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "0b8259a4fc6e3308aa0baf6a0070fdd9f92bee74",
|
|
"homepage": "https://github.com/wooorm/trim-trailing-lines#readme",
|
|
"keywords": [
|
|
"trim",
|
|
"final",
|
|
"line",
|
|
"newline",
|
|
"characters"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
}
|
|
],
|
|
"name": "trim-trailing-lines",
|
|
"nyc": {
|
|
"check-coverage": true,
|
|
"lines": 100,
|
|
"functions": 100,
|
|
"branches": 100
|
|
},
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"remarkConfig": {
|
|
"presets": "wooorm"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wooorm/trim-trailing-lines.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify index.js -s trimTrailingLines > trim-trailing-lines.js",
|
|
"build-mangle": "esmangle trim-trailing-lines.js > trim-trailing-lines.min.js",
|
|
"build-md": "remark . -qfo",
|
|
"lint": "xo",
|
|
"test": "npm run build && npm run lint && npm run test-coverage",
|
|
"test-api": "node test",
|
|
"test-coverage": "nyc --reporter lcov tape test.js"
|
|
},
|
|
"version": "1.1.0",
|
|
"xo": {
|
|
"space": true,
|
|
"ignores": [
|
|
"trim-trailing-lines.js"
|
|
]
|
|
}
|
|
}
|
|
|