/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
develop
node_modules/strnum/package.json
31 строка
636 B
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "name": "strnum", "version": "2.2.0", "description": "Parse String to Number based on configuration", "type": "module", "main": "strnum.js", "scripts": { "test": "jasmine tests/*_test.js" }, "keywords": [ "string", "number", "parse", "convert" ], "repository": { "type": "git", "url": "https://github.com/NaturalIntelligence/strnum" }, "author": "Amit Gupta (https://amitkumargupta.work/)", "license": "MIT", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], "devDependencies": { "jasmine": "^5.6.0" } }