NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/events/package.json
2023-09-14 14:47:11 +08:00

36 lines
789 B
JSON

{
"name": "events",
"id": "events",
"version": "3.1.0",
"description": "Node's event emitter for all engines.",
"keywords": [
"events",
"eventEmitter",
"eventDispatcher",
"listeners"
],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"repository": {
"type": "git",
"url": "git://github.com/Gozala/events.git",
"web": "https://github.com/Gozala/events"
},
"bugs": {
"url": "http://github.com/Gozala/events/issues/"
},
"main": "./events.js",
"engines": {
"node": ">=0.8.x"
},
"devDependencies": {
"airtap": "^1.0.0",
"isarray": "^2.0.2",
"tape": "^4.8.0"
},
"scripts": {
"test": "node tests/index.js",
"test:browsers": "airtap -- tests/index.js"
},
"license": "MIT"
}