update @actions/tool-cache, install semver, nock

This commit is contained in:
Alex Kalyvitis
2020-06-18 16:31:13 +02:00
parent 74d434c5ca
commit 4c6749115a
678 changed files with 39259 additions and 14619 deletions

View File

@@ -1,36 +1,68 @@
{
"name": "acorn-walk",
"_args": [
[
"acorn-walk@7.1.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "acorn-walk@7.1.1",
"_id": "acorn-walk@7.1.1",
"_inBundle": false,
"_integrity": "sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==",
"_location": "/ava/acorn-walk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-walk@7.1.1",
"name": "acorn-walk",
"escapedName": "acorn-walk",
"rawSpec": "7.1.1",
"saveSpec": null,
"fetchSpec": "7.1.1"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.1.1.tgz",
"_spec": "7.1.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"description": "ECMAScript (ESTree) AST walker",
"homepage": "https://github.com/acornjs/acorn",
"main": "dist/walk.js",
"types": "dist/walk.d.ts",
"module": "dist/walk.mjs",
"version": "7.1.1",
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/acornjs/acorn",
"license": "MIT",
"main": "dist/walk.js",
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"web": "https://marijnhaverbeke.nl"
"url": "https://marijnhaverbeke.nl"
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
"web": "https://rreverser.com/"
"url": "https://rreverser.com/"
},
{
"name": "Adrian Heine",
"web": "http://adrianheine.de"
"url": "http://adrianheine.de"
}
],
"module": "dist/walk.mjs",
"name": "acorn-walk",
"repository": {
"type": "git",
"url": "https://github.com/acornjs/acorn.git"
"url": "git+https://github.com/acornjs/acorn.git"
},
"scripts": {
"prepare": "cd ..; npm run build:walk"
},
"license": "MIT"
}
"types": "dist/walk.d.ts",
"version": "7.1.1"
}

View File

@@ -1,26 +1,63 @@
{
"name": "ansi-styles",
"version": "4.2.1",
"description": "ANSI escape codes for styling strings in the terminal",
"license": "MIT",
"repository": "chalk/ansi-styles",
"funding": "https://github.com/chalk/ansi-styles?sponsor=1",
"_args": [
[
"ansi-styles@4.2.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "ansi-styles@4.2.1",
"_id": "ansi-styles@4.2.1",
"_inBundle": false,
"_integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==",
"_location": "/ava/ansi-styles",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ansi-styles@4.2.1",
"name": "ansi-styles",
"escapedName": "ansi-styles",
"rawSpec": "4.2.1",
"saveSpec": null,
"fetchSpec": "4.2.1"
},
"_requiredBy": [
"/ava",
"/ava/chalk"
],
"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
"_spec": "4.2.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/chalk/ansi-styles/issues"
},
"dependencies": {
"@types/color-name": "^1.1.1",
"color-convert": "^2.0.1"
},
"description": "ANSI escape codes for styling strings in the terminal",
"devDependencies": {
"@types/color-convert": "^1.9.0",
"ava": "^2.3.0",
"svg-term-cli": "^2.1.1",
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd",
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/chalk/ansi-styles?sponsor=1",
"homepage": "https://github.com/chalk/ansi-styles#readme",
"keywords": [
"ansi",
"styles",
@@ -43,15 +80,15 @@
"command-line",
"text"
],
"dependencies": {
"@types/color-name": "^1.1.1",
"color-convert": "^2.0.1"
"license": "MIT",
"name": "ansi-styles",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/ansi-styles.git"
},
"devDependencies": {
"@types/color-convert": "^1.9.0",
"ava": "^2.3.0",
"svg-term-cli": "^2.1.1",
"tsd": "^0.11.0",
"xo": "^0.25.3"
}
}
"scripts": {
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
"test": "xo && ava && tsd"
},
"version": "4.2.1"
}

View File

@@ -1,22 +1,61 @@
{
"name": "chalk",
"version": "4.0.0",
"_args": [
[
"chalk@4.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "chalk@4.0.0",
"_id": "chalk@4.0.0",
"_inBundle": false,
"_integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==",
"_location": "/ava/chalk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chalk@4.0.0",
"name": "chalk",
"escapedName": "chalk",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/chalk/chalk/issues"
},
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"description": "Terminal string styling done right",
"license": "MIT",
"repository": "chalk/chalk",
"funding": "https://github.com/chalk/chalk?sponsor=1",
"main": "source",
"devDependencies": {
"ava": "^2.4.0",
"coveralls": "^3.0.7",
"execa": "^4.0.0",
"import-fresh": "^3.1.0",
"matcha": "^0.7.0",
"nyc": "^15.0.0",
"resolve-from": "^5.0.0",
"tsd": "^0.7.4",
"xo": "^0.28.2"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "xo && nyc ava && tsd",
"bench": "matcha benchmark.js"
},
"files": [
"source",
"index.d.ts"
],
"funding": "https://github.com/chalk/chalk?sponsor=1",
"homepage": "https://github.com/chalk/chalk#readme",
"keywords": [
"color",
"colour",
@@ -40,21 +79,18 @@
"command-line",
"text"
],
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
"license": "MIT",
"main": "source",
"name": "chalk",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/chalk.git"
},
"devDependencies": {
"ava": "^2.4.0",
"coveralls": "^3.0.7",
"execa": "^4.0.0",
"import-fresh": "^3.1.0",
"matcha": "^0.7.0",
"nyc": "^15.0.0",
"resolve-from": "^5.0.0",
"tsd": "^0.7.4",
"xo": "^0.28.2"
"scripts": {
"bench": "matcha benchmark.js",
"test": "xo && nyc ava && tsd"
},
"version": "4.0.0",
"xo": {
"rules": {
"unicorn/prefer-string-slice": "off",
@@ -65,4 +101,4 @@
"unicorn/better-regex": "off"
}
}
}
}

View File

@@ -1,17 +1,57 @@
{
"name": "color-convert",
"_args": [
[
"color-convert@2.0.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "color-convert@2.0.1",
"_id": "color-convert@2.0.1",
"_inBundle": false,
"_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"_location": "/ava/color-convert",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "color-convert@2.0.1",
"name": "color-convert",
"escapedName": "color-convert",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/ava/ansi-styles"
],
"_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Heather Arthur",
"email": "fayearthur@gmail.com"
},
"bugs": {
"url": "https://github.com/Qix-/color-convert/issues"
},
"dependencies": {
"color-name": "~1.1.4"
},
"description": "Plain color conversion functions",
"version": "2.0.1",
"author": "Heather Arthur <fayearthur@gmail.com>",
"license": "MIT",
"repository": "Qix-/color-convert",
"scripts": {
"pretest": "xo",
"test": "node test/basic.js"
"devDependencies": {
"chalk": "^2.4.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=7.0.0"
},
"files": [
"index.js",
"conversions.js",
"route.js"
],
"homepage": "https://github.com/Qix-/color-convert#readme",
"keywords": [
"color",
"colour",
@@ -26,23 +66,22 @@
"ansi",
"ansi16"
],
"files": [
"index.js",
"conversions.js",
"route.js"
],
"license": "MIT",
"name": "color-convert",
"repository": {
"type": "git",
"url": "git+https://github.com/Qix-/color-convert.git"
},
"scripts": {
"pretest": "xo",
"test": "node test/basic.js"
},
"version": "2.0.1",
"xo": {
"rules": {
"default-case": 0,
"no-inline-comments": 0,
"operator-linebreak": 0
}
},
"devDependencies": {
"chalk": "^2.4.2",
"xo": "^0.24.0"
},
"dependencies": {
"color-name": "~1.1.4"
}
}
}

View File

@@ -1,28 +1,60 @@
{
"name": "color-name",
"version": "1.1.4",
"_args": [
[
"color-name@1.1.4",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "color-name@1.1.4",
"_id": "color-name@1.1.4",
"_inBundle": false,
"_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"_location": "/ava/color-name",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "color-name@1.1.4",
"name": "color-name",
"escapedName": "color-name",
"rawSpec": "1.1.4",
"saveSpec": null,
"fetchSpec": "1.1.4"
},
"_requiredBy": [
"/ava/color-convert"
],
"_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"_spec": "1.1.4",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "DY",
"email": "dfcreative@gmail.com"
},
"bugs": {
"url": "https://github.com/colorjs/color-name/issues"
},
"description": "A list of color names and its values",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:colorjs/color-name.git"
},
"homepage": "https://github.com/colorjs/color-name",
"keywords": [
"color-name",
"color",
"color-keyword",
"keyword"
],
"author": "DY <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/colorjs/color-name/issues"
"main": "index.js",
"name": "color-name",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/colorjs/color-name.git"
},
"homepage": "https://github.com/colorjs/color-name"
}
"scripts": {
"test": "node test.js"
},
"version": "1.1.4"
}

View File

