Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/utf-8-validate/package.json

{
  "name": "utf-8-validate",
  "version": "5.0.9",
  "description": "Check if a buffer contains valid UTF-8",
  "main": "index.js",
  "engines": {
    "node": ">=6.14.2"
  },
  "scripts": {
    "install": "node-gyp-build",
    "prebuild": "prebuildify --napi --strip",
    "prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/websockets/utf-8-validate"
  },
  "keywords": [
    "utf-8-validate"
  ],
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/websockets/utf-8-validate/issues"
  },
  "homepage": "https://github.com/websockets/utf-8-validate",
  "dependencies": {
    "node-gyp-build": "^4.3.0"
  },
  "devDependencies": {
    "mocha": "^9.0.3",
    "node-gyp": "^8.4.1",
    "prebuildify": "^5.0.0"
  }
}
Back to Directory File Manager