Engine 16.0 or above are supported

This commit is contained in:
killer069 2021-08-24 15:29:37 +05:30
parent a2675e9cea
commit 4a8308e5f3
2 changed files with 12 additions and 6 deletions

15
package-lock.json generated
View File

@ -10,6 +10,9 @@
"license": "MIT",
"dependencies": {
"got": "^11.8.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@sindresorhus/is": {
@ -59,9 +62,9 @@
}
},
"node_modules/@types/node": {
"version": "16.4.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.13.tgz",
"integrity": "sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg=="
"version": "16.7.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.1.tgz",
"integrity": "sha512-ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A=="
},
"node_modules/@types/responselike": {
"version": "1.0.0",
@ -334,9 +337,9 @@
}
},
"@types/node": {
"version": "16.4.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.13.tgz",
"integrity": "sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg=="
"version": "16.7.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.1.tgz",
"integrity": "sha512-ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A=="
},
"@types/responselike": {
"version": "1.0.0",

View File

@ -27,6 +27,9 @@
"bugs": {
"url": "https://github.com/play-dl/play-dl/issues"
},
"engines": {
"node": ">=16.0.0"
},
"homepage": "https://github.com/play-dl/play-dl#readme",
"files": [
"dist/*"