12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "node-ipc@^9.1.1",
- "_id": "node-ipc@9.1.4",
- "_inBundle": false,
- "_integrity": "sha512-A+f0mn2KxUt1uRTSd5ktxQUsn2OEhj5evo7NUi/powBzMSZ0vocdzDjlq9QN2v3LH6CJi3e5xAenpZ1QwU5A8g==",
- "_location": "/node-ipc",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "node-ipc@^9.1.1",
- "name": "node-ipc",
- "escapedName": "node-ipc",
- "rawSpec": "^9.1.1",
- "saveSpec": null,
- "fetchSpec": "^9.1.1"
- },
- "_requiredBy": [
- "/@vue/cli-shared-utils"
- ],
- "_resolved": "https://registry.npmjs.org/node-ipc/-/node-ipc-9.1.4.tgz",
- "_shasum": "2acf962681afdac2602876d98fe6434d54d9bd3c",
- "_spec": "node-ipc@^9.1.1",
- "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-shared-utils",
- "author": {
- "name": "Brandon Nozaki Miller"
- },
- "bugs": {
- "url": "https://github.com/RIAEvangelist/node-ipc/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "event-pubsub": "4.3.0",
- "js-message": "1.0.7",
- "js-queue": "2.0.2"
- },
- "deprecated": false,
- "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": {
- "node": ">=8.0.0"
- },
- "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"
- ],
- "license": "MIT",
- "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"
- },
- "version": "9.1.4"
- }
|