15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_from": "fastq@^1.6.0",
  "_id": "fastq@1.17.1",
  "_inBundle": false,
  "_integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  "_location": "/fastq",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fastq@^1.6.0",
    "name": "fastq",
    "escapedName": "fastq",
    "rawSpec": "^1.6.0",
    "saveSpec": null,
    "fetchSpec": "^1.6.0"
  },
  "_requiredBy": [
    "/@nodelib/fs.walk"
  ],
  "_resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.17.1.tgz",
  "_shasum": "2a523f07a4e7b1e81a42b91b8bf2254107753b47",
  "_spec": "fastq@^1.6.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@nodelib/fs.walk",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "https://github.com/mcollina/fastq/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "reusify": "^1.0.4"
  },
  "deprecated": false,
  "description": "Fast, in memory work queue",
  "devDependencies": {
    "async": "^3.1.0",
    "neo-async": "^2.6.1",
    "nyc": "^15.0.0",
    "pre-commit": "^1.2.2",
    "snazzy": "^9.0.0",
    "standard": "^16.0.0",
    "tape": "^5.0.0",
    "typescript": "^5.0.4"
  },
  "homepage": "https://github.com/mcollina/fastq#readme",
  "keywords": [
    "fast",
    "queue",
    "async",
    "worker"
  ],
  "license": "ISC",
  "main": "queue.js",
  "name": "fastq",
  "pre-commit": [
    "test",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fastq.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js test/promise.js",
    "legacy": "tape test/test.js",
    "lint": "standard --verbose | snazzy",
    "test": "npm run lint && npm run unit",
    "test:report": "npm run lint && npm run unit:report",
    "typescript": "tsc --project ./test/tsconfig.json",
    "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js test/promise.js"
  },
  "standard": {
    "ignore": [
      "example.mjs"
    ]
  },
  "version": "1.17.1"
}