2025-04-19 15:38:48 +08:00

59 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": [
"/cids/multicodec",
"/multicodec",
"/multihashes"
],
"_resolved": "https://registry.npmmirror.com/varint/-/varint-5.0.2.tgz",
"_shasum": "5b47f8a947eb668b848e034dcfa87d0ff8a7f7a4",
"_spec": "varint@^5.0.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\cids\\node_modules\\multicodec",
"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"
}