UNPKG

@stdlib/error

Version:
59 lines (58 loc) 1.69 kB
{ "name": "stdlib-pkg2id", "version": "", "title": "Standard Library Package Names and Error Identifiers", "description": "A mapping between standard library package names and error identifier prefixes.", "resources": [ { "name": "stdlib-pkg2id-json", "title": "Standard Library Package Names and Error Identifiers", "description": "A mapping from internal as well as standalone standard library package names to error identifier prefixes.", "format": "json", "mediatype": "application/json", "encoding": "UTF-8", "hash": "", "path": "./data/internal.json" }, { "name": "stdlib-pkg2id-csv", "title": "Standard Library Package Names and Error Identifiers", "description": "A mapping from internal as well as standalone standard library internal package names to error identifier prefixes.", "format": "csv", "mediatype": "plain/csv", "encoding": "UTF-8", "hash": "", "path": "./data/internal.csv", "schema": { "fields": [ { "name": "pkg", "title": "Package Name", "description": "Standalone or internal package name.", "type": "string", "format": "default" }, { "name": "identifier", "title": "Identifier", "description": "Error identifier.", "type": "string", "format": "default" } ] } } ], "sources": [], "keywords": [ "stdlib", "namespace", "identifier", "error", "ids", "package", "name", "pkg" ], "license": "PDDL-1.0 AND CC0-1.0" }