| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | {  "_args": [    [      "ora@3.4.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "ora@3.4.0",  "_id": "ora@3.4.0",  "_inBundle": false,  "_integrity": "sha1-vwdSSRBZo+8+1MhQl1Md6f280xg=",  "_location": "/ora",  "_phantomChildren": {    "ansi-regex": "4.1.0",    "ansi-styles": "3.2.1",    "escape-string-regexp": "1.0.5",    "supports-color": "5.5.0"  },  "_requested": {    "type": "version",    "registry": true,    "raw": "ora@3.4.0",    "name": "ora",    "escapedName": "ora",    "rawSpec": "3.4.0",    "saveSpec": null,    "fetchSpec": "3.4.0"  },  "_requiredBy": [    "/@vue/cli-shared-utils"  ],  "_resolved": "https://registry.nlark.com/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1631556430183&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fora%2Fdownload%2Fora-3.4.0.tgz",  "_spec": "3.4.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "bugs": {    "url": "https://github.com/sindresorhus/ora/issues"  },  "dependencies": {    "chalk": "^2.4.2",    "cli-cursor": "^2.1.0",    "cli-spinners": "^2.0.0",    "log-symbols": "^2.2.0",    "strip-ansi": "^5.2.0",    "wcwidth": "^1.0.1"  },  "description": "Elegant terminal spinner",  "devDependencies": {    "@types/node": "^11.13.0",    "ava": "^1.4.1",    "get-stream": "^4.1.0",    "tsd": "^0.7.2",    "xo": "^0.24.0"  },  "engines": {    "node": ">=6"  },  "files": [    "index.js",    "index.d.ts"  ],  "homepage": "https://github.com/sindresorhus/ora#readme",  "keywords": [    "cli",    "spinner",    "spinners",    "terminal",    "term",    "console",    "ascii",    "unicode",    "loading",    "indicator",    "progress",    "busy",    "wait",    "idle"  ],  "license": "MIT",  "name": "ora",  "repository": {    "type": "git",    "url": "git+https://github.com/sindresorhus/ora.git"  },  "scripts": {    "test": "xo && ava && tsd"  },  "version": "3.4.0"}
 |