aboutsummaryrefslogtreecommitdiff
path: root/node_modules/remove-trailing-separator/package.json
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/remove-trailing-separator/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/remove-trailing-separator/package.json')
-rw-r--r--node_modules/remove-trailing-separator/package.json109
1 files changed, 23 insertions, 86 deletions
diff --git a/node_modules/remove-trailing-separator/package.json b/node_modules/remove-trailing-separator/package.json
index da662cddd..70d945551 100644
--- a/node_modules/remove-trailing-separator/package.json
+++ b/node_modules/remove-trailing-separator/package.json
@@ -1,100 +1,37 @@
{
- "_args": [
- [
- {
- "raw": "remove-trailing-separator@^1.0.1",
- "scope": null,
- "escapedName": "remove-trailing-separator",
- "name": "remove-trailing-separator",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/vinyl"
- ]
- ],
- "_from": "remove-trailing-separator@>=1.0.1 <2.0.0",
- "_id": "remove-trailing-separator@1.0.1",
- "_inCache": true,
- "_location": "/remove-trailing-separator",
- "_nodeVersion": "6.4.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/remove-trailing-separator-1.0.1.tgz_1474797962066_0.45308714639395475"
- },
- "_npmUser": {
- "name": "darsain",
- "email": "darsain@gmail.com"
- },
- "_npmVersion": "3.10.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "remove-trailing-separator@^1.0.1",
- "scope": null,
- "escapedName": "remove-trailing-separator",
- "name": "remove-trailing-separator",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/vinyl"
- ],
- "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz",
- "_shasum": "615ebb96af559552d4bf4057c8436d486ab63cc4",
- "_shrinkwrap": null,
- "_spec": "remove-trailing-separator@^1.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl",
- "author": {
- "name": "darsain"
- },
- "bugs": {
- "url": "https://github.com/darsain/remove-trailing-separator/issues"
- },
- "dependencies": {},
+ "name": "remove-trailing-separator",
+ "version": "1.0.1",
"description": "Removes separators from the end of the string.",
- "devDependencies": {
- "ava": "^0.16.0",
- "coveralls": "^2.11.14",
- "nyc": "^8.3.0",
- "xo": "^0.16.0"
- },
- "directories": {},
- "dist": {
- "shasum": "615ebb96af559552d4bf4057c8436d486ab63cc4",
- "tarball": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz"
- },
+ "main": "index.js",
"files": [
"index.js"
],
- "gitHead": "8a5da3ac1efb1314d55e50a2a923b068d500d77a",
- "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
+ "scripts": {
+ "lint": "xo",
+ "pretest": "npm run lint",
+ "test": "nyc ava",
+ "report": "nyc report --reporter=html"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/darsain/remove-trailing-separator.git"
+ },
"keywords": [
"remove",
"strip",
"trailing",
"separator"
],
+ "author": "darsain",
"license": "ISC",
- "main": "index.js",
- "maintainers": [
- {
- "name": "darsain",
- "email": "darsain@gmail.com"
- }
- ],
- "name": "remove-trailing-separator",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/darsain/remove-trailing-separator.git"
- },
- "scripts": {
- "lint": "xo",
- "pretest": "npm run lint",
- "report": "nyc report --reporter=html",
- "test": "nyc ava"
+ "bugs": {
+ "url": "https://github.com/darsain/remove-trailing-separator/issues"
},
- "version": "1.0.1"
+ "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
+ "devDependencies": {
+ "ava": "^0.16.0",
+ "coveralls": "^2.11.14",
+ "nyc": "^8.3.0",
+ "xo": "^0.16.0"
+ }
}