{
  "name": "utf-8-validate",
  "version": "5.0.10",
  "description": "Check if a buffer contains valid UTF-8",
  "main": "index.js",
  "engines": {
    "node": ">=6.14.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/websockets/utf-8-validate"
  },
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "license": "MIT",
  "homepage": "https://github.com/websockets/utf-8-validate",
  "dependencies": {
    "node-gyp-build": "^4.3.0"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "node-gyp": "^9.1.0",
    "prebuildify": "^5.0.0"
  }
}