{ "name": "@probe.gl/env", "description": "JavaScript environment detection for browser and Node", "license": "MIT", "type": "module", "version": "4.0.9", "keywords": [ "javascript", "profiling", "instrumentation", "logging" ], "repository": { "type": "git", "url": "https://github.com/uber-web/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": [ "./src/env/globals.js", "./src/lib/globals.js" ], "gitHead": "b595a8ba3314bc7a745db02661cb06912c26e337" }