/
githubmirror
/
socket.io
Обзор
Документация
Войти
/
githubmirror
/
socket.io
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/socket.io-component-emitter/package.json
28 строк
691 B
Damien Arrachequesne
chore: normalize repository URLs
11 июл 2024, 15:59
Не верифицирован
11 июл 2024, 15:59
b7da542
Код
Авторство
О чём код?
{ "name": "@socket.io/component-emitter", "description": "Event emitter", "version": "3.1.2", "license": "MIT", "component": { "scripts": { "emitter/index.js": "index.js" } }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/cjs/index.d.ts", "homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-component-emitter#readme", "repository": { "type": "git", "url": "git+https://github.com/socketio/socket.io.git" }, "bugs": { "url": "https://github.com/socketio/socket.io/issues" }, "scripts": { "test": "mocha --require should --reporter spec" }, "files": [ "lib/" ] }