{
  "manifest": {
    "name": "obuf",
    "version": "1.1.2",
    "description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.",
    "main": "index.js",
    "scripts": {
      "test": "mocha test/**/*-test.js"
    },
    "repository": {
      "type": "git",
      "url": "git@github.com:indutny/offset-buffer"
    },
    "keywords": [
      "Offset",
      "Buffer",
      "reader"
    ],
    "author": {
      "name": "Fedor Indutny",
      "email": "fedor@indutny.com"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/indutny/offset-buffer/issues"
    },
    "homepage": "https://github.com/indutny/offset-buffer",
    "devDependencies": {
      "mocha": "^1.21.4"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-obuf-1.1.2-09bea3343d41859ebd446292d11c9d4db619084e-integrity/node_modules/obuf/package.json",
    "readmeFilename": "README.md",
    "readme": "# obuf - Offset buffer implementation.\n\nByte buffer specialized for data in chunks with special cases for dropping\nbytes in the front, merging bytes in to various integer types and\nabandoning buffer without penalty for previous chunk merges.\n\nUsed in spyd-transport, part of spdy support for http2.\n\nThis software is licensed under the MIT License.\n\nBy Fedor Indutny, 2015.\n\n",
    "licenseText": "Copyright Fedor Indutny, 2015.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the\nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\nNO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE."
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz",
    "hash": "09bea3343d41859ebd446292d11c9d4db619084e",
    "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
    "registry": "npm",
    "packageName": "obuf",
    "cacheIntegrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4="
  },
  "registry": "npm",
  "hash": "09bea3343d41859ebd446292d11c9d4db619084e"
}