78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"_from": "fastq@^1.6.0",
|
|
"_id": "fastq@1.20.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
"_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.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
"_shasum": "ca750a10dc925bc8b18839fd203e3ef4b3ced675",
|
|
"_spec": "fastq@^1.6.0",
|
|
"_where": "/home/x79/QuaySo2/quayso.sisvietnam.vn/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",
|
|
"eslint": "^9.36.0",
|
|
"neo-async": "^2.6.1",
|
|
"neostandard": "^0.12.2",
|
|
"nyc": "^17.0.0",
|
|
"pre-commit": "^1.2.2",
|
|
"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": "eslint .",
|
|
"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"
|
|
},
|
|
"type": "commonjs",
|
|
"version": "1.20.1"
|
|
}
|