{
  "_args": [
    [
      "document.contains@1.0.2",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "document.contains@1.0.2",
  "_id": "document.contains@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-YcvYFs15mX8m3AO1QNQy3BlIpSMfNRj3Ujk2BEJxsZG+HZf7/hZ6jr7mDpXrF8q+ff95Vef5yjhiZxm8CGJr6Q==",
  "_location": "/document.contains",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "document.contains@1.0.2",
    "name": "document.contains",
    "escapedName": "document.contains",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/react-outside-click-handler"
  ],
  "_resolved": "https://registry.npmjs.org/document.contains/-/document.contains-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false
  },
  "bugs": {
    "url": "https://github.com/ljharb/document.contains/issues"
  },
  "dependencies": {
    "define-properties": "^1.1.3"
  },
  "description": "Polyfill/shim for `document.contains`",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "@ljharb/eslint-config": "^17.1.0",
    "aud": "^1.1.2",
    "auto-changelog": "^2.0.0",
    "eslint": "^7.2.0",
    "safe-publish-latest": "^1.1.4"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/document.contains#readme",
  "keywords": [
    "contains",
    "document",
    "element",
    "node",
    "polyfill",
    "shim"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "document.contains",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/document.contains.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx 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)\")\"",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "es-shim-api --bound",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.0.2"
}
