{
  "name": "side-channel",
  "version": "1.1.0",
  "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/side-channel.git"
  },
  "author": "Jordan Harband <ljharb@gmail.com>",
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "license": "MIT",
  "homepage": "https://github.com/ljharb/side-channel#readme",
  "dependencies": {
    "es-errors": "^1.3.0",
    "object-inspect": "^1.13.3",
    "side-channel-list": "^1.0.0",
    "side-channel-map": "^1.0.1",
    "side-channel-weakmap": "^1.0.2"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.1",
    "@ljharb/eslint-config": "^21.1.1",
    "@ljharb/tsconfig": "^0.2.2",
    "@types/object-inspect": "^1.13.0",
    "@types/tape": "^5.6.5",
    "auto-changelog": "^2.5.0",
    "eclint": "^2.8.1",
    "encoding": "^0.1.13",
    "eslint": "=8.8.0",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.9.0",
    "typescript": "next"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "engines": {
    "node": ">= 0.4"
  }
}