{
  "_args": [
    [
      "utf-8-validate@5.0.5",
      "/Users/giro/Desktop/projects/exbita-scripts/bnb"
    ]
  ],
  "_from": "utf-8-validate@5.0.5",
  "_id": "utf-8-validate@5.0.5",
  "_inBundle": false,
  "_integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==",
  "_location": "/utf-8-validate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "utf-8-validate@5.0.5",
    "name": "utf-8-validate",
    "escapedName": "utf-8-validate",
    "rawSpec": "5.0.5",
    "saveSpec": null,
    "fetchSpec": "5.0.5"
  },
  "_requiredBy": [
    "/websocket"
  ],
  "_resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz",
  "_spec": "5.0.5",
  "_where": "/Users/giro/Desktop/projects/exbita-scripts/bnb",
  "author": {
    "name": "Einar Otto Stangvik",
    "email": "einaros@gmail.com",
    "url": "http://2x.io"
  },
  "bugs": {
    "url": "https://github.com/websockets/utf-8-validate/issues"
  },
  "dependencies": {
    "node-gyp-build": "^4.2.0"
  },
  "description": "Check if a buffer contains valid UTF-8",
  "devDependencies": {
    "mocha": "^8.0.1",
    "node-gyp": "^7.1.2",
    "prebuildify": "^4.0.0",
    "prebuildify-cross": "^4.0.0"
  },
  "homepage": "https://github.com/websockets/utf-8-validate",
  "keywords": [
    "utf-8-validate"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "utf-8-validate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/websockets/utf-8-validate.git"
  },
  "scripts": {
    "install": "node-gyp-build",
    "prebuild": "prebuildify --napi --strip",
    "prebuild-ia32": "prebuildify --arch=ia32 --napi --strip",
    "prebuild-linux-arm": "prebuildify-cross -i linux-armv6 -i linux-armv7 -i linux-arm64 --napi --strip",
    "test": "mocha"
  },
  "version": "5.0.5"
}
