/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/node20/node_modules/json-with-bigint/package.json
32 строки
899 B
Casey Lee
build(deps): bump GitHub Actions to fix Node.js 20 deprecation (#6036)
24 мар 2026, 18:06
Не верифицирован
24 мар 2026, 18:06
10add23
Код
Авторство
О чём код?
{ "name": "json-with-bigint", "version": "3.5.8", "description": "JS library that allows you to easily serialize and deserialize data with BigInt values", "type": "module", "types": "./json-with-bigint.d.ts", "exports": { "import": "./json-with-bigint.js", "require": "./json-with-bigint.cjs" }, "scripts": { "build:cjs": "node ./scripts/build-cjs.js", "test": "npm run unit:cjs && npm run unit:esm", "performance:cjs": "node __tests__/performance.cjs", "unit:cjs": "node __tests__/unit.cjs", "performance:esm": "node __tests__/performance.mjs", "unit:esm": "node __tests__/unit.mjs" }, "repository": { "type": "git", "url": "https://github.com/Ivan-Korolenko/json-with-bigint" }, "keywords": [ "JSON", "BigInt", "js", "ts", "library" ], "author": "Ivan Korolenko <iam@ivankorolenko.com>", "license": "MIT" }