UNPKG

charmap

Version:
29 lines (28 loc) 646 B
{ "name": "charmap", "description": "ASCII Charmap lookup table", "version": "1.1.6", "author": "Romain Lanz <romain.lanz@slynova.ch>", "license": "MIT", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/Slynova-Org/charmap" }, "bugs": { "url": "https://github.com/Slynova-Org/charmap/issues" }, "scripts": { "test": "npm run test:coverage", "test:local": "japa", "test:coverage": "nyc npm run test:local" }, "dependencies": { "es6-object-assign": "^1.1.0" }, "devDependencies": { "japa": "^1.0.5", "japa-cli": "^1.0.1", "nyc": "^11.3.0" } }