{
  "_args": [
    [
      "brotli@1.3.3",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "brotli@1.3.3",
  "_id": "brotli@1.3.3",
  "_inBundle": false,
  "_integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
  "_location": "/brotli",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "brotli@1.3.3",
    "name": "brotli",
    "escapedName": "brotli",
    "rawSpec": "1.3.3",
    "saveSpec": null,
    "fetchSpec": "1.3.3"
  },
  "_requiredBy": [
    "/fontkit"
  ],
  "_resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
  "_spec": "1.3.3",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "browser": {
    "./dec/dictionary-data.js": "./dec/dictionary-browser.js"
  },
  "bugs": {
    "url": "https://github.com/devongovett/brotli.js/issues"
  },
  "dependencies": {
    "base64-js": "^1.1.2"
  },
  "description": "A port of the Brotli compression algorithm as used in WOFF2",
  "devDependencies": {
    "mocha": "^2.2.1"
  },
  "homepage": "https://github.com/devongovett/brotli.js",
  "keywords": [
    "compress",
    "decompress",
    "encode",
    "decode"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "brotli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devongovett/brotli.js.git"
  },
  "scripts": {
    "prepublish": "make",
    "test": "mocha"
  },
  "version": "1.3.3"
}
