Files
game-server-watcher/node_modules/compress-brotli/package.json
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

126 lines
3.3 KiB
JSON

{
"_args": [
[
"compress-brotli@1.3.8",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "compress-brotli@1.3.8",
"_id": "compress-brotli@1.3.8",
"_inBundle": false,
"_integrity": "sha512-lVcQsjhxhIXsuupfy9fmZUFtAIdBmXA7EGY6GBdgZ++qkM9zG4YFT8iU7FoBxzryNDMOpD1HIFHUSX4D87oqhQ==",
"_location": "/compress-brotli",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "compress-brotli@1.3.8",
"name": "compress-brotli",
"escapedName": "compress-brotli",
"rawSpec": "1.3.8",
"saveSpec": null,
"fetchSpec": "1.3.8"
},
"_requiredBy": [
"/got/keyv"
],
"_resolved": "https://registry.npmjs.org/compress-brotli/-/compress-brotli-1.3.8.tgz",
"_spec": "1.3.8",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "Kiko Beats",
"email": "josefrancisco.verdu@gmail.com",
"url": "https://kikobeats.com"
},
"bugs": {
"url": "https://github.com/Kikobeats/compress-brotli/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@types/json-buffer": "~3.0.0",
"json-buffer": "~3.0.1"
},
"description": "Simple cross Node.js inteface for using brotli compression",
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"ava": "latest",
"c8": "latest",
"ci-publish": "latest",
"conventional-github-releaser": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"git-dirty": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"prettier-standard": "latest",
"simple-git-hooks": "latest",
"sinon": "latest",
"standard": "latest",
"standard-markdown": "latest",
"standard-version": "latest"
},
"engines": {
"node": ">= 12"
},
"files": [
"src"
],
"homepage": "https://nicedoc.io/Kikobeats/compress-brotli",
"keywords": [
"api",
"brotli",
"compress",
"compressed",
"compression",
"decode",
"decompress",
"decompression",
"encode",
"format",
"zlib"
],
"license": "MIT",
"main": "src/index.js",
"name": "compress-brotli",
"nano-staged": {
"*.js,!*.min.js,": [
"prettier-standard"
],
"*.md": [
"standard-markdown"
],
"package.json": [
"finepack"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kikobeats/compress-brotli.git"
},
"scripts": {
"clean": "rm -rf node_modules",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"lint": "standard-markdown README.md && standard",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"prerelease": "npm run update:check && npm run contributors",
"pretest": "npm run lint",
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "c8 ava",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx nano-staged"
},
"types": "src/index.d.ts",
"version": "1.3.8"
}