mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 12:40:21 +08:00
update @actions/tool-cache, install semver, nock
This commit is contained in:
151
node_modules/ava/package.json
generated
vendored
151
node_modules/ava/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user