mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 18:07:20 +08:00
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"fastq@1.9.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "fastq@1.9.0",
|
|
"_id": "fastq@1.9.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4Wpy8zjqykjpG1wjWTvMLvZreUc=",
|
|
"_location": "/fastq",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fastq@1.9.0",
|
|
"name": "fastq",
|
|
"escapedName": "fastq",
|
|
"rawSpec": "1.9.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.9.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nodelib/fs.walk"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/fastq/-/fastq-1.9.0.tgz",
|
|
"_spec": "1.9.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"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": "^15.0.0",
|
|
"tape": "^5.0.0",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"homepage": "https://github.com/mcollina/fastq#readme",
|
|
"keywords": [
|
|
"fast",
|
|
"queue",
|
|
"async",
|
|
"worker"
|
|
],
|
|
"license": "ISC",
|
|
"main": "queue.js",
|
|
"name": "fastq",
|
|
"pre-commit": [
|
|
"test"
|
|
],
|
|
"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.9.0"
|
|
}
|