Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /opt/push-server/node_modules/utf-8-validate/ |
Upload File : |
{ "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" }, "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" }, "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": "^10.0.0", "node-gyp": "^9.1.0", "prebuildify": "^5.0.0" } }