| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "@achrinza/node-ipc@^9.2.5",
- "_id": "@achrinza/node-ipc@9.2.9",
- "_inBundle": false,
- "_integrity": "sha512-7s0VcTwiK/0tNOVdSX9FWMeFdOEcsAOz9HesBldXxFMaGvIak7KC2z9tV9EgsQXn6KUsWsfIkViMNuIo0GoZDQ==",
- "_location": "/@achrinza/node-ipc",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@achrinza/node-ipc@^9.2.5",
- "name": "@achrinza/node-ipc",
- "escapedName": "@achrinza%2fnode-ipc",
- "scope": "@achrinza",
- "rawSpec": "^9.2.5",
- "saveSpec": null,
- "fetchSpec": "^9.2.5"
- },
- "_requiredBy": [
- "/@vue/cli-shared-utils"
- ],
- "_resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz",
- "_shasum": "ab4815d9b16f1c83a479fe8791522a3abebb1c6a",
- "_spec": "@achrinza/node-ipc@^9.2.5",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-shared-utils",
- "author": {
- "name": "Brandon Nozaki Miller"
- },
- "bugs": {
- "url": "https://github.com/achrinza/node-ipc/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@node-ipc/js-queue": "2.0.3",
- "event-pubsub": "4.3.0",
- "js-message": "1.0.7"
- },
- "deprecated": false,
- "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
- "devDependencies": {
- "istanbul": "0.4.1",
- "jasmine": "2.4.1",
- "lockfile-lint": "^4.7.4",
- "node-cmd": "2.0.0"
- },
- "directories": {
- "example": "example"
- },
- "engines": {
- "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22"
- },
- "files": [
- "dao",
- "entities",
- "local-node-ipc-certs",
- "services"
- ],
- "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",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/achrinza/node-ipc.git"
- },
- "scripts": {
- "istanbul": "istanbul cover -x ./spec/**",
- "test": "npm run-script istanbul -- jasmine",
- "test-windows": "npm run-script istanbul -- ./node_modules/jasmine/bin/jasmine.js"
- },
- "version": "9.2.9"
- }
|