{
  "_args": [
    [
      {
        "raw": "fastq@^1.6.0",
        "scope": null,
        "escapedName": "fastq",
        "name": "fastq",
        "rawSpec": "^1.6.0",
        "spec": ">=1.6.0 <2.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/@nodelib/fs.walk"
    ]
  ],
  "_from": "fastq@>=1.6.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "fastq@1.11.0",
  "_inCache": true,
  "_location": "/fastq",
  "_nodeVersion": "14.15.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/fastq_1.11.0_1614183537524_0.42100755850713134"
  },
  "_npmUser": {
    "name": "matteo.collina",
    "email": "hello@matteocollina.com"
  },
  "_npmVersion": "6.14.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "fastq@^1.6.0",
    "scope": null,
    "escapedName": "fastq",
    "name": "fastq",
    "rawSpec": "^1.6.0",
    "spec": ">=1.6.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@nodelib/fs.walk"
  ],
  "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz",
  "_shasum": "bb9fb955a07130a918eb63c1f5161cc32a5d0858",
  "_shrinkwrap": null,
  "_spec": "fastq@^1.6.0",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/@nodelib/fs.walk",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "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": "^15.0.0",
    "tape": "^5.0.0",
    "typescript": "^4.0.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==",
    "shasum": "bb9fb955a07130a918eb63c1f5161cc32a5d0858",
    "tarball": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz",
    "fileCount": 12,
    "unpackedSize": 33687,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNnxyCRA9TVsSAnZWagAAsqIQAJMPGKpxgBRfOUsZETLk\n1BKkDAgUlMXJ2IU0RNCIAOiLTo9d8pJ1JdVr/pGowpNkcQyVP7x3DeLq5vIO\no28aIfkMg2UBDbWAy30+S77n9uRGqIc/FFjUi2SCC/WQeTWI6IS+v5Vie6A8\nk1mLaOX023gx5xBPeS3xOUSQSe14HL+TVHbiv2vkLb/mOeKSRWwI0j+L2d/3\nHrI2Ay2aANE7+uGm9Gf/cCILSDVuTSPGoBYVNeAPY7+kxhBC44SkWHVyKa+w\n9z6jvpVT39qSmM92KprPG4qIfU/3mDwgWya0j4NXM1W5zjuxGEW+Zzvw9zOh\n1EI3An1mvbFlwtJBvDriK8EdFCJ8TbZumj1AE8tw5fjtxRGKde6/BbbwQGhV\nqucThJirgM2s2SnhghmuYHqPOSaPmp7GsyPW/97X8TCLNZstfOjYJXcbKSEU\nY2zGuWqNUT45lSmLn/otSMOP2RmvEwoQ+t6d8hIdprro10DCSiVQdL0/Mczx\nbte0Q0v97fV+34vOBmC9SZw5CKcphCWiEntqr4BT5Peo0XBKSJWePsMDNHtW\nahFQnX5GEIUG1se1tzqDdohFNxSo0pfHadYPEkJwCsetxO89L9IoMzHqjeLh\n6WhnFSJx3GTviJm5F0aGh28JJjLk6VNsty8r/WYIy2Kt909CZmQ5lHHcfwg6\n0G1q\r\n=20hV\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "1c937b1aa5f5727165ccb04eaa86a09b79fdd65e",
  "homepage": "https://github.com/mcollina/fastq#readme",
  "keywords": [
    "fast",
    "queue",
    "async",
    "worker"
  ],
  "license": "ISC",
  "main": "queue.js",
  "maintainers": [
    {
      "name": "matteo.collina",
      "email": "hello@matteocollina.com"
    }
  ],
  "name": "fastq",
  "optionalDependencies": {},
  "pre-commit": [
    "test"
  ],
  "readme": "ERROR: No README data found!",
  "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"
  },
  "version": "1.11.0"
}
