视频会议上传文件
This commit is contained in:
+55
-23
@@ -1,30 +1,65 @@
|
||||
{
|
||||
"name": "@achrinza/node-ipc",
|
||||
"version": "9.2.8",
|
||||
"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"
|
||||
"_args": [
|
||||
[
|
||||
"@achrinza/node-ipc@9.2.8",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@achrinza/node-ipc@9.2.8",
|
||||
"_id": "@achrinza/node-ipc@9.2.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-DSzEEkbMYbAUVlhy7fg+BzccoRuSQzqHbIPGxGv19OJ2WKwS3/9ChAnQcII4g+GujcHhyJ8BUuOVAx/S5uAfQg==",
|
||||
"_location": "/@achrinza/node-ipc",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@achrinza/node-ipc@9.2.8",
|
||||
"name": "@achrinza/node-ipc",
|
||||
"escapedName": "@achrinza%2fnode-ipc",
|
||||
"scope": "@achrinza",
|
||||
"rawSpec": "9.2.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "9.2.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21"
|
||||
"_requiredBy": [
|
||||
"/@vue/cli-shared-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.8.tgz",
|
||||
"_spec": "9.2.8",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"istanbul": "istanbul cover -x ./spec/**",
|
||||
"test-windows": "npm run-script istanbul -- ./node_modules/jasmine/bin/jasmine.js",
|
||||
"test": "npm run-script istanbul -- jasmine"
|
||||
"directories": {
|
||||
"example": "example"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21"
|
||||
},
|
||||
"files": [
|
||||
"dao",
|
||||
"entities",
|
||||
"local-node-ipc-certs",
|
||||
"services"
|
||||
],
|
||||
"homepage": "https://github.com/achrinza/node-ipc",
|
||||
"keywords": [
|
||||
"IPC",
|
||||
"Neural Networking",
|
||||
@@ -47,20 +82,17 @@
|
||||
"shared",
|
||||
"memory"
|
||||
],
|
||||
"author": "Brandon Nozaki Miller",
|
||||
"license": "MIT",
|
||||
"main": "node-ipc.js",
|
||||
"name": "@achrinza/node-ipc",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/achrinza/node-ipc.git"
|
||||
"url": "git+https://github.com/achrinza/node-ipc.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/achrinza/node-ipc/issues"
|
||||
"scripts": {
|
||||
"istanbul": "istanbul cover -x ./spec/**",
|
||||
"test": "npm run-script istanbul -- jasmine",
|
||||
"test-windows": "npm run-script istanbul -- ./node_modules/jasmine/bin/jasmine.js"
|
||||
},
|
||||
"files": [
|
||||
"dao",
|
||||
"entities",
|
||||
"local-node-ipc-certs",
|
||||
"services"
|
||||
],
|
||||
"homepage": "https://github.com/achrinza/node-ipc"
|
||||
"version": "9.2.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user