rev patch
This commit is contained in:
parent
84dce1b4b2
commit
8f2d054564
2 changed files with 1531 additions and 4 deletions
1531
package-lock.json
generated
1531
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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.",
|
||||||
"main": "node-ipc.js",
|
"main": "node-ipc.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"codacy-coverage": "2.0.0",
|
"codacy-coverage": "2.0.0",
|
||||||
"jasmine": "2.4.1",
|
|
||||||
"istanbul": "0.4.1",
|
"istanbul": "0.4.1",
|
||||||
|
"jasmine": "2.4.1",
|
||||||
"node-cmd": "2.0.0"
|
"node-cmd": "2.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue