/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
develop
node_modules/is-text-path/package.json
39 строк
665 B
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "name": "is-text-path", "version": "1.0.1", "description": "Check if a filepath is a text file", "license": "MIT", "repository": "sindresorhus/is-text-path", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "txt", "text", "ext", "extensions", "extension", "file", "path", "check", "detect", "is" ], "dependencies": { "text-extensions": "^1.0.0" }, "devDependencies": { "ava": "0.0.4" } }