notes/node_modules/trim-newlines/package.json

99 lines
2.2 KiB
JSON

{
"_args": [
[
"trim-newlines@^1.0.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/meow"
]
],
"_from": "trim-newlines@>=1.0.0 <2.0.0",
"_id": "trim-newlines@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/trim-newlines",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "trim-newlines",
"raw": "trim-newlines@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
"_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
"_shrinkwrap": null,
"_spec": "trim-newlines@^1.0.0",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/meow",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/trim-newlines/issues"
},
"dependencies": {},
"description": "Trim newlines from the start and/or end of a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "5887966bb582a4503a41eb524f7d35011815a613",
"tarball": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "f651a2d4cbf382c2936e6e53edee9316602e4ce7",
"homepage": "https://github.com/sindresorhus/trim-newlines",
"keywords": [
"crlf",
"delete",
"end",
"left",
"lf",
"linebreak",
"newline",
"newlines",
"remove",
"right",
"start",
"str",
"string",
"strip",
"trim"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "trim-newlines",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/trim-newlines.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}