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

60 lines
1.4 KiB
JSON

{
"_args": [
[
"varint@6.0.0",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "varint@6.0.0",
"_id": "varint@6.0.0",
"_inBundle": false,
"_integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
"_location": "/varint",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "varint@6.0.0",
"name": "varint",
"escapedName": "varint",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/gamedig"
],
"_resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz",
"_spec": "6.0.0",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "Chris Dickinson",
"email": "chris@neversaw.us"
},
"bugs": {
"url": "https://github.com/chrisdickinson/varint/issues"
},
"description": "protobuf-style varint bytes - use msb to create integer values of varying sizes",
"devDependencies": {
"tape": "~2.12.3"
},
"homepage": "https://github.com/chrisdickinson/varint#readme",
"keywords": [
"varint",
"protobuf",
"encode",
"decode"
],
"license": "MIT",
"main": "index.js",
"name": "varint",
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/varint.git"
},
"scripts": {
"test": "node test.js"
},
"version": "6.0.0"
}