| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "ora@3.0.0",
- "_id": "ora@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-LBS97LFe2RV6GJmXBi6OKcETKyklHNMV0xw7BtsVn2MlsgsydyZetSCbCANr+PFLmDyv4KV88nn0eCKza665Mg==",
- "_location": "/ora",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ora@3.0.0",
- "name": "ora",
- "escapedName": "ora",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmmirror.com/ora/-/ora-3.0.0.tgz",
- "_shasum": "8179e3525b9aafd99242d63cc206fd64732741d0",
- "_spec": "ora@3.0.0",
- "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/ora/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "chalk": "^2.3.1",
- "cli-cursor": "^2.1.0",
- "cli-spinners": "^1.1.0",
- "log-symbols": "^2.2.0",
- "strip-ansi": "^4.0.0",
- "wcwidth": "^1.0.1"
- },
- "deprecated": false,
- "description": "Elegant terminal spinner",
- "devDependencies": {
- "ava": "1.0.0-beta.6",
- "get-stream": "^3.0.0",
- "xo": "*"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js"
- ],
- "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"
- },
- "version": "3.0.0"
- }
|