tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

96 lines
2.1 KiB

{
"_from": "ora",
"_id": "ora@6.0.1",
"_inBundle": false,
"_integrity": "sha1-aMqp/WxIWkDW9GxQo5QPo9+Zx/M=",
"_location": "/ora",
"_phantomChildren": {
"onetime": "5.1.2",
"signal-exit": "3.0.5"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ora",
"name": "ora",
"escapedName": "ora",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://r.cnpmjs.org/ora/download/ora-6.0.1.tgz",
"_shasum": "68caa9fd6c485a40d6f46c50a3940fa3df99c7f3",
"_spec": "ora",
"_where": "E:\\work\\code\\tis-cli",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ora/issues"
},
"bundleDependencies": false,
"dependencies": {
"bl": "^5.0.0",
"chalk": "^4.1.2",
"cli-cursor": "^4.0.0",
"cli-spinners": "^2.6.0",
"is-interactive": "^2.0.0",
"is-unicode-supported": "^1.1.0",
"log-symbols": "^5.0.0",
"strip-ansi": "^7.0.1",
"wcwidth": "^1.0.1"
},
"deprecated": false,
"description": "Elegant terminal spinner",
"devDependencies": {
"@types/node": "^16.9.1",
"ava": "^3.15.0",
"get-stream": "^6.0.1",
"transform-tty": "^1.0.11",
"tsd": "^0.17.0",
"xo": "^0.44.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"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"
},
"type": "module",
"version": "6.0.1"
}