dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/varint/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

57 lines
1.5 KiB
JSON

{
"_from": "varint@^5.0.0",
"_id": "varint@5.0.2",
"_inBundle": false,
"_integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==",
"_location": "/varint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "varint@^5.0.0",
"name": "varint",
"escapedName": "varint",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/parquets"
],
"_resolved": "https://registry.npmjs.org/varint/-/varint-5.0.2.tgz",
"_shasum": "5b47f8a947eb668b848e034dcfa87d0ff8a7f7a4",
"_spec": "varint@^5.0.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview\\node_modules\\parquets",
"author": {
"name": "Chris Dickinson",
"email": "chris@neversaw.us"
},
"bugs": {
"url": "https://github.com/chrisdickinson/varint/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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": "5.0.2"
}