/
eapostnova
/
2026-1--study--mathmod
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--mathmod
Код
Запросы
0
Задачи
Пакеты
0
Релизы
6
Аналитика
Безопасность
master
node_modules/strnum/package.json
31 строка
636 B
Елизавета Постнова
feat(main): make course structure
21 мар 2026, 21:05
Верифицирован
21 мар 2026, 21:05
49fc17e
Код
Авторство
О чём код?
{ "name": "strnum", "version": "2.2.1", "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" } }