| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "node-ipc",
- "version": "9.1.3",
- "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
- "main": "node-ipc.js",
- "directories": {
- "example": "example"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "dependencies": {
- "event-pubsub": "4.3.0",
- "js-message": "1.0.7",
- "js-queue": "2.0.2"
- },
- "devDependencies": {
- "codacy-coverage": "2.0.0",
- "jasmine": "2.4.1",
- "istanbul": "0.4.1",
- "node-cmd": "2.0.0"
- },
- "scripts": {
- "test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js",
- "test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
- "cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
- "coverup": "cat ./spec/coverage/lcov.info | codacy-coverage"
- },
- "pre-commit": [
- "cover"
- ],
- "keywords": [
- "IPC",
- "Neural Networking",
- "Machine Learning",
- "inter",
- "process",
- "communication",
- "unix",
- "windows",
- "win",
- "socket",
- "TCP",
- "UDP",
- "domain",
- "sockets",
- "threaded",
- "communication",
- "multi",
- "process",
- "shared",
- "memory"
- ],
- "author": "Brandon Nozaki Miller",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/RIAEvangelist/node-ipc.git"
- },
- "bugs": {
- "url": "https://github.com/RIAEvangelist/node-ipc/issues"
- },
- "homepage": "http://riaevangelist.github.io/node-ipc/",
- "__npminstall_done": "Thu Dec 24 2020 20:20:41 GMT+0800 (CST)",
- "_from": "node-ipc@9.1.3",
- "_resolved": "https://registry.npm.taobao.org/node-ipc/download/node-ipc-9.1.3.tgz?cache=0&sync_timestamp=1605200436591&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-ipc%2Fdownload%2Fnode-ipc-9.1.3.tgz"
- }
|