| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 | {  "_args": [    [      "deep-equal@1.1.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_from": "deep-equal@1.1.1",  "_id": "deep-equal@1.1.1",  "_inBundle": false,  "_integrity": "sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o=",  "_location": "/deep-equal",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "deep-equal@1.1.1",    "name": "deep-equal",    "escapedName": "deep-equal",    "rawSpec": "1.1.1",    "saveSpec": null,    "fetchSpec": "1.1.1"  },  "_requiredBy": [    "/bonjour",    "/quill",    "/quill-delta"  ],  "_resolved": "https://registry.nlark.com/deep-equal/download/deep-equal-1.1.1.tgz",  "_spec": "1.1.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "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  },  "bugs": {    "url": "https://github.com/substack/node-deep-equal/issues"  },  "dependencies": {    "is-arguments": "^1.0.4",    "is-date-object": "^1.0.1",    "is-regex": "^1.0.4",    "object-is": "^1.0.1",    "object-keys": "^1.1.1",    "regexp.prototype.flags": "^1.2.0"  },  "description": "node's assert.deepEqual algorithm",  "devDependencies": {    "@ljharb/eslint-config": "^15.0.1",    "auto-changelog": "^1.16.2",    "eslint": "^6.6.0",    "safe-publish-latest": "^1.1.4",    "tape": "^4.11.0"  },  "directories": {    "lib": ".",    "example": "example",    "test": "test"  },  "funding": {    "url": "https://github.com/sponsors/ljharb"  },  "homepage": "https://github.com/substack/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/substack/node-deep-equal.git"  },  "scripts": {    "lint": "eslint .",    "posttest": "npx aud",    "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": "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": "1.1.1"}
 |