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

119 lines
2.8 KiB
JSON

{
"_args": [
[
"loud-rejection@^1.0.0",
"/Users/sid/Desktop/code/RustyCode/node_modules/meow"
]
],
"_from": "loud-rejection@>=1.0.0 <2.0.0",
"_id": "loud-rejection@1.3.0",
"_inCache": true,
"_installable": true,
"_location": "/loud-rejection",
"_nodeVersion": "4.3.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/loud-rejection-1.3.0.tgz_1455804204049_0.4460844199638814"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "loud-rejection",
"raw": "loud-rejection@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.3.0.tgz",
"_shasum": "f289a392f17d2baacf194d0a673004394433b115",
"_shrinkwrap": null,
"_spec": "loud-rejection@^1.0.0",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/meow",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/loud-rejection/issues"
},
"config": {
"nyc": {
"exclude": [
"fixture.js"
]
}
},
"dependencies": {
"array-find-index": "^1.0.0",
"signal-exit": "^2.1.2"
},
"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",
"get-stream": "^1.0.0",
"nyc": "^5.0.1",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "f289a392f17d2baacf194d0a673004394433b115",
"tarball": "http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.3.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"register.js",
"api.js"
],
"gitHead": "0bc730030d190edc2050d8e529f6252ae765edb7",
"homepage": "https://github.com/sindresorhus/loud-rejection#readme",
"keywords": [
"promise",
"promises",
"unhandled",
"uncaught",
"rejection",
"loud",
"fail",
"catch",
"throw",
"handler",
"exit",
"debug",
"debugging",
"verbose"
],
"license": "MIT",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "loud-rejection",
"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.3.0"
}