Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/varint/package.json
{
"name": "varint",
"version": "5.0.2",
"description": "protobuf-style varint bytes - use msb to create integer values of varying sizes",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/varint.git"
},
"keywords": [
"varint",
"protobuf",
"encode",
"decode"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"devDependencies": {
"tape": "~2.12.3"
}
}
Back to Directory
File Manager