aboutsummaryrefslogtreecommitdiff
path: root/node_modules/trim-newlines
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/trim-newlines
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/trim-newlines')
-rw-r--r--node_modules/trim-newlines/package.json88
1 files changed, 12 insertions, 76 deletions
diff --git a/node_modules/trim-newlines/package.json b/node_modules/trim-newlines/package.json
index d574a95cc..c0bca903c 100644
--- a/node_modules/trim-newlines/package.json
+++ b/node_modules/trim-newlines/package.json
@@ -1,73 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "trim-newlines@^1.0.0",
- "scope": null,
- "escapedName": "trim-newlines",
- "name": "trim-newlines",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/meow"
- ]
- ],
- "_from": "trim-newlines@>=1.0.0 <2.0.0",
- "_id": "trim-newlines@1.0.0",
- "_inCache": true,
- "_location": "/trim-newlines",
- "_nodeVersion": "4.1.1",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.14.4",
- "_phantomChildren": {},
- "_requested": {
- "raw": "trim-newlines@^1.0.0",
- "scope": null,
- "escapedName": "trim-newlines",
- "name": "trim-newlines",
- "rawSpec": "^1.0.0",
- "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": "/home/dold/repos/taler/wallet-webex/node_modules/meow",
+ "name": "trim-newlines",
+ "version": "1.0.0",
+ "description": "Trim newlines from the start and/or end of a string",
+ "license": "MIT",
+ "repository": "sindresorhus/trim-newlines",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"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"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "f651a2d4cbf382c2936e6e53edee9316602e4ce7",
- "homepage": "https://github.com/sindresorhus/trim-newlines",
"keywords": [
"trim",
"newline",
@@ -85,22 +35,8 @@
"delete",
"strip"
],
- "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"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
}