| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 | {  "_args": [    [      "supports-preserve-symlinks-flag@1.0.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "supports-preserve-symlinks-flag@1.0.0",  "_id": "supports-preserve-symlinks-flag@1.0.0",  "_inBundle": false,  "_integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",  "_location": "/supports-preserve-symlinks-flag",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "supports-preserve-symlinks-flag@1.0.0",    "name": "supports-preserve-symlinks-flag",    "escapedName": "supports-preserve-symlinks-flag",    "rawSpec": "1.0.0",    "saveSpec": null,    "fetchSpec": "1.0.0"  },  "_requiredBy": [    "/resolve"  ],  "_resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/download/supports-preserve-symlinks-flag-1.0.0.tgz",  "_spec": "1.0.0",  "_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  },  "browser": "./browser.js",  "bugs": {    "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"  },  "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",  "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"  },  "engines": {    "node": ">= 0.4"  },  "exports": {    ".": [      {        "browser": "./browser.js",        "default": "./index.js"      },      "./index.js"    ],    "./package.json": "./package.json"  },  "funding": {    "url": "https://github.com/sponsors/ljharb"  },  "homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",  "keywords": [    "node",    "flag",    "symlink",    "symlinks",    "preserve-symlinks"  ],  "license": "MIT",  "main": "./index.js",  "name": "supports-preserve-symlinks-flag",  "repository": {    "type": "git",    "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.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)\")\"",    "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": "1.0.0"}
 |