{
  "_args": [
    [
      "deep-equal@2.0.4",
      "/var/www/html"
    ]
  ],
  "_from": "deep-equal@2.0.4",
  "_id": "deep-equal@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-BUfaXrVoCfgkOQY/b09QdO9L3XNoF2XH0A3aY9IQwQL/ZjLOe8FQgCNVl1wiolhsFo8kFdO9zdPViCPbmaJA5w==",
  "_location": "/deep-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deep-equal@2.0.4",
    "name": "deep-equal",
    "escapedName": "deep-equal",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/broadway/utile",
    "/prompt/utile"
  ],
  "_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/var/www/html",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "browser": {
    "assert.js": false
  },
  "bugs": {
    "url": "https://github.com/inspect-js/node-deep-equal/issues"
  },
  "contributors": [
    {
      "name": "James Halliday",
      "email": "mail@substack.net",
      "url": "https://substack.net"
    },
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com"
    }
  ],
  "dependencies": {
    "es-abstract": "^1.18.0-next.1",
    "es-get-iterator": "^1.1.0",
    "is-arguments": "^1.0.4",
    "is-date-object": "^1.0.2",
    "is-regex": "^1.1.1",
    "isarray": "^2.0.5",
    "object-is": "^1.1.3",
    "object-keys": "^1.1.1",
    "object.assign": "^4.1.1",
    "regexp.prototype.flags": "^1.3.0",
    "side-channel": "^1.0.3",
    "which-boxed-primitive": "^1.0.1",
    "which-collection": "^1.0.1",
    "which-typed-array": "^1.1.2"
  },
  "description": "node's assert.deepEqual algorithm",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.2.0",
    "aud": "^1.1.2",
    "auto-changelog": "^2.2.1",
    "eslint": "^7.10.0",
    "has-symbols": "^1.0.1",
    "has-typed-arrays": "^1.0.0",
    "nyc": "^10.3.2",
    "object.getownpropertydescriptors": "^2.1.0",
    "safe-publish-latest": "^1.1.4",
    "semver": "^6.3.0",
    "tape": "^5.0.1"
  },
  "directories": {
    "lib": ".",
    "example": "example",
    "test": "test"
  },
  "exports": {
    ".": [
      {
        "default": "./index.js"
      },
      "./index.js"
    ],
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "greenkeeper": {
    "ignore": [
      "nyc",
      "semver"
    ]
  },
  "homepage": "https://github.com/inspect-js/node-deep-equal#readme",
  "keywords": [
    "equality",
    "equal",
    "compare"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "deep-equal",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/inspect-js/node-deep-equal.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": "nyc tape test/*",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": {
      "ie": [
        6,
        7,
        8,
        9
      ],
      "ff": [
        3.5,
        10,
        15
      ],
      "chrome": [
        10,
        22
      ],
      "safari": [
        5.1
      ],
      "opera": [
        12
      ]
    }
  },
  "version": "2.0.4"
}
