{ "_from": "fastq@^1.3.0", "_id": "fastq@1.6.0", "_inBundle": false, "_integrity": "sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==", "_location": "/fastq", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "fastq@^1.3.0", "name": "fastq", "escapedName": "fastq", "rawSpec": "^1.3.0", "saveSpec": null, "fetchSpec": "^1.3.0" }, "_requiredBy": [ "/steed" ], "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz", "_shasum": "4ec8a38f4ac25f21492673adb7eae9cfef47d1c2", "_spec": "fastq@^1.3.0", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/steed", "author": { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, "bugs": { "url": "https://github.com/mcollina/fastq/issues" }, "bundleDependencies": false, "dependencies": { "reusify": "^1.0.0" }, "deprecated": false, "description": "Fast, in memory work queue", "devDependencies": { "async": "^2.6.1", "neo-async": "^2.5.1", "pre-commit": "^1.2.2", "standard": "^11.0.0", "tap-spec": "^4.1.2", "tape": "^4.9.0", "typescript": "^2.9.1" }, "homepage": "https://github.com/mcollina/fastq#readme", "keywords": [ "fast", "queue", "async", "worker" ], "license": "ISC", "main": "queue.js", "name": "fastq", "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+https://github.com/mcollina/fastq.git" }, "scripts": { "lint": "standard", "test": "standard && tape test/test.js | tap-spec && npm run typescript", "typescript": "tsc --project ./test/tsconfig.json" }, "version": "1.6.0" }