103 lines
2.3 KiB
JSON
103 lines
2.3 KiB
JSON
{
|
|
"name": "@jest/core",
|
|
"description": "Delightful JavaScript Testing.",
|
|
"version": "29.2.2",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./build/index.d.ts",
|
|
"default": "./build/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@jest/console": "^29.2.1",
|
|
"@jest/reporters": "^29.2.2",
|
|
"@jest/test-result": "^29.2.1",
|
|
"@jest/transform": "^29.2.2",
|
|
"@jest/types": "^29.2.1",
|
|
"@types/node": "*",
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"exit": "^0.1.2",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-changed-files": "^29.2.0",
|
|
"jest-config": "^29.2.2",
|
|
"jest-haste-map": "^29.2.1",
|
|
"jest-message-util": "^29.2.1",
|
|
"jest-regex-util": "^29.2.0",
|
|
"jest-resolve": "^29.2.2",
|
|
"jest-resolve-dependencies": "^29.2.2",
|
|
"jest-runner": "^29.2.2",
|
|
"jest-runtime": "^29.2.2",
|
|
"jest-snapshot": "^29.2.2",
|
|
"jest-util": "^29.2.1",
|
|
"jest-validate": "^29.2.2",
|
|
"jest-watcher": "^29.2.2",
|
|
"micromatch": "^4.0.4",
|
|
"pretty-format": "^29.2.1",
|
|
"slash": "^3.0.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/test-sequencer": "^29.2.2",
|
|
"@jest/test-utils": "^29.2.1",
|
|
"@types/exit": "^0.1.30",
|
|
"@types/graceful-fs": "^4.1.3",
|
|
"@types/micromatch": "^4.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-core"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"homepage": "https://jestjs.io/",
|
|
"license": "MIT",
|
|
"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"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "0a8edbe0ac434394a16cc173a03ff54a9cc50e41"
|
|
}
|