From 703e03aba33f234712206769f57717ba7d92d23d Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Wed, 12 Oct 2022 22:54:37 +0300 Subject: Added export_allowed file to make repository visible in cgit --- node_modules/loud-rejection/package.json | 59 ++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 node_modules/loud-rejection/package.json (limited to 'node_modules/loud-rejection/package.json') diff --git a/node_modules/loud-rejection/package.json b/node_modules/loud-rejection/package.json new file mode 100644 index 0000000..da5adaf --- /dev/null +++ b/node_modules/loud-rejection/package.json @@ -0,0 +1,59 @@ +{ + "name": "loud-rejection", + "version": "1.6.0", + "description": "Make unhandled promise rejections fail loudly instead of the default silent fail", + "license": "MIT", + "repository": "sindresorhus/loud-rejection", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && nyc ava", + "coveralls": "nyc report --reporter=text-lcov | coveralls" + }, + "files": [ + "index.js", + "register.js", + "api.js" + ], + "keywords": [ + "promise", + "promises", + "unhandled", + "uncaught", + "rejection", + "loud", + "fail", + "catch", + "throw", + "handler", + "exit", + "debug", + "debugging", + "verbose" + ], + "dependencies": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + }, + "devDependencies": { + "ava": "*", + "bluebird": "^3.0.5", + "coveralls": "^2.11.4", + "delay": "^1.0.0", + "execa": "^0.4.0", + "get-stream": "^2.0.0", + "nyc": "^6.2.1", + "xo": "*" + }, + "nyc": { + "exclude": [ + "fixture.js" + ] + } +} -- cgit v1.2.3-86-g962b