| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "utf-8-validate@6.0.4",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "utf-8-validate@6.0.4",
- "_id": "utf-8-validate@6.0.4",
- "_inBundle": false,
- "_integrity": "sha512-xu9GQDeFp+eZ6LnCywXN/zBancWvOpUMzgjLPSjy4BRHSmTelvn2E0DG0o1sTiw5hkCKBHo8rwSKncfRfv2EEQ==",
- "_location": "/utf-8-validate",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "utf-8-validate@6.0.4",
- "name": "utf-8-validate",
- "escapedName": "utf-8-validate",
- "rawSpec": "6.0.4",
- "saveSpec": null,
- "fetchSpec": "6.0.4"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/utf-8-validate/-/utf-8-validate-6.0.4.tgz",
- "_spec": "6.0.4",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "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": "^10.0.0",
- "node-gyp": "^10.0.1",
- "prebuildify": "^6.0.0",
- "prebuildify-cross": "^5.0.0"
- },
- "engines": {
- "node": ">=6.14.2"
- },
- "files": [
- "prebuilds/",
- "src/",
- "deps/is_utf8/LICENSE-MIT",
- "deps/is_utf8/include/is_utf8.h",
- "deps/is_utf8/src/is_utf8.cpp",
- "binding.gyp",
- "fallback.js",
- "index.js"
- ],
- "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=8.11.2",
- "prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=8.11.2",
- "prebuild-linux-musl-x64": "prebuildify-cross --image alpine --napi --strip --target=8.11.2",
- "test": "mocha"
- },
- "version": "6.0.4"
- }
|