2025-03-26 13:19:45 +05:00
|
|
|
{
|
|
|
|
|
"name": "crunchys",
|
2025-08-23 21:14:56 +05:00
|
|
|
"version": "1.0.1",
|
2025-03-26 13:19:45 +05:00
|
|
|
"lockfileVersion": 3,
|
|
|
|
|
"requires": true,
|
|
|
|
|
"packages": {
|
|
|
|
|
"": {
|
|
|
|
|
"name": "crunchys",
|
2025-08-23 21:14:56 +05:00
|
|
|
"version": "1.0.1",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "individual",
|
|
|
|
|
"url": "https://boosty.to/vitalygashkov"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "patreon",
|
|
|
|
|
"url": "https://www.patreon.com/vitalygashkov"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-03-26 13:19:45 +05:00
|
|
|
"license": "MIT",
|
2025-08-23 21:14:56 +05:00
|
|
|
"dependencies": {
|
|
|
|
|
"molnia": "^0.1.5"
|
|
|
|
|
},
|
2025-03-26 13:19:45 +05:00
|
|
|
"bin": {
|
2025-08-23 21:14:56 +05:00
|
|
|
"crunchys": "crunchys-cli.js"
|
2025-03-26 13:19:45 +05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-23 21:14:56 +05:00
|
|
|
"typescript": "^5.9.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fastq": {
|
|
|
|
|
"version": "1.19.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
|
|
|
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"reusify": "^1.0.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/molnia": {
|
|
|
|
|
"version": "0.1.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/molnia/-/molnia-0.1.5.tgz",
|
|
|
|
|
"integrity": "sha512-Kb3bhlvNVWJ9Z8tGZGkhmChpXQY8OLFPkxXFvLJb+foLwfH7JyyJl+DbKuUKAIK1vnxs5sBFuQb3wxOIwWBpiA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "individual",
|
|
|
|
|
"url": "https://t.me/tribute/app?startapp=dqW2"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fastq": "^1.19.1",
|
|
|
|
|
"undici": "^7.15.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"molnia": "molnia.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/reusify": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"iojs": ">=1.0.0",
|
|
|
|
|
"node": ">=0.10.0"
|
2025-03-26 13:19:45 +05:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/typescript": {
|
2025-08-23 21:14:56 +05:00
|
|
|
"version": "5.9.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
|
|
|
|
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
2025-03-26 13:19:45 +05:00
|
|
|
"dev": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"bin": {
|
|
|
|
|
"tsc": "bin/tsc",
|
|
|
|
|
"tsserver": "bin/tsserver"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.17"
|
|
|
|
|
}
|
2025-08-23 21:14:56 +05:00
|
|
|
},
|
|
|
|
|
"node_modules/undici": {
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20.18.1"
|
|
|
|
|
}
|
2025-03-26 13:19:45 +05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|