{
  "_from": "varint@^6.0.0",
  "_id": "varint@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
  "_location": "/varint",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "varint@^6.0.0",
    "name": "varint",
    "escapedName": "varint",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/sass-embedded"
  ],
  "_resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz",
  "_shasum": "9881eb0ce8feaea6512439d19ddf84bf551661d0",
  "_spec": "varint@^6.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/sass-embedded",
  "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": "6.0.0"
}
