mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 13:43:34 -04:00
60 lines
1.4 KiB
JSON
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"
|
|
}
|