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
| {
| "name": "@node-ipc/js-queue",
| "version": "2.0.3",
| "description": "Simple JS queue with auto run for node and browsers",
| "main": "queue.js",
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "engines": {
| "node": ">=1.0.0"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-ipc/js-queue.git"
| },
| "keywords": [
| "queue",
| "node",
| "js",
| "auto",
| "run",
| "execute",
| "browser",
| "react"
| ],
| "author": "Brandon Nozaki Miller",
| "license": "MIT",
| "bugs": {
| "url": "https://github.com/node-ipc/js-queue/issues"
| },
| "homepage": "https://github.com/node-ipc/js-queue#readme",
| "dependencies": {
| "easy-stack": "1.0.1"
| },
| "packageManager": "yarn@3.2.0"
|
| ,"_resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz"
| ,"_integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw=="
| ,"_from": "@node-ipc/js-queue@2.0.3"
| }
|
|