mirror of
https://github.com/denoland/deno.git
synced 2025-02-12 16:59:32 -05:00
8971064546
Co-authored-by: Kenta Moriuchi <moriken@kimamass.com>
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "utf-8-validate",
|
|
"dist-tags": {
|
|
"latest": "6.0.5"
|
|
},
|
|
"versions": {
|
|
"6.0.5": {
|
|
"name": "utf-8-validate",
|
|
"version": "6.0.5",
|
|
"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 --target=8.11.2",
|
|
"prebuild-linux-musl-x64": "prebuildify-cross --image alpine --napi --strip --target=8.11.2",
|
|
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=8.11.2",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/websockets/utf-8-validate.git"
|
|
},
|
|
"author": {
|
|
"name": "Einar Otto Stangvik",
|
|
"email": "einaros@gmail.com",
|
|
"url": "http://2x.io"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/websockets/utf-8-validate/issues"
|
|
},
|
|
"dependencies": {
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^10.0.0",
|
|
"node-gyp": "^10.0.1",
|
|
"prebuildify": "^6.0.0",
|
|
"prebuildify-cross": "^5.0.0"
|
|
},
|
|
"_id": "utf-8-validate@6.0.5",
|
|
"gitHead": "4a9a05728641674620818c6a78b01fce38e6f222",
|
|
"_nodeVersion": "22.10.0",
|
|
"_npmVersion": "10.9.0",
|
|
"dist": {
|
|
"integrity": "sha512-EYZR+OpIXp9Y1eG1iueg8KRsY8TuT8VNgnanZ0uA3STqhHQTLwbl+WX76/9X5OY12yQubymBpaBSmMPkSTQcKA==",
|
|
"shasum": "8087d39902be2cc15bdb21a426697ff256d65aab",
|
|
"tarball": "http://localhost:4260/utf-8-validate/utf-8-validate-6.0.5.tgz",
|
|
"fileCount": 15,
|
|
"unpackedSize": 717511
|
|
},
|
|
"directories": {},
|
|
"_hasShrinkwrap": false
|
|
}
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/websockets/utf-8-validate/issues"
|
|
},
|
|
"author": {
|
|
"name": "Einar Otto Stangvik",
|
|
"email": "einaros@gmail.com",
|
|
"url": "http://2x.io"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/websockets/utf-8-validate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/websockets/utf-8-validate.git"
|
|
},
|
|
"description": "Check if a buffer contains valid UTF-8"
|
|
}
|