forked from PirateCare/Syllabus
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"fastq@1.6.0",
|
|
"/tmp/tailwind-hugo"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "fastq@1.6.0",
|
|
"_id": "fastq@1.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==",
|
|
"_location": "/fastq",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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.6.0.tgz",
|
|
"_spec": "1.6.0",
|
|
"_where": "/tmp/tailwind-hugo",
|
|
"author": {
|
|
"name": "Matteo Collina",
|
|
"email": "hello@matteocollina.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mcollina/fastq/issues"
|
|
},
|
|
"dependencies": {
|
|
"reusify": "^1.0.0"
|
|
},
|
|
"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"
|
|
}
|