@probe.gl/log
Version:
JavaScript debug logging for browser and Node
40 lines (39 loc) • 788 B
JSON
{
"name": "@probe.gl/log",
"description": "JavaScript debug logging for browser and Node",
"license": "MIT",
"type": "module",
"version": "4.1.1",
"keywords": [
"javascript",
"profiling",
"instrumentation",
"logging"
],
"repository": {
"type": "git",
"url": "https://github.com/visgl/probe.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src"
],
"sideEffects": [
"./dist/init.js"
],
"browser": {},
"dependencies": {
"@probe.gl/env": "4.1.1"
},
"gitHead": "bd33a0cf48fe0bcc56941272e3a760d13df65b4e"
}