/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
develop
node_modules/text-extensions/package.json
36 строк
576 B
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "name": "text-extensions", "version": "1.9.0", "description": "List of text file extensions", "license": "MIT", "repository": "sindresorhus/text-extensions", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "main": "text-extensions.json", "engines": { "node": ">=0.10" }, "scripts": { "test": "" }, "files": [ "text-extensions.json" ], "keywords": [ "text", "ascii", "ext", "extensions", "extension", "file", "json", "list", "array" ], "devDependencies": { "ava": "*" } }