合并
This commit is contained in:
92
node_modules/fastq/package.json
generated
vendored
92
node_modules/fastq/package.json
generated
vendored
@@ -1,37 +1,44 @@
|
||||
{
|
||||
"name": "fastq",
|
||||
"version": "1.17.1",
|
||||
"description": "Fast, in memory work queue",
|
||||
"main": "queue.js",
|
||||
"scripts": {
|
||||
"lint": "standard --verbose | snazzy",
|
||||
"unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js test/promise.js",
|
||||
"coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js test/promise.js",
|
||||
"test:report": "npm run lint && npm run unit:report",
|
||||
"test": "npm run lint && npm run unit",
|
||||
"typescript": "tsc --project ./test/tsconfig.json",
|
||||
"legacy": "tape test/test.js"
|
||||
},
|
||||
"pre-commit": [
|
||||
"test",
|
||||
"typescript"
|
||||
"_args": [
|
||||
[
|
||||
"fastq@1.17.1",
|
||||
"C:\\Users\\asus\\Desktop\\cashier_admin_app"
|
||||
]
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mcollina/fastq.git"
|
||||
"_development": true,
|
||||
"_from": "fastq@1.17.1",
|
||||
"_id": "fastq@1.17.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
|
||||
"_location": "/fastq",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fastq@1.17.1",
|
||||
"name": "fastq",
|
||||
"escapedName": "fastq",
|
||||
"rawSpec": "1.17.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.17.1"
|
||||
},
|
||||
"keywords": [
|
||||
"fast",
|
||||
"queue",
|
||||
"async",
|
||||
"worker"
|
||||
"_requiredBy": [
|
||||
"/@nodelib/fs.walk"
|
||||
],
|
||||
"author": "Matteo Collina <hello@matteocollina.com>",
|
||||
"license": "ISC",
|
||||
"_resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.17.1.tgz",
|
||||
"_spec": "1.17.1",
|
||||
"_where": "C:\\Users\\asus\\Desktop\\cashier_admin_app",
|
||||
"author": {
|
||||
"name": "Matteo Collina",
|
||||
"email": "hello@matteocollina.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mcollina/fastq/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mcollina/fastq#readme",
|
||||
"dependencies": {
|
||||
"reusify": "^1.0.4"
|
||||
},
|
||||
"description": "Fast, in memory work queue",
|
||||
"devDependencies": {
|
||||
"async": "^3.1.0",
|
||||
"neo-async": "^2.6.1",
|
||||
@@ -42,12 +49,37 @@
|
||||
"tape": "^5.0.0",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"reusify": "^1.0.4"
|
||||
"homepage": "https://github.com/mcollina/fastq#readme",
|
||||
"keywords": [
|
||||
"fast",
|
||||
"queue",
|
||||
"async",
|
||||
"worker"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "queue.js",
|
||||
"name": "fastq",
|
||||
"pre-commit": [
|
||||
"test",
|
||||
"typescript"
|
||||
],
|
||||
"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",
|
||||
"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"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"example.mjs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "1.17.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user