{
  "name": "dc-polyfill",
  "version": "0.1.11",
  "description": "A polyfill for the internal diagnostics_channel module",
  "main": "dc-polyfill.js",
  "exports": {
    "require": "./dc-polyfill.js",
    "import": "./dc-polyfill.mjs"
  },
  "scripts": {
    "test": "./test.sh",
    "lint": "eslint .",
    "limits": "./limitation.js"
  },
  "keywords": [
    "diagnostics",
    "channel",
    "diagnostics_channel",
    "tracing",
    "TracingChannel"
  ],
  "author": "Thomas Hunter II <tlhunter@datadog.com>",
  "license": "MIT",
  "homepage": "https://github.com/dataDog/dc-polyfill/#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/DataDog/dc-polyfill"
  },
  "bugs": {
    "url": "https://github.com/DataDog/dc-polyfill/issues"
  },
  "devDependencies": {
    "@eslint/js": "^9.2.0",
    "eslint": "^9.2.0",
    "globals": "^15.1.0",
    "tape": "^5.6.6"
  },
  "limits": {
    "packedSize": 10000,
    "unpackedSize": 35000,
    "maxDependencies": 0
  },
  "engines": {
    "node": ">=12.17"
  }
}
