Sam Partington
2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

View File

@@ -1,51 +1,34 @@
{
"_args": [
[
"currently-unhandled@0.4.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "currently-unhandled@0.4.1",
"_id": "currently-unhandled@0.4.1",
"_inBundle": false,
"_integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
"_location": "/currently-unhandled",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "currently-unhandled@0.4.1",
"name": "currently-unhandled",
"escapedName": "currently-unhandled",
"rawSpec": "0.4.1",
"saveSpec": null,
"fetchSpec": "0.4.1"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
"_spec": "0.4.1",
"_where": "/Users/sam/code/codeql-action",
"name": "currently-unhandled",
"version": "0.4.1",
"description": "Track the list of currently unhandled promise rejections.",
"license": "MIT",
"repository": "jamestalmage/currently-unhandled",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"ava": {
"files": "test.js"
"engines": {
"node": ">=0.10.0"
},
"browser": {
"./index.js": "./browser.js"
},
"bugs": {
"url": "https://github.com/jamestalmage/currently-unhandled/issues"
"scripts": {
"test": "xo && nyc ava"
},
"files": [
"index.js",
"core.js",
"browser.js"
],
"keywords": [
"unhandled",
"unhandledRejection",
"rejected",
"promises"
],
"dependencies": {
"array-find-index": "^1.0.1"
},
"description": "Track the list of currently unhandled promise rejections.",
"devDependencies": {
"ava": "^0.15.1",
"bluebird": "^3.4.0",
@@ -63,37 +46,18 @@
"watchify": "^3.7.0",
"xo": "^0.15.0"
},
"engines": {
"node": ">=0.10.0"
"browser": {
"./index.js": "./browser.js"
},
"ava": {
"files": "test.js"
},
"files": [
"index.js",
"core.js",
"browser.js"
],
"homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
"keywords": [
"unhandled",
"unhandledRejection",
"rejected",
"promises"
],
"license": "MIT",
"name": "currently-unhandled",
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamestalmage/currently-unhandled.git"
},
"scripts": {
"test": "xo && nyc ava"
},
"version": "0.4.1",
"xo": {
"ignores": [
"browser-bluebird-test.js"
@@ -104,4 +68,4 @@
"node"
]
}
}
}