{
  "_args": [
    [
      "deep-equal@2.2.3",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "deep-equal@2.2.3",
  "_id": "deep-equal@2.2.3",
  "_inBundle": false,
  "_integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
  "_location": "/deep-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deep-equal@2.2.3",
    "name": "deep-equal",
    "escapedName": "deep-equal",
    "rawSpec": "2.2.3",
    "saveSpec": null,
    "fetchSpec": "2.2.3"
  },
  "_requiredBy": [
    "/fontkit"
  ],
  "_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
  "_spec": "2.2.3",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "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": {
    "array-buffer-byte-length": "^1.0.0",
    "call-bind": "^1.0.5",
    "es-get-iterator": "^1.1.3",
    "get-intrinsic": "^1.2.2",
    "is-arguments": "^1.1.1",
    "is-array-buffer": "^3.0.2",
    "is-date-object": "^1.0.5",
    "is-regex": "^1.1.4",
    "is-shared-array-buffer": "^1.0.2",
    "isarray": "^2.0.5",
    "object-is": "^1.1.5",
    "object-keys": "^1.1.1",
    "object.assign": "^4.1.4",
    "regexp.prototype.flags": "^1.5.1",
    "side-channel": "^1.0.4",
    "which-boxed-primitive": "^1.0.2",
    "which-collection": "^1.0.1",
    "which-typed-array": "^1.1.13"
  },
  "description": "node's assert.deepEqual algorithm",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "aud": "^2.0.3",
    "auto-changelog": "^2.4.0",
    "available-typed-arrays": "^1.0.5",
    "eslint": "=8.8.0",
    "for-each": "^0.3.3",
    "has-proto": "^1.0.1",
    "has-symbols": "^1.0.3",
    "has-typed-arrays": "^1.0.1",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.0",
    "nyc": "^10.3.2",
    "object.getownpropertydescriptors": "^2.1.7",
    "safe-publish-latest": "^2.0.0",
    "semver": "^6.3.1",
    "tape": "^5.7.2"
  },
  "directories": {
    "lib": ".",
    "example": "example",
    "test": "test"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    ".": [
      {
        "default": "./index.js"
      },
      "./index.js"
    ],
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/node-deep-equal#readme",
  "keywords": [
    "equality",
    "equal",
    "compare"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "deep-equal",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/inspect-js/node-deep-equal.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)\")\"",
    "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"
  },
  "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.2.3"
}
