UNPKG

@jbroll/nmea-simple

Version:

NMEA 0183 sentence parser and encoder

47 lines (46 loc) 1.07 kB
{ "name": "@jbroll/nmea-simple", "version": "3.3.4", "homepage": "https://github.com/jbroll/nmea-simple", "description": "NMEA 0183 sentence parser and encoder", "author": { "name": "John Roll", "email": "john@rkroll.com" }, "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ "nmea", "0183", "nmea-0183", "gps", "parser", "typescript" ], "repository": { "type": "git", "url": "https://github.com/jbroll/nmea-simple" }, "bugs": { "url": "https://github.com/jbroll/nmea-simple/issues" }, "scripts": { "build": "npm run lint && tsc", "lint": "tslint *.ts codecs/*.ts examples/*.ts tests/*.ts", "lint-fix": "npm run lint -- --fix", "prepublish": "npm run test", "test": "npm run build && mocha -R tap dist/tests" }, "engines": { "node": ">= 8.0.0" }, "devDependencies": { "@types/mocha": "^7.0.2", "mocha": "^7.1.1", "should": "^13.2.3", "tslint": "^6.1.1", "typescript": "^3.8.3" }, "dependencies": {} }