1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/node-ipc/package.json

92 lines
2.4 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "node-ipc@^9.1.1",
"_id": "node-ipc@9.2.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-mJzaM6O3xHf9VT8BULvJSbdVbmHUKRNOH7zDDkCrA1/T+CVjq2WVIDfLt0azZRXpgArJtl3rtmEozrbXPZ9GaQ==",
2023-12-18 13:12:25 +08:00
"_location": "/node-ipc",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "node-ipc@^9.1.1",
2023-12-18 13:12:25 +08:00
"name": "node-ipc",
"escapedName": "node-ipc",
2024-01-16 21:26:16 +08:00
"rawSpec": "^9.1.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^9.1.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@vue/cli-shared-utils"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/node-ipc/-/node-ipc-9.2.1.tgz",
"_shasum": "b32f66115f9d6ce841dc4ec2009d6a733f98bb6b",
"_spec": "node-ipc@^9.1.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@vue\\cli-shared-utils",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Brandon Nozaki Miller"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/node-ipc/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"event-pubsub": "4.3.0",
2024-01-16 21:26:16 +08:00
"js-message": "1.0.7",
"js-queue": "2.0.2"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"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",
"node-cmd": "2.0.0"
},
"directories": {
"example": "example"
},
"engines": {
2024-01-16 21:26:16 +08:00
"node": ">=8.0.0"
2023-12-18 13:12:25 +08:00
},
"homepage": "http://riaevangelist.github.io/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"
],
2024-01-16 21:26:16 +08:00
"license": "MIT",
2023-12-18 13:12:25 +08:00
"main": "node-ipc.js",
"name": "node-ipc",
"pre-commit": [
"cover"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/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"
},
2024-01-16 21:26:16 +08:00
"version": "9.2.1"
2023-12-18 13:12:25 +08:00
}