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