UNPKG

@signalk/nmea0183-utilities

Version:

Various utilities for transforming NMEA0183 units into SI units for use in SK.

94 lines (93 loc) 2.29 kB
{ "name": "@signalk/nmea0183-utilities", "version": "1.1.1", "description": "Various utilities for transforming NMEA0183 units into SI units for use in SK.", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "sideEffects": false, "engines": { "//": "Floor at 20.10 to support Venus CerboGX firmware (currently Node 20.18.2). Bump back to >=22 once Cerbo ships a newer Node.", "node": ">=20.10" }, "files": [ "dist", "CHANGELOG.md", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.build.json", "clean": "rimraf dist", "prebuild": "npm run clean", "typecheck": "tsc --noEmit", "test": "mocha", "coverage": "c8 --reporter=text --reporter=lcov npm test", "mutation": "stryker run", "prettier:check": "prettier --check .", "prettier": "prettier --write .", "format": "npm run prettier", "prepublishOnly": "npm run build" }, "c8": { "extension": [ ".ts" ], "include": [ "src/**/*.ts" ], "exclude": [ "test/**", "coverage/**", "dist/**" ], "all": true, "reporter": [ "text", "lcov" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/SignalK/nmea0183-utilities.git" }, "devDependencies": { "@stryker-mutator/core": "^9.6.1", "@stryker-mutator/mocha-runner": "^9.6.1", "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", "@types/node": "^22.10.5", "c8": "^11.0.0", "chai": "^4.5.0", "mocha": "^11.7.5", "prettier": "3.8.3", "rimraf": "^6.0.1", "tsx": "^4.19.2", "typescript": "^6.0.3" }, "keywords": [ "nmea", "nmea0183", "signalk" ], "author": "Fabian Tollenaar <fabian@decipher.industries>", "contributors": [ { "name": "Marcel Verpaalen", "email": "marcel@verpaalen.com" } ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/SignalK/nmea0183-utilities/issues" }, "homepage": "https://github.com/SignalK/nmea0183-utilities#readme" }