/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/@jest/expect-utils/package.json
35 строк
802 B
1lostsun
update project
25 май 2025, 13:12
25 май 2025, 13:12
78a0079
Код
Авторство
О чём код?
{ "name": "@jest/expect-utils", "version": "29.7.0", "repository": { "type": "git", "url": "https://github.com/jestjs/jest.git", "directory": "packages/expect-utils" }, "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-get-type": "^29.6.3" }, "devDependencies": { "@tsd/typescript": "^5.0.4", "immutable": "^4.0.0", "jest-matcher-utils": "^29.7.0", "tsd-lite": "^0.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630" }