aboutsummaryrefslogtreecommitdiff
path: root/node_modules/loud-rejection
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/loud-rejection
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/loud-rejection')
-rw-r--r--node_modules/loud-rejection/package.json119
1 files changed, 24 insertions, 95 deletions
diff --git a/node_modules/loud-rejection/package.json b/node_modules/loud-rejection/package.json
index 8c466e371..da5adaf68 100644
--- a/node_modules/loud-rejection/package.json
+++ b/node_modules/loud-rejection/package.json
@@ -1,88 +1,26 @@
{
- "_args": [
- [
- {
- "raw": "loud-rejection@^1.0.0",
- "scope": null,
- "escapedName": "loud-rejection",
- "name": "loud-rejection",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/meow"
- ]
- ],
- "_from": "loud-rejection@>=1.0.0 <2.0.0",
- "_id": "loud-rejection@1.6.0",
- "_inCache": true,
- "_location": "/loud-rejection",
- "_nodeVersion": "4.4.5",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/loud-rejection-1.6.0.tgz_1467583452502_0.21159938420169055"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.15.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "loud-rejection@^1.0.0",
- "scope": null,
- "escapedName": "loud-rejection",
- "name": "loud-rejection",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/meow"
- ],
- "_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
- "_shasum": "5b46f80147edee578870f086d04821cf998e551f",
- "_shrinkwrap": null,
- "_spec": "loud-rejection@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/meow",
+ "name": "loud-rejection",
+ "version": "1.6.0",
+ "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
+ "license": "MIT",
+ "repository": "sindresorhus/loud-rejection",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/loud-rejection/issues"
- },
- "dependencies": {
- "currently-unhandled": "^0.4.1",
- "signal-exit": "^3.0.0"
- },
- "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
- "devDependencies": {
- "ava": "*",
- "bluebird": "^3.0.5",
- "coveralls": "^2.11.4",
- "delay": "^1.0.0",
- "execa": "^0.4.0",
- "get-stream": "^2.0.0",
- "nyc": "^6.2.1",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "5b46f80147edee578870f086d04821cf998e551f",
- "tarball": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && nyc ava",
+ "coveralls": "nyc report --reporter=text-lcov | coveralls"
+ },
"files": [
"index.js",
"register.js",
"api.js"
],
- "gitHead": "174a9b37f0de7ed255526b506f37961f9f74bd4d",
- "homepage": "https://github.com/sindresorhus/loud-rejection#readme",
"keywords": [
"promise",
"promises",
@@ -99,32 +37,23 @@
"debugging",
"verbose"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "jamestalmage",
- "email": "james@talmage.io"
- },
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "loud-rejection",
+ "dependencies": {
+ "currently-unhandled": "^0.4.1",
+ "signal-exit": "^3.0.0"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "bluebird": "^3.0.5",
+ "coveralls": "^2.11.4",
+ "delay": "^1.0.0",
+ "execa": "^0.4.0",
+ "get-stream": "^2.0.0",
+ "nyc": "^6.2.1",
+ "xo": "*"
+ },
"nyc": {
"exclude": [
"fixture.js"
]
- },
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/loud-rejection.git"
- },
- "scripts": {
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
- "test": "xo && nyc ava"
- },
- "version": "1.6.0"
+ }
}