aboutsummaryrefslogtreecommitdiff
path: root/node_modules/currently-unhandled
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/currently-unhandled
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/currently-unhandled')
-rw-r--r--node_modules/currently-unhandled/package.json115
1 files changed, 24 insertions, 91 deletions
diff --git a/node_modules/currently-unhandled/package.json b/node_modules/currently-unhandled/package.json
index 54a37b0aa..3baae3d8b 100644
--- a/node_modules/currently-unhandled/package.json
+++ b/node_modules/currently-unhandled/package.json
@@ -1,68 +1,34 @@
{
- "_args": [
- [
- {
- "raw": "currently-unhandled@^0.4.1",
- "scope": null,
- "escapedName": "currently-unhandled",
- "name": "currently-unhandled",
- "rawSpec": "^0.4.1",
- "spec": ">=0.4.1 <0.5.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/loud-rejection"
- ]
- ],
- "_from": "currently-unhandled@>=0.4.1 <0.5.0",
- "_id": "currently-unhandled@0.4.1",
- "_inCache": true,
- "_location": "/currently-unhandled",
- "_nodeVersion": "5.10.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/currently-unhandled-0.4.1.tgz_1464866113117_0.9455041608307511"
- },
- "_npmUser": {
- "name": "jamestalmage",
- "email": "james@talmage.io"
- },
- "_npmVersion": "3.8.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "currently-unhandled@^0.4.1",
- "scope": null,
- "escapedName": "currently-unhandled",
- "name": "currently-unhandled",
- "rawSpec": "^0.4.1",
- "spec": ">=0.4.1 <0.5.0",
- "type": "range"
- },
- "_requiredBy": [
- "/loud-rejection"
- ],
- "_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
- "_shasum": "988df33feab191ef799a61369dd76c17adf957ea",
- "_shrinkwrap": null,
- "_spec": "currently-unhandled@^0.4.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/loud-rejection",
+ "name": "currently-unhandled",
+ "version": "0.4.1",
+ "description": "Track the list of currently unhandled promise rejections.",
+ "license": "MIT",
+ "repository": "jamestalmage/currently-unhandled",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
- "ava": {
- "files": "test.js"
- },
- "browser": {
- "./index.js": "./browser.js"
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jamestalmage/currently-unhandled/issues"
+ "scripts": {
+ "test": "xo && nyc ava"
},
+ "files": [
+ "index.js",
+ "core.js",
+ "browser.js"
+ ],
+ "keywords": [
+ "unhandled",
+ "unhandledRejection",
+ "rejected",
+ "promises"
+ ],
"dependencies": {
"array-find-index": "^1.0.1"
},
- "description": "Track the list of currently unhandled promise rejections.",
"devDependencies": {
"ava": "^0.15.1",
"bluebird": "^3.4.0",
@@ -80,51 +46,18 @@
"watchify": "^3.7.0",
"xo": "^0.15.0"
},
- "directories": {},
- "dist": {
- "shasum": "988df33feab191ef799a61369dd76c17adf957ea",
- "tarball": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz"
+ "browser": {
+ "./index.js": "./browser.js"
},
- "engines": {
- "node": ">=0.10.0"
+ "ava": {
+ "files": "test.js"
},
- "files": [
- "index.js",
- "core.js",
- "browser.js"
- ],
- "gitHead": "6b998300e8cc2f732d80f99b7ecea37c97ab6ded",
- "homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
- "keywords": [
- "unhandled",
- "unhandledRejection",
- "rejected",
- "promises"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "jamestalmage",
- "email": "james@talmage.io"
- }
- ],
- "name": "currently-unhandled",
"nyc": {
"reporter": [
"lcov",
"text"
]
},
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jamestalmage/currently-unhandled.git"
- },
- "scripts": {
- "test": "xo && nyc ava"
- },
- "version": "0.4.1",
"xo": {
"ignores": [
"browser-bluebird-test.js"