mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 00:30:27 +00:00
Initial commit
This commit is contained in:
+71
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "jest-environment-node@^25.2.4",
|
||||
"_id": "jest-environment-node@25.2.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Jkc5Y8goyXPrLRHnrUlqC7P4o5zn2m4zw6qWoRJ59kxV1f2a5wK+TTGhrhCwnhW/Ckpdl/pm+LufdvhJkvJbiw==",
|
||||
"_location": "/jest-environment-node",
|
||||
"_phantomChildren": {
|
||||
"@types/color-name": "1.1.1",
|
||||
"@types/istanbul-lib-coverage": "2.0.1",
|
||||
"@types/istanbul-reports": "1.1.1",
|
||||
"@types/yargs-parser": "13.1.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "jest-environment-node@^25.2.4",
|
||||
"name": "jest-environment-node",
|
||||
"escapedName": "jest-environment-node",
|
||||
"rawSpec": "^25.2.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^25.2.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-config"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-25.2.4.tgz",
|
||||
"_shasum": "dc211dfb0d8b66dfc1965a8f846e72e54ff0c430",
|
||||
"_spec": "jest-environment-node@^25.2.4",
|
||||
"_where": "/home/robert/Documents/coding/github/codeql-action/node_modules/jest-config",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jest/environment": "^25.2.4",
|
||||
"@jest/fake-timers": "^25.2.4",
|
||||
"@jest/types": "^25.2.3",
|
||||
"jest-mock": "^25.2.3",
|
||||
"jest-util": "^25.2.3",
|
||||
"semver": "^6.3.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"devDependencies": {
|
||||
"@types/semver": "^6.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.3"
|
||||
},
|
||||
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
|
||||
"homepage": "https://github.com/facebook/jest#readme",
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
"name": "jest-environment-node",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/jest.git",
|
||||
"directory": "packages/jest-environment-node"
|
||||
},
|
||||
"types": "build/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<3.8": {
|
||||
"build/*": [
|
||||
"build/ts3.4/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "25.2.4"
|
||||
}
|
||||
Reference in New Issue
Block a user