-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.21 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@onehat/events",
"version": "1.6.7",
"description": "Node.js 'events' module with extra enhancements",
"main": "src/EventEmitter.js",
"type": "module",
"scripts": {
"test": "npx cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneHatRepo/events.git"
},
"keywords": [
"onehat",
"js",
"node",
"nodejs",
"node.js",
"event",
"events",
"eventEmitter",
"eventDispatcher",
"relayEvents",
"relaying",
"listeners",
"bubbling"
],
"author": {
"name": "Scott Spuler",
"company": "OneHat Technologies, LLC",
"url": "https://onehat.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/OneHatRepo/events/issues"
},
"homepage": "https://github.com/OneHatRepo/events#readme",
"dependencies": {
"events": "^3.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/node": "^7.22.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.22.4",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.22.3",
"@cypress/webpack-preprocessor": "^5.17.1",
"babel-loader": "^9.1.2",
"cypress": "12.13.0",
"webpack": "^5.85.0"
}
}