You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.0 KiB

4 years ago
{
"_from": "fastq@^1.6.0",
"_id": "fastq@1.8.0",
"_inBundle": false,
"_integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==",
"_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": [
"/avvio"
],
"_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz",
"_shasum": "550e1f9f59bbc65fe185cb6a9b4d95357107f481",
"_spec": "fastq@^1.6.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/avvio",
"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": "^8.0.0",
"standard": "^14.0.0",
"tape": "^4.13.2",
"typescript": "^3.8.3"
},
"homepage": "https://github.com/mcollina/fastq#readme",
"keywords": [
"fast",
"queue",
"async",
"worker"
],
"license": "ISC",
"main": "queue.js",
"name": "fastq",
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/fastq.git"
},
"scripts": {
"coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
"legacy": "tape test/test.js",
"lint": "standard --verbose | snazzy",
"test": "npm run lint && npm run unit && npm run typescript",
"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"
},
"version": "1.8.0"
}