| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "loud-rejection@^1.0.0", |
| 3 | "_id": "loud-rejection@1.6.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", |
| 6 | "_location": "/loud-rejection", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "loud-rejection@^1.0.0", |
| 12 | "name": "loud-rejection", |
| 13 | "escapedName": "loud-rejection", |
| 14 | "rawSpec": "^1.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/meow" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", |
| 22 | "_shasum": "5b46f80147edee578870f086d04821cf998e551f", |
| 23 | "_spec": "loud-rejection@^1.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\meow", |
| 25 | "author": { |
| 26 | "name": "Sindre Sorhus", |
| 27 | "email": "sindresorhus@gmail.com", |
| 28 | "url": "sindresorhus.com" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/sindresorhus/loud-rejection/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "dependencies": { |
| 35 | "currently-unhandled": "^0.4.1", |
| 36 | "signal-exit": "^3.0.0" |
| 37 | }, |
| 38 | "deprecated": false, |
| 39 | "description": "Make unhandled promise rejections fail loudly instead of the default silent fail", |
| 40 | "devDependencies": { |
| 41 | "ava": "*", |
| 42 | "bluebird": "^3.0.5", |
| 43 | "coveralls": "^2.11.4", |
| 44 | "delay": "^1.0.0", |
| 45 | "execa": "^0.4.0", |
| 46 | "get-stream": "^2.0.0", |
| 47 | "nyc": "^6.2.1", |
| 48 | "xo": "*" |
| 49 | }, |
| 50 | "engines": { |
| 51 | "node": ">=0.10.0" |
| 52 | }, |
| 53 | "files": [ |
| 54 | "index.js", |
| 55 | "register.js", |
| 56 | "api.js" |
| 57 | ], |
| 58 | "homepage": "https://github.com/sindresorhus/loud-rejection#readme", |
| 59 | "keywords": [ |
| 60 | "promise", |
| 61 | "promises", |
| 62 | "unhandled", |
| 63 | "uncaught", |
| 64 | "rejection", |
| 65 | "loud", |
| 66 | "fail", |
| 67 | "catch", |
| 68 | "throw", |
| 69 | "handler", |
| 70 | "exit", |
| 71 | "debug", |
| 72 | "debugging", |
| 73 | "verbose" |
| 74 | ], |
| 75 | "license": "MIT", |
| 76 | "name": "loud-rejection", |
| 77 | "nyc": { |
| 78 | "exclude": [ |
| 79 | "fixture.js" |
| 80 | ] |
| 81 | }, |
| 82 | "repository": { |
| 83 | "type": "git", |
| 84 | "url": "git+https://github.com/sindresorhus/loud-rejection.git" |
| 85 | }, |
| 86 | "scripts": { |
| 87 | "coveralls": "nyc report --reporter=text-lcov | coveralls", |
| 88 | "test": "xo && nyc ava" |
| 89 | }, |
| 90 | "version": "1.6.0" |
| 91 | } |