mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 22:34:45 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
99
node_modules/jest/package.json
generated
vendored
Normal file
99
node_modules/jest/package.json
generated
vendored
Normal file
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"jest@24.8.0",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "jest@24.8.0",
|
||||
"_id": "jest@24.8.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg==",
|
||||
"_location": "/jest",
|
||||
"_phantomChildren": {
|
||||
"@jest/core": "24.8.0",
|
||||
"@jest/test-result": "24.8.0",
|
||||
"@jest/types": "24.8.0",
|
||||
"chalk": "2.4.2",
|
||||
"exit": "0.1.2",
|
||||
"import-local": "2.0.0",
|
||||
"is-ci": "2.0.0",
|
||||
"jest-config": "24.8.0",
|
||||
"jest-util": "24.8.0",
|
||||
"jest-validate": "24.8.0",
|
||||
"prompts": "2.1.0",
|
||||
"realpath-native": "1.1.0",
|
||||
"yargs": "12.0.5"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jest@24.8.0",
|
||||
"name": "jest",
|
||||
"escapedName": "jest",
|
||||
"rawSpec": "24.8.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "24.8.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz",
|
||||
"_spec": "24.8.0",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"bin": {
|
||||
"jest": "./bin/jest.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"import-local": "^2.0.0",
|
||||
"jest-cli": "^24.8.0"
|
||||
},
|
||||
"description": "Delightful JavaScript Testing.",
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
|
||||
"homepage": "https://jestjs.io/",
|
||||
"keywords": [
|
||||
"ava",
|
||||
"babel",
|
||||
"coverage",
|
||||
"easy",
|
||||
"expect",
|
||||
"facebook",
|
||||
"immersive",
|
||||
"instant",
|
||||
"jasmine",
|
||||
"jest",
|
||||
"jsdom",
|
||||
"mocha",
|
||||
"mocking",
|
||||
"painless",
|
||||
"qunit",
|
||||
"runner",
|
||||
"sandboxed",
|
||||
"snapshot",
|
||||
"tap",
|
||||
"tape",
|
||||
"test",
|
||||
"testing",
|
||||
"typescript",
|
||||
"watch"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "build/jest.js",
|
||||
"name": "jest",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/jest.git"
|
||||
},
|
||||
"types": "build/jest.d.ts",
|
||||
"version": "24.8.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue