| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 | {  "_args": [    [      "is-core-module@2.8.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "is-core-module@2.8.1",  "_id": "is-core-module@2.8.1",  "_inBundle": false,  "_integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",  "_location": "/is-core-module",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "is-core-module@2.8.1",    "name": "is-core-module",    "escapedName": "is-core-module",    "rawSpec": "2.8.1",    "saveSpec": null,    "fetchSpec": "2.8.1"  },  "_requiredBy": [    "/resolve"  ],  "_resolved": "https://registry.npmmirror.com/is-core-module/download/is-core-module-2.8.1.tgz",  "_spec": "2.8.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "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/inspect-js/is-core-module/issues"  },  "dependencies": {    "has": "^1.0.3"  },  "description": "Is this specifier a node.js core module?",  "devDependencies": {    "@ljharb/eslint-config": "^20.1.0",    "aud": "^1.1.5",    "auto-changelog": "^2.3.0",    "eslint": "^8.6.0",    "nyc": "^10.3.2",    "safe-publish-latest": "^2.0.0",    "semver": "^6.3.0",    "tape": "^5.4.0"  },  "exports": {    ".": [      {        "default": "./index.js"      },      "./index.js"    ],    "./package.json": "./package.json"  },  "funding": {    "url": "https://github.com/sponsors/ljharb"  },  "homepage": "https://github.com/inspect-js/is-core-module",  "keywords": [    "core",    "modules",    "module",    "npm",    "node",    "dependencies"  ],  "license": "MIT",  "main": "index.js",  "name": "is-core-module",  "repository": {    "type": "git",    "url": "git+https://github.com/inspect-js/is-core-module.git"  },  "scripts": {    "lint": "eslint .",    "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)\")\"",    "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"  },  "sideEffects": false,  "version": "2.8.1"}
 |