Files
portfolio/node_modules/@jest/core/package.json
2021-09-20 16:54:47 -04:00

128 lines
3.2 KiB
JSON

{
"_from": "@jest/core@^26.6.0",
"_id": "@jest/core@26.6.3",
"_inBundle": false,
"_integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",
"_location": "/@jest/core",
"_phantomChildren": {
"@jest/types": "26.6.2",
"@types/normalize-package-data": "2.4.1",
"find-up": "4.1.0",
"graceful-fs": "4.2.8",
"jest-pnp-resolver": "1.2.2",
"jest-util": "26.6.2",
"normalize-package-data": "2.5.0",
"parse-json": "5.2.0",
"resolve": "1.18.1",
"slash": "3.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jest/core@^26.6.0",
"name": "@jest/core",
"escapedName": "@jest%2fcore",
"scope": "@jest",
"rawSpec": "^26.6.0",
"saveSpec": null,
"fetchSpec": "^26.6.0"
},
"_requiredBy": [
"/jest",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",
"_shasum": "7639fcb3833d748a4656ada54bde193051e45fad",
"_spec": "@jest/core@^26.6.0",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/jest",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/console": "^26.6.2",
"@jest/reporters": "^26.6.2",
"@jest/test-result": "^26.6.2",
"@jest/transform": "^26.6.2",
"@jest/types": "^26.6.2",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^26.6.2",
"jest-config": "^26.6.3",
"jest-haste-map": "^26.6.2",
"jest-message-util": "^26.6.2",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.6.2",
"jest-resolve-dependencies": "^26.6.3",
"jest-runner": "^26.6.3",
"jest-runtime": "^26.6.3",
"jest-snapshot": "^26.6.2",
"jest-util": "^26.6.2",
"jest-validate": "^26.6.2",
"jest-watcher": "^26.6.2",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"deprecated": false,
"description": "Delightful JavaScript Testing.",
"devDependencies": {
"@jest/test-sequencer": "^26.6.3",
"@jest/test-utils": "^26.6.2",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
"@types/rimraf": "^3.0.0",
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
"node": ">= 10.14.2"
},
"gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c",
"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/core",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-core"
},
"types": "build/jest.d.ts",
"version": "26.6.3"
}