@@ -1,28 +1,55 @@
{
"name": "escape-string-regexp",
"version": "2.0.0",
"description": "Escape RegExp special characters",
"license": "MIT",
"repository": "sindresorhus/escape-string-regexp",
"_args": [
[
"escape-string-regexp@2.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "escape-string-regexp@2.0.0",
"_id": "escape-string-regexp@2.0.0",
"_inBundle": false,
"_integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
"_location": "/ava/escape-string-regexp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "escape-string-regexp@2.0.0",
"name": "escape-string-regexp",
"escapedName": "escape-string-regexp",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/ava/stack-utils"
],
"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
],
"bugs": {
"url": "https://github.com/sindresorhus/escape-string-regexp/issues"
},
"description": "Escape RegExp special characters",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
"keywords": [
"escape",
"regex",
@@ -35,9 +62,26 @@
"special",
"characters"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}
"license": "MIT",
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Joshua Boy Nicolai Appelman",
"email": "joshua@jbna.nl",
"url": "jbna.nl"
}
],
"name": "escape-string-regexp",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.0.0"
}

View File

@@ -1,24 +1,55 @@
{
"name": "has-flag",
"version": "4.0.0",
"description": "Check if argv has a specific flag",
"license": "MIT",
"repository": "sindresorhus/has-flag",
"_args": [
[
"has-flag@4.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "has-flag@4.0.0",
"_id": "has-flag@4.0.0",
"_inBundle": false,
"_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"_location": "/ava/has-flag",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "has-flag@4.0.0",
"name": "has-flag",
"escapedName": "has-flag",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/ava/supports-color"
],
"_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/has-flag/issues"
},
"description": "Check if argv has a specific flag",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/has-flag#readme",
"keywords": [
"has",
"check",
@@ -38,9 +69,14 @@
"minimist",
"optimist"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}
"license": "MIT",
"name": "has-flag",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/has-flag.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.0"
}

View File

