12345678910111213141516171819 |
- {
- "name": "emitter-component",
- "description": "Event emitter",
- "version": "1.1.2",
- "funding": "https://github.com/sponsors/sindresorhus",
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "component": {
- "scripts": {
- "emitter": "index.js"
- }
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/sindresorhus/component-emitter.git"
- }
- }
|