| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "fastq@^1.6.0", |
| 3 | "_id": "fastq@1.9.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w==", |
| 6 | "_location": "/fastq", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "fastq@^1.6.0", |
| 12 | "name": "fastq", |
| 13 | "escapedName": "fastq", |
| 14 | "rawSpec": "^1.6.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.6.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/@nodelib/fs.walk" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.9.0.tgz", |
| 22 | "_shasum": "e16a72f338eaca48e91b5c23593bcc2ef66b7947", |
| 23 | "_spec": "fastq@^1.6.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\@nodelib\\fs.walk", |
| 25 | "author": { |
| 26 | "name": "Matteo Collina", |
| 27 | "email": "hello@matteocollina.com" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/mcollina/fastq/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "dependencies": { |
| 34 | "reusify": "^1.0.4" |
| 35 | }, |
| 36 | "deprecated": false, |
| 37 | "description": "Fast, in memory work queue", |
| 38 | "devDependencies": { |
| 39 | "async": "^3.1.0", |
| 40 | "neo-async": "^2.6.1", |
| 41 | "nyc": "^15.0.0", |
| 42 | "pre-commit": "^1.2.2", |
| 43 | "snazzy": "^8.0.0", |
| 44 | "standard": "^15.0.0", |
| 45 | "tape": "^5.0.0", |
| 46 | "typescript": "^4.0.2" |
| 47 | }, |
| 48 | "homepage": "https://github.com/mcollina/fastq#readme", |
| 49 | "keywords": [ |
| 50 | "fast", |
| 51 | "queue", |
| 52 | "async", |
| 53 | "worker" |
| 54 | ], |
| 55 | "license": "ISC", |
| 56 | "main": "queue.js", |
| 57 | "name": "fastq", |
| 58 | "pre-commit": [ |
| 59 | "test" |
| 60 | ], |
| 61 | "repository": { |
| 62 | "type": "git", |
| 63 | "url": "git+https://github.com/mcollina/fastq.git" |
| 64 | }, |
| 65 | "scripts": { |
| 66 | "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js", |
| 67 | "legacy": "tape test/test.js", |
| 68 | "lint": "standard --verbose | snazzy", |
| 69 | "test": "npm run lint && npm run unit && npm run typescript", |
| 70 | "test:report": "npm run lint && npm run unit:report", |
| 71 | "typescript": "tsc --project ./test/tsconfig.json", |
| 72 | "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js" |
| 73 | }, |
| 74 | "version": "1.9.0" |
| 75 | } |