migrating to ESM v10
This commit is contained in:
parent
a2f4c61362
commit
3a843badb4
2 changed files with 8 additions and 1534 deletions
1529
package-lock.json
generated
1529
package-lock.json
generated
File diff suppressed because it is too large
Load diff
13
package.json
13
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-ipc",
|
||||
"version": "9.2.1",
|
||||
"version": "10.0.0",
|
||||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||
"type": "module",
|
||||
"main": "node-ipc.js",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"example": "example"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"event-pubsub": "5.0.3",
|
||||
|
@ -17,10 +17,11 @@
|
|||
"strong-type": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codacy-coverage": "2.0.0",
|
||||
"istanbul": "0.4.1",
|
||||
"jasmine": "2.4.1",
|
||||
"node-cmd": "2.0.0"
|
||||
"c8": "^7.7.3",
|
||||
"lcov2badge": "^0.1.2",
|
||||
"node-cmd": "^4.0.0",
|
||||
"node-http-server": "^8.1.4",
|
||||
"vanilla-test": "^1.4.8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm i && c8 -r lcov -r html node test/CI.js && c8 report && node ./lcov.js",
|
||||
|
|
Loading…
Reference in a new issue