123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_args": [
- [
- "fastq@^1.6.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/@nodelib/fs.walk"
- ]
- ],
- "_from": "fastq@>=1.6.0 <2.0.0",
- "_hasShrinkwrap": false,
- "_id": "fastq@1.8.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/fastq",
- "_nodeVersion": "12.16.1",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/fastq_1.8.0_1589280248999_0.6097184822888224"
- },
- "_npmUser": {
- "email": "hello@matteocollina.com",
- "name": "matteo.collina"
- },
- "_npmVersion": "6.14.5",
- "_phantomChildren": {},
- "_requested": {
- "name": "fastq",
- "raw": "fastq@^1.6.0",
- "rawSpec": "^1.6.0",
- "scope": null,
- "spec": ">=1.6.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/@nodelib/fs.walk"
- ],
- "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz",
- "_shasum": "550e1f9f59bbc65fe185cb6a9b4d95357107f481",
- "_shrinkwrap": null,
- "_spec": "fastq@^1.6.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/@nodelib/fs.walk",
- "author": {
- "email": "hello@matteocollina.com",
- "name": "Matteo Collina"
- },
- "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": "^8.0.0",
- "standard": "^14.0.0",
- "tape": "^4.13.2",
- "typescript": "^3.8.3"
- },
- "directories": {},
- "dist": {
- "fileCount": 11,
- "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==",
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeun35CRA9TVsSAnZWagAAvrsP+wbowdoiZFfTQkZexCdu\nw+NGkGTfO6olDo69xaKHyUZK2miJCiiqjpqetZinY5/xjmIEpII/1I5AqMlN\nOerHN4uO6tqVrI7M0Jv6UCRdavWj7SqtAdjJc0vFClEvCuGPKObzx844Y3sp\njLKNqGW3EJqg04gmAJWZdcNCaotyM9KMIl/4kd6FJHmTsCz5G7TXivzyCqZs\nj5Jd9stTw8eFWZUKxOC24jazaMQD0D0BuK7vyy0aQQhBVYciL/qiVYR8HB9n\nDKjHRJnTDyW7NO8rXnWW096hJHcLen/B6PiU6Sv7aacHT+fsxAEpjaaSad9v\nM/+ZMKi6FxsU05UBOPWHgiEjh3L4s5zScQlZDUrnWAYUlFAN6CdsMXTycpKm\nk0daBRFh9m1ISls//YaasJbzkvXLH4ndxaBfCSL2U431nP3z9VvrTjwgeLDV\nuenBl3lyzoAlhLQw94vol9TSj8NXLk/+jaYUY2EK20PDRo93G8rrAeOenr/V\n4NameZH5UmAPV+BAH0nsnQNYNDXlwsmO+PFyiAgHTjnVmDGPVRrjqS34cahf\n99d71fRlE2RcDgi1OfvSiCK44WAeeO2Q6haM1Nx13B7BF2c9kM8qqcfNMmKb\nLQijkVEnq2xuzWaVHTXbolRp9YH5LMnlzrzEkA/lJKh160qWiqIr5eOb9n6E\nlNNV\r\n=xzl/\r\n-----END PGP SIGNATURE-----\r\n",
- "shasum": "550e1f9f59bbc65fe185cb6a9b4d95357107f481",
- "tarball": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz",
- "unpackedSize": 25946
- },
- "gitHead": "e2920cafefc9cd4f579de7028f48956cf9b8fee9",
- "homepage": "https://github.com/mcollina/fastq#readme",
- "keywords": [
- "async",
- "fast",
- "queue",
- "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",
- "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"
- },
- "version": "1.8.0"
- }
|