{
  "_from": "typedarray-to-buffer@^3.1.2",
  "_id": "typedarray-to-buffer@3.1.2",
  "_inBundle": false,
  "_integrity": "sha1-EBezLZhP9VbroQD1AViauhrOLgQ=",
  "_location": "/typedarray-to-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "typedarray-to-buffer@^3.1.2",
    "name": "typedarray-to-buffer",
    "escapedName": "typedarray-to-buffer",
    "rawSpec": "^3.1.2",
    "saveSpec": null,
    "fetchSpec": "^3.1.2"
  },
  "_requiredBy": [
    "/websocket"
  ],
  "_resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.2.tgz",
  "_shasum": "1017b32d984ff556eba100f501589aba1ace2e04",
  "_spec": "typedarray-to-buffer@^3.1.2",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/websocket",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "http://feross.org/"
  },
  "bugs": {
    "url": "https://github.com/feross/typedarray-to-buffer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-typedarray": "^1.0.0"
  },
  "deprecated": false,
  "description": "Convert a typed array to a Buffer without a copy",
  "devDependencies": {
    "standard": "^6.0.4",
    "tape": "^4.0.0",
    "zuul": "^3.0.0"
  },
  "homepage": "http://feross.org",
  "keywords": [
    "buffer",
    "typed array",
    "convert",
    "no copy",
    "uint8array",
    "uint16array",
    "uint32array",
    "int16array",
    "int32array",
    "float32array",
    "float64array",
    "browser",
    "arraybuffer",
    "dataview"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "typedarray-to-buffer",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/typedarray-to-buffer.git"
  },
  "scripts": {
    "test": "standard && npm run test-node && npm run test-browser",
    "test-browser": "zuul -- test/*.js",
    "test-browser-local": "zuul --local -- test/*.js",
    "test-node": "tape test/*.js"
  },
  "version": "3.1.2"
}
