{
  "_from": "buffer-to-uint8array@^1.1.0",
  "_id": "buffer-to-uint8array@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-z29BKHwCL0WNp1LDkcGo1TXsX3I=",
  "_location": "/buffer-to-uint8array",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "buffer-to-uint8array@^1.1.0",
    "name": "buffer-to-uint8array",
    "escapedName": "buffer-to-uint8array",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/image-decode"
  ],
  "_resolved": "https://registry.npmjs.org/buffer-to-uint8array/-/buffer-to-uint8array-1.1.0.tgz",
  "_shasum": "cf6f41287c022f458da752c391c1a8d535ec5f72",
  "_spec": "buffer-to-uint8array@^1.1.0",
  "_where": "/home/sigonasr2/divar/server/node_modules/image-decode",
  "author": {
    "name": "substack"
  },
  "bugs": {
    "url": "https://github.com/substack/buffer-to-uint8array/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "convert a buffer (or string) to a Uint8Array",
  "devDependencies": {
    "tape": "^4.0.0"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "homepage": "https://github.com/substack/buffer-to-uint8array#readme",
  "keywords": [
    "Uint8Array",
    "u8",
    "byte",
    "buffer",
    "typedarray"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "buffer-to-uint8array",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/buffer-to-uint8array.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.1.0"
}