1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "jest-util",
- "version": "29.7.0",
- "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",
- "default": "./build/index.js"
- },
- "./package.json": "./package.json"
- },
- "dependencies": {
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "ci-info": "^3.2.0",
- "graceful-fs": "^4.2.9",
- "picomatch": "^2.2.3"
- },
- "devDependencies": {
- "@types/graceful-fs": "^4.1.3",
- "@types/picomatch": "^2.2.2"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
- }
|