You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.5 KiB
98 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"@achrinza/node-ipc@9.2.2",
|
|
"D:\\YuanZhuoLogistics\\WarehouseManagerVue"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@achrinza/node-ipc@9.2.2",
|
|
"_id": "@achrinza/node-ipc@9.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==",
|
|
"_location": "/@achrinza/node-ipc",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@achrinza/node-ipc@9.2.2",
|
|
"name": "@achrinza/node-ipc",
|
|
"escapedName": "@achrinza%2fnode-ipc",
|
|
"scope": "@achrinza",
|
|
"rawSpec": "9.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "9.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/cli-shared-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz",
|
|
"_spec": "9.2.2",
|
|
"_where": "D:\\YuanZhuoLogistics\\WarehouseManagerVue",
|
|
"author": {
|
|
"name": "Brandon Nozaki Miller"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/achrinza/node-ipc/issues"
|
|
},
|
|
"dependencies": {
|
|
"@node-ipc/js-queue": "2.0.3",
|
|
"event-pubsub": "4.3.0",
|
|
"js-message": "1.0.7"
|
|
},
|
|
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
|
"devDependencies": {
|
|
"codacy-coverage": "2.0.0",
|
|
"istanbul": "0.4.1",
|
|
"jasmine": "2.4.1",
|
|
"lockfile-lint": "^4.7.4",
|
|
"node-cmd": "2.0.0"
|
|
},
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"engines": {
|
|
"node": "8 || 10 || 12 || 14 || 16 || 17"
|
|
},
|
|
"homepage": "https://github.com/achrinza/node-ipc",
|
|
"keywords": [
|
|
"IPC",
|
|
"Neural Networking",
|
|
"Machine Learning",
|
|
"inter",
|
|
"process",
|
|
"communication",
|
|
"unix",
|
|
"windows",
|
|
"win",
|
|
"socket",
|
|
"TCP",
|
|
"UDP",
|
|
"domain",
|
|
"sockets",
|
|
"threaded",
|
|
"communication",
|
|
"multi",
|
|
"process",
|
|
"shared",
|
|
"memory"
|
|
],
|
|
"license": "MIT",
|
|
"main": "node-ipc.js",
|
|
"name": "@achrinza/node-ipc",
|
|
"pre-commit": [
|
|
"cover"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/achrinza/node-ipc.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
|
"coverup": "cat ./spec/coverage/lcov.info | codacy-coverage",
|
|
"test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
|
"test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js"
|
|
},
|
|
"version": "9.2.2"
|
|
}
|