aboutsummaryrefslogtreecommitdiff
path: root/node_modules/signal-exit
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/signal-exit
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/signal-exit')
-rw-r--r--node_modules/signal-exit/package.json114
1 files changed, 23 insertions, 91 deletions
diff --git a/node_modules/signal-exit/package.json b/node_modules/signal-exit/package.json
index 4da8b8875..8429fac49 100644
--- a/node_modules/signal-exit/package.json
+++ b/node_modules/signal-exit/package.json
@@ -1,59 +1,32 @@
{
- "_args": [
- [
- {
- "raw": "signal-exit@^3.0.0",
- "scope": null,
- "escapedName": "signal-exit",
- "name": "signal-exit",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/loud-rejection"
- ]
- ],
- "_from": "signal-exit@>=3.0.0 <4.0.0",
- "_id": "signal-exit@3.0.1",
- "_inCache": true,
- "_location": "/signal-exit",
- "_nodeVersion": "6.5.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/signal-exit-3.0.1.tgz_1473354783379_0.4592130535747856"
- },
- "_npmUser": {
- "name": "bcoe",
- "email": "ben@npmjs.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "signal-exit@^3.0.0",
- "scope": null,
- "escapedName": "signal-exit",
- "name": "signal-exit",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
+ "name": "signal-exit",
+ "version": "3.0.1",
+ "description": "when you want to fire an event no matter how a process exits.",
+ "main": "index.js",
+ "scripts": {
+ "pretest": "standard",
+ "test": "tap --timeout=240 ./test/*.js --cov",
+ "coverage": "nyc report --reporter=text-lcov | coveralls",
+ "release": "standard-version"
},
- "_requiredBy": [
- "/loud-rejection"
+ "files": [
+ "index.js",
+ "signals.js"
],
- "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz",
- "_shasum": "5a4c884992b63a7acd9badb7894c3ee9cfccad81",
- "_shrinkwrap": null,
- "_spec": "signal-exit@^3.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/loud-rejection",
- "author": {
- "name": "Ben Coe",
- "email": "ben@npmjs.com"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tapjs/signal-exit.git"
},
+ "keywords": [
+ "signal",
+ "exit"
+ ],
+ "author": "Ben Coe <ben@npmjs.com>",
+ "license": "ISC",
"bugs": {
"url": "https://github.com/tapjs/signal-exit/issues"
},
- "dependencies": {},
- "description": "when you want to fire an event no matter how a process exits.",
+ "homepage": "https://github.com/tapjs/signal-exit",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.10",
@@ -61,46 +34,5 @@
"standard": "^7.1.2",
"standard-version": "^2.3.0",
"tap": "^7.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "5a4c884992b63a7acd9badb7894c3ee9cfccad81",
- "tarball": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz"
- },
- "files": [
- "index.js",
- "signals.js"
- ],
- "gitHead": "6859aff54f5198c63fff91baef279b86026bde69",
- "homepage": "https://github.com/tapjs/signal-exit",
- "keywords": [
- "signal",
- "exit"
- ],
- "license": "ISC",
- "main": "index.js",
- "maintainers": [
- {
- "name": "bcoe",
- "email": "ben@npmjs.com"
- },
- {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- }
- ],
- "name": "signal-exit",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tapjs/signal-exit.git"
- },
- "scripts": {
- "coverage": "nyc report --reporter=text-lcov | coveralls",
- "pretest": "standard",
- "release": "standard-version",
- "test": "tap --timeout=240 ./test/*.js --cov"
- },
- "version": "3.0.1"
+ }
}