{
  "_args": [
    [
      "utf-8-validate@5.0.9",
      "M:\\Escritorio\\Nueva carpeta (3)"
    ]
  ],
  "_from": "utf-8-validate@5.0.9",
  "_id": "utf-8-validate@5.0.9",
  "_inBundle": false,
  "_integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==",
  "_location": "/utf-8-validate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "utf-8-validate@5.0.9",
    "name": "utf-8-validate",
    "escapedName": "utf-8-validate",
    "rawSpec": "5.0.9",
    "saveSpec": null,
    "fetchSpec": "5.0.9"
  },
  "_requiredBy": [
    "/websocket"
  ],
  "_resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz",
  "_spec": "5.0.9",
  "_where": "M:\\Escritorio\\Nueva carpeta (3)",
  "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.3.0"
  },
  "description": "Check if a buffer contains valid UTF-8",
  "devDependencies": {
    "mocha": "^9.0.3",
    "node-gyp": "^8.4.1",
    "prebuildify": "^5.0.0"
  },
  "engines": {
    "node": ">=6.14.2"
  },
  "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-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip",
    "test": "mocha"
  },
  "version": "5.0.9"
}
