2025-04-19 15:38:48 +08:00

66 lines
1.8 KiB
JSON

{
"_from": "utf-8-validate@^5.0.2",
"_id": "utf-8-validate@5.0.10",
"_inBundle": false,
"_integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==",
"_location": "/utf-8-validate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "utf-8-validate@^5.0.2",
"name": "utf-8-validate",
"escapedName": "utf-8-validate",
"rawSpec": "^5.0.2",
"saveSpec": null,
"fetchSpec": "^5.0.2"
},
"_requiredBy": [
"/websocket"
],
"_resolved": "https://registry.npmmirror.com/utf-8-validate/-/utf-8-validate-5.0.10.tgz",
"_shasum": "d7d10ea39318171ca982718b6b96a8d2442571a2",
"_spec": "utf-8-validate@^5.0.2",
"_where": "D:\\ruyi\\dapp\\node_modules\\websocket",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bugs": {
"url": "https://github.com/websockets/utf-8-validate/issues"
},
"bundleDependencies": false,
"dependencies": {
"node-gyp-build": "^4.3.0"
},
"deprecated": false,
"description": "Check if a buffer contains valid UTF-8",
"devDependencies": {
"mocha": "^10.0.0",
"node-gyp": "^9.1.0",
"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 --target=14.0.0",
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0",
"test": "mocha"
},
"version": "5.0.10"
}