UNPKG

cp2102

Version:

Silicon Labs CP2102 user-space USB to serial driver

37 lines (36 loc) 904 B
{ "name": "cp2102", "version": "0.1.2", "description": "Silicon Labs CP2102 user-space USB to serial driver", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --cache --format=node_modules/eslint-formatter-pretty ." }, "repository": { "type": "git", "url": "git+https://github.com/tidepool-org/cp2102.git" }, "keywords": [ "usb", "driver", "cp2102", "silabs" ], "author": "Gerrit Niezen", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/tidepool-org/cp2102/issues" }, "homepage": "https://github.com/tidepool-org/cp2102#readme", "dependencies": { "core-js": "2.6.12", "usb": "2.14.0" }, "devDependencies": { "eslint": "8.56.0", "eslint-config-airbnb": "18.2.1", "eslint-formatter-pretty": "5.0.0", "eslint-plugin-import": "2.31.0" } }