![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/fastq/ |
{ "_args": [ [ "[email protected]", "/home/corals/clinic.corals.io" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==", "_location": "/fastq", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "fastq", "escapedName": "fastq", "rawSpec": "1.11.1", "saveSpec": null, "fetchSpec": "1.11.1" }, "_requiredBy": [ "/@nodelib/fs.walk" ], "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz", "_spec": "1.11.1", "_where": "/home/corals/clinic.corals.io", "author": { "name": "Matteo Collina", "email": "[email protected]" }, "bugs": { "url": "https://github.com/mcollina/fastq/issues" }, "dependencies": { "reusify": "^1.0.4" }, "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": "^4.0.2" }, "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 test/promise.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 test/promise.js" }, "standard": { "ignore": [ "example.mjs" ] }, "version": "1.11.1" }