{
  "_args": [
    [
      "side-channel@1.0.5",
      "/var/www/html/moro-staging"
    ]
  ],
  "_from": "side-channel@1.0.5",
  "_id": "side-channel@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==",
  "_location": "/side-channel",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "side-channel@1.0.5",
    "name": "side-channel",
    "escapedName": "side-channel",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/internal-slot",
    "/qs",
    "/url/qs"
  ],
  "_resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "/var/www/html/moro-staging",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/ljharb/side-channel/issues"
  },
  "dependencies": {
    "call-bind": "^1.0.6",
    "es-errors": "^1.3.0",
    "get-intrinsic": "^1.2.4",
    "object-inspect": "^1.13.1"
  },
  "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "aud": "^2.0.4",
    "auto-changelog": "^2.4.0",
    "eclint": "^2.8.1",
    "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.7.4"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": [
      {
        "default": "./index.js"
      },
      "./index.js"
    ]
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/side-channel#readme",
  "keywords": [
    "weakmap",
    "map",
    "side",
    "channel",
    "metadata"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "side-channel",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/side-channel.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.0.5"
}
