Files
Arbitrate-FrontendH5/node_modules/@node-ipc/js-queue/package.json
T

69 lines
1.7 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"@node-ipc/js-queue@2.0.3",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@node-ipc/js-queue@2.0.3",
"_id": "@node-ipc/js-queue@2.0.3",
"_inBundle": false,
"_integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==",
"_location": "/@node-ipc/js-queue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@node-ipc/js-queue@2.0.3",
"name": "@node-ipc/js-queue",
"escapedName": "@node-ipc%2fjs-queue",
"scope": "@node-ipc",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_requiredBy": [
"/@achrinza/node-ipc"
],
"_resolved": "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Brandon Nozaki Miller"
},
"bugs": {
"url": "https://github.com/node-ipc/js-queue/issues"
},
"dependencies": {
"easy-stack": "1.0.1"
},
"description": "Simple JS queue with auto run for node and browsers",
2024-01-18 10:46:33 +08:00
"engines": {
"node": ">=1.0.0"
},
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/node-ipc/js-queue#readme",
2024-01-18 10:46:33 +08:00
"keywords": [
"queue",
"node",
"js",
"auto",
"run",
"execute",
"browser",
"react"
],
"license": "MIT",
2024-04-08 16:23:29 +08:00
"main": "queue.js",
"name": "@node-ipc/js-queue",
"packageManager": "yarn@3.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/node-ipc/js-queue.git"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"version": "2.0.3"
}