mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 16:57:26 +00:00
Merge pull request #1061 from atjn/engines
Specify supported node versions
This commit is contained in:
3
cli/package-lock.json
generated
3
cli/package-lock.json
generated
@@ -18,6 +18,9 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"cli": "src/index.js",
|
"cli": "src/index.js",
|
||||||
"squoosh-cli": "src/index.js"
|
"squoosh-cli": "src/index.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": " ^12.20.2 || ^14.13.1 || ^16.0.0 "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@squoosh/lib": {
|
"node_modules/@squoosh/lib": {
|
||||||
|
|||||||
@@ -19,6 +19,9 @@
|
|||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Google Chrome Developers <chromium-dev@google.com>",
|
"author": "Google Chrome Developers <chromium-dev@google.com>",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"engines": {
|
||||||
|
"node": " ^12.20.2 || ^14.13.1 || ^16.0.0 "
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@squoosh/lib": "^0.2.0",
|
"@squoosh/lib": "^0.2.0",
|
||||||
"commander": "^7.2.0",
|
"commander": "^7.2.0",
|
||||||
|
|||||||
@@ -18,6 +18,9 @@
|
|||||||
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
|
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"engines": {
|
||||||
|
"node": " ^12.5.0 || ^14.0.0 || ^16.0.0 "
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"web-streams-polyfill": "^3.0.3"
|
"web-streams-polyfill": "^3.0.3"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user