@@ -1,18 +1,41 @@
{
"name": "source-map-support",
"description": "Fixes stack traces for files with source maps",
"version": "0.5.19",
"main": "./source-map-support.js",
"scripts": {
"build": "node build.js",
"serve-tests": "http-server -p 1336",
"prepublish": "npm run build",
"test": "mocha"
"_args": [
[
"source-map-support@0.5.19",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "source-map-support@0.5.19",
"_id": "source-map-support@0.5.19",
"_inBundle": false,
"_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
"_location": "/ava/source-map-support",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "source-map-support@0.5.19",
"name": "source-map-support",
"escapedName": "source-map-support",
"rawSpec": "0.5.19",
"saveSpec": null,
"fetchSpec": "0.5.19"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
"_spec": "0.5.19",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
},
"description": "Fixes stack traces for files with source maps",
"devDependencies": {
"browserify": "^4.2.3",
"coffeescript": "^1.12.7",
@@ -20,12 +43,19 @@
"mocha": "^3.5.3",
"webpack": "^1.15.0"
},
"homepage": "https://github.com/evanw/node-source-map-support#readme",
"license": "MIT",
"main": "./source-map-support.js",
"name": "source-map-support",
"repository": {
"type": "git",
"url": "https://github.com/evanw/node-source-map-support"
"url": "git+https://github.com/evanw/node-source-map-support.git"
},
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
"scripts": {
"build": "node build.js",
"prepublish": "npm run build",
"serve-tests": "http-server -p 1336",
"test": "mocha"
},
"license": "MIT"
}
"version": "0.5.19"
}

View File

@@ -1,29 +1,45 @@
{
"name": "stack-utils",
"version": "2.0.2",
"description": "Captures and cleans stack traces",
"license": "MIT",
"repository": "tapjs/stack-utils",
"_args": [
[
"stack-utils@2.0.2",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "stack-utils@2.0.2",
"_id": "stack-utils@2.0.2",
"_inBundle": false,
"_integrity": "sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==",
"_location": "/ava/stack-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stack-utils@2.0.2",
"name": "stack-utils",
"escapedName": "stack-utils",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"engines": {
"node": ">=10"
"bugs": {
"url": "https://github.com/tapjs/stack-utils/issues"
},
"scripts": {
"test": "tap --no-esm --100",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"files": [
"index.js"
],
"dependencies": {
"escape-string-regexp": "^2.0.0"
},
"description": "Captures and cleans stack traces",
"devDependencies": {
"bluebird": "^3.7.2",
"coveralls": "^3.0.9",
@@ -31,5 +47,25 @@
"pify": "^4.0.1",
"q": "^1.5.1",
"tap": "=14.10.2-unbundled"
}
}
},
"engines": {
"node": ">=10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/tapjs/stack-utils#readme",
"license": "MIT",
"name": "stack-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/stack-utils.git"
},
"scripts": {
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap --no-esm --100"
},
"version": "2.0.2"
}

View File

@@ -1,24 +1,59 @@
{
"name": "supports-color",
"version": "7.1.0",
"description": "Detect whether a terminal supports color",
"license": "MIT",
"repository": "chalk/supports-color",
"_args": [
[
"supports-color@7.1.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "supports-color@7.1.0",
"_id": "supports-color@7.1.0",
"_inBundle": false,
"_integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==",
"_location": "/ava/supports-color",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "supports-color@7.1.0",
"name": "supports-color",
"escapedName": "supports-color",
"rawSpec": "7.1.0",
"saveSpec": null,
"fetchSpec": "7.1.0"
},
"_requiredBy": [
"/ava/chalk"
],
"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz",
"_spec": "7.1.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/chalk/supports-color/issues"
},
"dependencies": {
"has-flag": "^4.0.0"
},
"description": "Detect whether a terminal supports color",
"devDependencies": {
"ava": "^1.4.1",
"import-fresh": "^3.0.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"browser.js"
],
"homepage": "https://github.com/chalk/supports-color#readme",
"keywords": [
"color",
"colour",
@@ -41,13 +76,14 @@
"truecolor",
"16m"
],
"dependencies": {
"has-flag": "^4.0.0"
"license": "MIT",
"name": "supports-color",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/supports-color.git"
},
"devDependencies": {
"ava": "^1.4.1",
"import-fresh": "^3.0.0",
"xo": "^0.24.0"
"scripts": {
"test": "xo && ava"
},
"browser": "browser.js"
}
"version": "7.1.0"
}

151
node_modules/ava/package.json generated vendored
View File

@@ -1,59 +1,43 @@
{
"name": "ava",
"version": "3.8.1",
"description": "Testing can be a drag. AVA helps you get it done.",
"license": "MIT",
"repository": "avajs/ava",
"homepage": "https://avajs.dev",
"bin": "cli.js",
"engines": {
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0 <14 || >=14.0.0"
},
"scripts": {
"test": "xo && tsd && c8 tap"
},
"files": [
"lib",
"*.js",
"!*.config.js",
"index.d.ts"
"_args": [
[
"ava@3.8.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"keywords": [
"🦄",
"test",
"runner",
"testing",
"ava",
"concurrent",
"parallel",
"fast",
"tdd",
"cli-app",
"cli",
"jest",
"mocha",
"tape",
"tap",
"qunit",
"jasmine",
"babel",
"assert",
"assertion",
"promise",
"promises",
"async",
"function",
"await",
"generator",
"generators",
"yield",
"observable",
"observables",
"unit",
"snapshot",
"expect",
"typescript"
"_development": true,
"_from": "ava@3.8.1",
"_id": "ava@3.8.1",
"_inBundle": false,
"_integrity": "sha512-OPWrTxcf1EbtAaGGFQPLbx4AaVqPrFMumKOKn2SzIRo+RTKb33lF2aoVnWqBeZaJ68uSc9R6jqIE7qkG6O33uQ==",
"_location": "/ava",
"_phantomChildren": {
"@types/color-name": "1.1.1",
"buffer-from": "1.1.1",
"source-map": "0.6.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ava@3.8.1",
"name": "ava",
"escapedName": "ava",
"rawSpec": "3.8.1",
"saveSpec": null,
"fetchSpec": "3.8.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/ava/-/ava-3.8.1.tgz",
"_spec": "3.8.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bin": {
"ava": "cli.js"
},
"bugs": {
"url": "https://github.com/avajs/ava/issues"
},
"dependencies": {
"@concordance/react": "^2.0.0",
"acorn": "^7.1.1",
@@ -111,6 +95,7 @@
"write-file-atomic": "^3.0.3",
"yargs": "^15.3.1"
},
"description": "Testing can be a drag. AVA helps you get it done.",
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
@@ -136,5 +121,61 @@
"typescript": "^3.8.3",
"xo": "^0.30.0",
"zen-observable": "^0.8.15"
}
}
},
"engines": {
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0 <14 || >=14.0.0"
},
"files": [
"lib",
"*.js",
"!*.config.js",
"index.d.ts"
],
"homepage": "https://avajs.dev",
"keywords": [
"🦄",
"test",
"runner",
"testing",
"ava",
"concurrent",
"parallel",
"fast",
"tdd",
"cli-app",
"cli",
"jest",
"mocha",
"tape",
"tap",
"qunit",
"jasmine",
"babel",
"assert",
"assertion",
"promise",
"promises",
"async",
"function",
"await",
"generator",
"generators",
"yield",
"observable",
"observables",
"unit",
"snapshot",
"expect",
"typescript"
],
"license": "MIT",
"name": "ava",
"repository": {
"type": "git",
"url": "git+https://github.com/avajs/ava.git"
},
"scripts": {
"test": "xo && tsd && c8 tap"
},
"version": "3.8.1"
}