123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "node-ipc@9.1.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "node-ipc@9.1.1",
- "_id": "node-ipc@9.1.1",
- "_inBundle": false,
- "_integrity": "sha1-TiRe1pOOZRAOWV68XcNLFujdXWk=",
- "_location": "/node-ipc",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.npm.taobao.org/node-ipc/download/node-ipc-9.1.1.tgz",
- "_spec": "9.1.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Brandon Nozaki Miller"
- },
- "bugs": {
- "url": "https://github.com/RIAEvangelist/node-ipc/issues"
- },
- "dependencies": {
- "event-pubsub": "4.3.0",
- "js-message": "1.0.5",
- "js-queue": "2.0.0"
- },
- "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": ">=4.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": "DBAD",
- "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.1"
- }
|