mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
Run npm install so have clear baseline
This commit is contained in:
88
node_modules/currently-unhandled/package.json
generated
vendored
88
node_modules/currently-unhandled/package.json
generated
vendored
@@ -1,34 +1,51 @@
|
||||
{
|
||||
"name": "currently-unhandled",
|
||||
"version": "0.4.1",
|
||||
"description": "Track the list of currently unhandled promise rejections.",
|
||||
"license": "MIT",
|
||||
"repository": "jamestalmage/currently-unhandled",
|
||||
"_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",
|
||||
"author": {
|
||||
"name": "James Talmage",
|
||||
"email": "james@talmage.io",
|
||||
"url": "github.com/jamestalmage"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
"ava": {
|
||||
"files": "test.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && nyc ava"
|
||||
"browser": {
|
||||
"./index.js": "./browser.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jamestalmage/currently-unhandled/issues"
|
||||
},
|
||||
"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",
|
||||
@@ -46,18 +63,37 @@
|
||||
"watchify": "^3.7.0",
|
||||
"xo": "^0.15.0"
|
||||
},
|
||||
"browser": {
|
||||
"./index.js": "./browser.js"
|
||||
},
|
||||
"ava": {
|
||||
"files": "test.js"
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"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"
|
||||
@@ -68,4 +104,4 @@
|
||||
"node"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user