UNPKG

nanoerror

Version:

Small module to create code errors with format support.

51 lines (50 loc) 978 B
{ "name": "nanoerror", "version": "2.0.0", "description": "Small module to create code errors with format support.", "main": "index.js", "files": [ "index.js" ], "scripts": { "start": "node index.js", "test": "uvu", "posttest": "npm run lint", "lint": "standard", "prepublishOnly": "npm test" }, "dependencies": { "quick-format-unescaped": "^4.0.4" }, "devDependencies": { "standard": "^17.0.0", "uvu": "^0.5.6" }, "standard": { "env": [ "node", "browser" ] }, "repository": { "type": "git", "url": "git+https://github.com/geut/nanoerror.git" }, "keywords": [ "geut", "module", "errors" ], "author": { "name": "GEUT", "email": "contact@geutstudio.com" }, "license": "MIT", "bugs": { "url": "https://github.com/geut/nanoerror/issues" }, "homepage": "https://github.com/geut/nanoerror#readme", "publishConfig": { "access": "public" } }