/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
167 строк
5 KB
dependabot[bot]
Bump eslint-plugin-jest from 28.12.0 to 29.15.4
13 июл 2026, 15:07
Не верифицирован
13 июл 2026, 15:07
f62bf87
Код
Авторство
О чём код?
{ "name": "immutable", "version": "5.1.9", "description": "Immutable Data Collections", "license": "MIT", "homepage": "https://immutable-js.com", "author": { "name": "Lee Byron", "url": "https://github.com/leebyron" }, "repository": { "type": "git", "url": "git://github.com/immutable-js/immutable-js.git" }, "bugs": { "url": "https://github.com/immutable-js/immutable-js/issues" }, "main": "dist/immutable.js", "module": "dist/immutable.es.js", "types": "dist/immutable.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "immutable", "persistent", "lazy", "data", "datastructure", "functional", "collection", "stateless", "sequence", "iteration" ], "publishKeys": [ "name", "version", "description", "license", "homepage", "author", "repository", "bugs", "main", "module", "sideEffects", "types", "files", "keywords" ], "engines": { "npm": ">=7.0.0" }, "scripts": { "test": "run-s format lint type-check build test:*", "test:unit": "jest", "test:types": "tstyche", "format": "npm run lint:format -- --write", "lint": "run-s lint:*", "lint:format": "prettier --check \"{__tests__,src,type-definitions,website/src,perf,resources}/**/*{.js,.mjs,.ts,.tsx,.flow,.css}\"", "lint:js": "eslint", "type-check": "run-s type-check:*", "type-check:ts": "tsc --project tsconfig.src.json && tsc --project type-definitions/tsconfig.json && tsc --project __tests__/tsconfig.json", "type-check:flow": "flow check type-definitions/flow-tests --include-warnings", "build": "run-s build:*", "build:clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true });\"", "build:dist": "rollup -c ./resources/rollup-config.mjs", "build:types": "cpy \"./type-definitions/immutable.*\" dist", "build:prepare": "./resources/prepare-dist.sh", "build:stats": "node ./resources/dist-stats.mjs", "website:build": "cd website && rm -rf out && next build --turbopack && next-sitemap", "website:dev": "cd website && next dev --turbopack", "check-build-output": "node ./resources/check-build-output.mjs", "check-git-clean": "./resources/check-git-clean.sh", "benchmark": "node ./resources/benchmark.js", "publish": "echo 'ONLY PUBLISH VIA CI'; exit 1;" }, "prettier": { "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@codemirror/commands": "^6.8.1", "@codemirror/lang-javascript": "^6.2.3", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.36.5", "@docsearch/react": "^4.0.0-beta.5", "@eslint/js": "^9.27.0", "@immutable/devtools": "^2.1.7", "@jest/globals": "^29.7.0", "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", "@next/mdx": "^15.3.2", "@rollup/plugin-buble": "1.0.3", "@rollup/plugin-commonjs": "29.0.3", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^12.1.2", "@size-limit/esbuild-why": "^11.2.0", "@size-limit/preset-small-lib": "^12.1.0", "@types/mdx": "^2.0.13", "@types/node": "^25.0.0", "@types/prismjs": "^1.26.3", "@types/random-seed": "0.3.5", "@types/react": "19.1.0", "@types/transducers-js": "^0.4.8", "benchmark": "2.1.4", "codemirror": "^6.0.1", "colors": "1.4.0", "cpy-cli": "^5.0.0", "eslint": "^9.27.0", "eslint-import-resolver-typescript": "^4.4.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^29.15.4", "eslint-plugin-react": "^7.37.4", "fast-check": "^4.0.0", "flow-bin": "0.160.0", "globals": "^16.5.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jsonml-html": "^1.2.0", "make-synchronous": "0.1.1", "marked": "^11.2.0", "marked-highlight": "^2.1.0", "microtime": "3.1.1", "next": "^15.3.2", "next-sitemap": "4.2.3", "npm-run-all": "4.1.5", "prettier": "^3.5.0", "prismjs": "^1.29.0", "random-seed": "0.3.0", "react": "19.1.0", "react-dom": "19.1.0", "rollup": "4.59.0", "size-limit": "^11.2.0", "transducers-js": "0.4.174", "ts-node": "^10.9.2", "tslib": "^2.8.1", "tstyche": "^5.0.2", "typescript": "5.7", "typescript-eslint": "^8.33.0" }, "size-limit": [ { "name": "all", "path": "dist/immutable.es.js", "import": "*", "limit": "20 kB" }, { "name": "List", "path": "dist/immutable.es.js", "import": "{ List }", "limit": "20 kB" }, { "name": "Seq", "path": "dist/immutable.es.js", "import": "{ Seq }", "limit": "20 kB" } ] }