inspect-custom-symbol
Version:
Use util.inspect.custom without having to browserify util in the browser
25 lines (24 loc) • 650 B
JSON
{
"name": "inspect-custom-symbol",
"version": "1.1.1",
"description": "Use util.inspect.custom without having to browserify util in the browser",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"standard": "^10.0.3"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/inspect-custom-symbol.git"
},
"browser": "./browser.js",
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/inspect-custom-symbol/issues"
},
"homepage": "https://github.com/mafintosh/inspect-custom-symbol"
}