1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "jest-util",
- "version": "30.0.5",
- "repository": {
- "type": "git",
- "url": "https://github.com/jestjs/jest.git",
- "directory": "packages/jest-util"
- },
- "license": "MIT",
- "main": "./build/index.js",
- "types": "./build/index.d.ts",
- "exports": {
- ".": {
- "types": "./build/index.d.ts",
- "require": "./build/index.js",
- "import": "./build/index.mjs",
- "default": "./build/index.js"
- },
- "./package.json": "./package.json"
- },
- "dependencies": {
- "@jest/types": "30.0.5",
- "@types/node": "*",
- "chalk": "^4.1.2",
- "ci-info": "^4.2.0",
- "graceful-fs": "^4.2.11",
- "picomatch": "^4.0.2"
- },
- "devDependencies": {
- "@types/graceful-fs": "^4.1.9",
- "@types/picomatch": "^4.0.0",
- "lodash": "^4.17.19"
- },
- "engines": {
- "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "22236cf58b66039f81893537c90dee290bab427f"
- }
|