committed by
GitHub
1 changed files with 0 additions and 77 deletions
@ -1,77 +0,0 @@ |
|||
{ |
|||
"name": "docker-steamcmd", |
|||
"lockfileVersion": 3, |
|||
"requires": true, |
|||
"packages": { |
|||
"": { |
|||
"dependencies": { |
|||
"prettier-plugin-sh": "^0.18.0" |
|||
} |
|||
}, |
|||
"node_modules/@reteps/dockerfmt": { |
|||
"version": "0.3.6", |
|||
"resolved": "https://registry.npmjs.org/@reteps/dockerfmt/-/dockerfmt-0.3.6.tgz", |
|||
"integrity": "sha512-Tb5wIMvBf/nLejTQ61krK644/CEMB/cpiaIFXqGApfGqO3GwcR3qnI0DbmkFVCl2OyEp8LnLX3EkucoL0+tbFg==", |
|||
"license": "MIT", |
|||
"engines": { |
|||
"node": "^v12.20.0 || ^14.13.0 || >=16.0.0" |
|||
} |
|||
}, |
|||
"node_modules/prettier": { |
|||
"version": "3.6.2", |
|||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", |
|||
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", |
|||
"license": "MIT", |
|||
"peer": true, |
|||
"bin": { |
|||
"prettier": "bin/prettier.cjs" |
|||
}, |
|||
"engines": { |
|||
"node": ">=14" |
|||
}, |
|||
"funding": { |
|||
"url": "https://github.com/prettier/prettier?sponsor=1" |
|||
} |
|||
}, |
|||
"node_modules/prettier-plugin-sh": { |
|||
"version": "0.18.0", |
|||
"resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.18.0.tgz", |
|||
"integrity": "sha512-cW1XL27FOJQ/qGHOW6IHwdCiNWQsAgK+feA8V6+xUTaH0cD3Mh+tFAtBvEEWvuY6hTDzRV943Fzeii+qMOh7nQ==", |
|||
"license": "MIT", |
|||
"dependencies": { |
|||
"@reteps/dockerfmt": "^0.3.6", |
|||
"sh-syntax": "^0.5.8" |
|||
}, |
|||
"engines": { |
|||
"node": ">=16.0.0" |
|||
}, |
|||
"funding": { |
|||
"url": "https://opencollective.com/unts" |
|||
}, |
|||
"peerDependencies": { |
|||
"prettier": "^3.6.0" |
|||
} |
|||
}, |
|||
"node_modules/sh-syntax": { |
|||
"version": "0.5.8", |
|||
"resolved": "https://registry.npmjs.org/sh-syntax/-/sh-syntax-0.5.8.tgz", |
|||
"integrity": "sha512-JfVoxf4FxQI5qpsPbkHhZo+n6N9YMJobyl4oGEUBb/31oQYlgTjkXQD8PBiafS2UbWoxrTO0Z5PJUBXEPAG1Zw==", |
|||
"license": "MIT", |
|||
"dependencies": { |
|||
"tslib": "^2.8.1" |
|||
}, |
|||
"engines": { |
|||
"node": ">=16.0.0" |
|||
}, |
|||
"funding": { |
|||
"url": "https://opencollective.com/sh-syntax" |
|||
} |
|||
}, |
|||
"node_modules/tslib": { |
|||
"version": "2.8.1", |
|||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", |
|||
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
|||
"license": "0BSD" |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue