1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "@achrinza/node-ipc@9.2.7",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "@achrinza/node-ipc@9.2.7",
- "_id": "@achrinza/node-ipc@9.2.7",
- "_inBundle": false,
- "_integrity": "sha512-/EvNkqB4HNxPWCZASmgrjqG8gIdPOolD67LGASvGMp/FY5ne0rbvpYg5o9x8RmgjAl8KdmNQ4YlV1et9DYiW8g==",
- "_location": "/@achrinza/node-ipc",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@achrinza/node-ipc@9.2.7",
- "name": "@achrinza/node-ipc",
- "escapedName": "@achrinza%2fnode-ipc",
- "scope": "@achrinza",
- "rawSpec": "9.2.7",
- "saveSpec": null,
- "fetchSpec": "9.2.7"
- },
- "_requiredBy": [
- "/@vue/cli-shared-utils"
- ],
- "_resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.7.tgz",
- "_spec": "9.2.7",
- "_where": "/Users/mac/projects/mime/mine",
- "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": {
- "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"
- },
- "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.7"
- }
|