/
dimono39
/
education-analytics
Обзор
Документация
Войти
/
dimono39
/
education-analytics
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/ret/package.json
35 строк
671 B
dimono39
добавил файлы
08 дек 2025, 15:17
08 дек 2025, 15:17
40ee2bb
Код
Авторство
О чём код?
{ "name": "ret", "description": "Tokenizes a string that represents a regular expression.", "keywords": [ "regex", "regexp", "regular expression", "parser", "tokenizer" ], "version": "0.1.15", "repository": { "type": "git", "url": "git://github.com/fent/ret.js.git" }, "author": "Roly Fentanes (https://github.com/fent)", "main": "./lib/index.js", "files": [ "lib" ], "scripts": { "test": "istanbul cover vows -- --spec test/*-test.js" }, "directories": { "lib": "./lib" }, "devDependencies": { "istanbul": "*", "vows": "*" }, "engines": { "node": ">=0.12" }, "license": "MIT" }