migrating to ESM v10

This commit is contained in:
Brandon 2021-07-02 15:01:41 -07:00
parent a2f4c61362
commit 3a843badb4
2 changed files with 8 additions and 1534 deletions

1529
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "node-ipc", "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.", "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",
@ -8,7 +8,7 @@
"example": "example" "example": "example"
}, },
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=12.0.0"
}, },
"dependencies": { "dependencies": {
"event-pubsub": "5.0.3", "event-pubsub": "5.0.3",
@ -17,10 +17,11 @@
"strong-type": "^1.0.1" "strong-type": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"codacy-coverage": "2.0.0", "c8": "^7.7.3",
"istanbul": "0.4.1", "lcov2badge": "^0.1.2",
"jasmine": "2.4.1", "node-cmd": "^4.0.0",
"node-cmd": "2.0.0" "node-http-server": "^8.1.4",
"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",