| Current Path : /var/www/html/test/wetty2/node_modules/fastq/ |
| Current File : /var/www/html/test/wetty2/node_modules/fastq/package.json |
{
"_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"
},
"/var/www/html/test/wetty/node_modules/@nodelib/fs.walk"
]
],
"_from": "fastq@>=1.6.0 <2.0.0",
"_hasShrinkwrap": false,
"_id": "fastq@1.6.1",
"_inCache": true,
"_location": "/fastq",
"_nodeVersion": "12.16.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fastq_1.6.1_1582834293634_0.8592684038623051"
},
"_npmUser": {
"name": "matteo.collina",
"email": "hello@matteocollina.com"
},
"_npmVersion": "6.13.4",
"_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.6.1.tgz",
"_shasum": "4570c74f2ded173e71cf0beb08ac70bb85826791",
"_shrinkwrap": null,
"_spec": "fastq@^1.6.0",
"_where": "/var/www/html/test/wetty/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": "^8.0.0",
"standard": "^14.0.0",
"tape": "^4.13.0",
"typescript": "^3.5.3"
},
"directories": {},
"dist": {
"integrity": "sha512-mpIH5sKYueh3YyeJwqtVo8sORi0CgtmkVbK6kZStpQlZBYQuTzG2CZ7idSiJuA7bY0SFCWUc5WIs+oYumGCQNw==",
"shasum": "4570c74f2ded173e71cf0beb08ac70bb85826791",
"tarball": "https://registry.npmjs.org/fastq/-/fastq-1.6.1.tgz",
"fileCount": 11,
"unpackedSize": 24028,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWCJ2CRA9TVsSAnZWagAAsMgP/0xyDnpeCChHwkVp/gUJ\nHJ6YHUDLFuda9CI55B6IoFpeUhBRNdNR5WGLT1zhKJNwMEOxFYiu/nDSzpOq\ns1t9H8G0rtwCt9OqpqYRaj4tTogSpkuJ/eV7n+y+M+EeQnA8CQQaNSYrGqbE\nOdRMsIaWobRTwpwrbySXzlvQeew/5N9k9PyRCWwC5YiqMNK+12cDn0rEfgYi\n6xrJcAndK5/HeuV4Os59C16kn5ijWvsXGmFLKAN/NDORwiHQSOFPRcN6J2DC\nrZX7stcPtPX0PBc6KaNF8yldS1N4+gzjY/c07IJ3HhVqWL7DYI/MmIJ1Ks8Q\n3vpCJ2EzeYdm0WDDPM8ixQjiJSkOg227cMl4MYvflsfUrsZvrWBfEI4/GMGH\nhXRtjCNyJthuICVIiBC4D/rim02KfbuiXlgx8HNVVpsCO7+Md/i/eMusSYIg\nUi2mlRAD1iMFTaSxJwATTqHuDfz4SLgUy0p2ouJve1yiiMBDj9vDSIeY1WK3\nOG/khJOhrk2Q/GGhMeaqkq3Vfoo9Fr9i+F/lCxcjg/kQVOxg9K4LEdmQiVih\nAyaazTj8P+TFkuCdRcvBoJ91SwkEzfvYcHezu2Gb0OzASyRPltpXOdbhFFnL\nPw//WRA+Id41fnyot4ynUYGXgsFlW9qyDmSgmZcFudihPjc9a9FMf3vtHHwv\nrRSQ\r\n=69b6\r\n-----END PGP SIGNATURE-----\r\n"
},
"gitHead": "19771feef6694c51213a4bd6b4bc07192fd0830c",
"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",
"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.6.1"
}