ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.68 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/nodevenv/public_html/dp_taxhelplines/14/lib/node_modules/fastq/ |
Upload File : |
{ "_from": "fastq@^1.6.0", "_id": "fastq@1.15.0", "_inBundle": false, "_integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "_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.15.0.tgz", "_shasum": "d04d07c6a2a68fe4599fea8d2e103a937fae6b3a", "_spec": "fastq@^1.6.0", "_where": "/home/taxhyuvu/nodevenv/dp_taxhelplines/14/lib/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": "^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.15.0" }