Files
game-server-watcher/node_modules/compressjs/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

70 lines
1.6 KiB
JSON

{
"_args": [
[
"compressjs@1.0.3",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "compressjs@1.0.3",
"_id": "compressjs@1.0.3",
"_inBundle": false,
"_integrity": "sha512-jpKJjBTretQACTGLNuvnozP1JdP2ZLrjdGdBgk/tz1VfXlUcBhhSZW6vEsuThmeot/yjvSrPQKEgfF3X2Lpi8Q==",
"_location": "/compressjs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "compressjs@1.0.3",
"name": "compressjs",
"escapedName": "compressjs",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/gamedig"
],
"_resolved": "https://registry.npmjs.org/compressjs/-/compressjs-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"amd": {},
"author": {
"name": "C. Scott Ananian"
},
"bin": {
"compressjs": "bin/compressjs"
},
"bugs": {
"url": "https://github.com/cscott/compressjs/issues"
},
"dependencies": {
"amdefine": "~1.0.0",
"commander": "~2.8.1"
},
"description": "pure JavaScript de/compression (bzip2, etc) for node.js, volo, and the browser.",
"devDependencies": {
"mocha": "~2.2.5"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/cscott/compressjs#readme",
"keywords": [
"bzip2",
"compression",
"decompression"
],
"license": "GPL",
"main": "main",
"name": "compressjs",
"repository": {
"type": "git",
"url": "git+https://github.com/cscott/compressjs.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.3",
"volo": {}
}