UNPKG

@joergmittaglawo/dmvconfig

Version:

DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.

35 lines (34 loc) 917 B
{ "name": "utf-8-validate", "version": "5.0.4", "description": "Check if a buffer contains valid UTF-8", "main": "index.js", "scripts": { "install": "node-gyp-build", "prebuild": "prebuildify --napi --strip", "prebuild-linux-arm": "prebuildify-cross -i linux-armv6 -i linux-armv7 --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.2.0" }, "devDependencies": { "mocha": "^8.0.1", "node-gyp": "^7.1.2", "prebuildify": "^4.0.0", "prebuildify-cross": "^4.0.0" } }