/
dimono39
/
education-analytics
Обзор
Документация
Войти
/
dimono39
/
education-analytics
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/component-emitter/package.json
28 строк
536 B
dimono39
добавил файлы
08 дек 2025, 15:17
08 дек 2025, 15:17
40ee2bb
Код
Авторство
О чём код?
{ "name": "component-emitter", "description": "Event emitter", "version": "1.3.1", "license": "MIT", "funding": "https://github.com/sponsors/sindresorhus", "devDependencies": { "mocha": "*", "should": "*" }, "component": { "scripts": { "emitter/index.js": "index.js" } }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/sindresorhus/component-emitter.git" }, "scripts": { "test": "make test" }, "files": [ "index.js", "LICENSE" ] }