/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/jest-pattern/package.json
31 строка
704 B
Simen Bekkhus
v30.4.0
07 май 2026, 21:41
07 май 2026, 21:41
5cbb21e
Код
Авторство
О чём код?
{ "name": "@jest/pattern", "version": "30.4.0", "repository": { "type": "git", "url": "https://github.com/jestjs/jest.git", "directory": "packages/jest-pattern" }, "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": { "@types/node": "*", "jest-regex-util": "workspace:*" }, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, "publishConfig": { "access": "public" } }