1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
| {
| "_args": [
| [
| "@node-ipc/js-queue@2.0.3",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_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"
| },
| "_requiredBy": [
| "/@achrinza/node-ipc"
| ],
| "_resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz",
| "_spec": "2.0.3",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "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",
| "engines": {
| "node": ">=1.0.0"
| },
| "homepage": "https://github.com/node-ipc/js-queue#readme",
| "keywords": [
| "queue",
| "node",
| "js",
| "auto",
| "run",
| "execute",
| "browser",
| "react"
| ],
| "license": "MIT",
| "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"
| },
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "version": "2.0.3"
| }
|
|