dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/signal-exit/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

87 lines
2.2 KiB
JSON

{
"_args": [
[
"signal-exit@^2.1.2",
"/Users/sid/Desktop/code/RustyCode/node_modules/loud-rejection"
]
],
"_from": "signal-exit@>=2.1.2 <3.0.0",
"_id": "signal-exit@2.1.2",
"_inCache": true,
"_installable": true,
"_location": "/signal-exit",
"_nodeVersion": "2.0.2",
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "signal-exit",
"raw": "signal-exit@^2.1.2",
"rawSpec": "^2.1.2",
"scope": null,
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/loud-rejection"
],
"_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz",
"_shasum": "375879b1f92ebc3b334480d038dc546a6d558564",
"_shrinkwrap": null,
"_spec": "signal-exit@^2.1.2",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/loud-rejection",
"author": {
"email": "ben@npmjs.com",
"name": "Ben Coe"
},
"bugs": {
"url": "https://github.com/bcoe/signal-exit/issues"
},
"dependencies": {},
"description": "when you want to fire an event no matter how a process exits.",
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"nyc": "^2.1.2",
"standard": "^3.9.0",
"tap": "1.0.4"
},
"directories": {},
"dist": {
"shasum": "375879b1f92ebc3b334480d038dc546a6d558564",
"tarball": "http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz"
},
"gitHead": "8d50231bda6d0d1c4d39de20fc09d11487eb9951",
"homepage": "https://github.com/bcoe/signal-exit",
"keywords": [
"signal",
"exit"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"email": "ben@npmjs.com",
"name": "bcoe"
},
{
"email": "isaacs@npmjs.com",
"name": "isaacs"
}
],
"name": "signal-exit",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/bcoe/signal-exit.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "standard && nyc tap --timeout=240 ./test/*.js"
},
"version": "2.1.2"
}