UNPKG

isobus-name-resolver-ts

Version:

Simple tool to parse an isobus name hexstring and split it into its components.

40 lines (39 loc) 975 B
{ "name": "isobus-name-resolver-ts", "description": "Simple tool to parse an isobus name hexstring and split it into its components.", "version": "0.12.14", "license": "Apache-2.0", "maintainers": [ { "name": "Maschinenfabrik Bernard Krone GmbH & Co. KG", "web": "https://landmaschinen.krone.de" } ], "repository": { "type": "git", "url": "https://github.com/krone-landmaschinen/isobus-name-resolver-ts.git" }, "main": "dist/isobus-name.js", "types": "dist/isobus-name.d.ts", "files": [ "dist" ], "keywords": [ "isobus", "iso11783", "agriculture", "typescript" ], "scripts": { "build": "npm run translate-iso-export && npm run tsc", "tsc": "node ./node_modules/typescript/lib/tsc.js", "translate-iso-export": "node ./scripts/iso-export-to-json.js" }, "dependencies": { "buffer": "^5.6.0" }, "devDependencies": { "csv-parse": "^4.12.0", "typescript": "^4.0.2" } }