1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/cli-spinners/package.json

78 lines
1.9 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "cli-spinners@^0.2.0",
2023-12-18 13:12:25 +08:00
"_id": "cli-spinners@0.2.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-1sdlgy47mFLr4OfiKC/raeqJ4Jt6oZskLs51esqe/rFqcR23DNF++CbsDpv3hsvwGWHA/+lnxf4xdDtZZtkPBA==",
2023-12-18 13:12:25 +08:00
"_location": "/cli-spinners",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "cli-spinners@^0.2.0",
2023-12-18 13:12:25 +08:00
"name": "cli-spinners",
"escapedName": "cli-spinners",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.2.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.2.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/ora"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-0.2.0.tgz",
"_shasum": "85078737913b880f6ec9ffe7b65e83ec7776284f",
"_spec": "cli-spinners@^0.2.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\ora",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cli-spinners/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Spinners for use in the terminal",
"devDependencies": {
"ava": "*",
"log-update": "^1.0.2",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"spinners.json"
],
"homepage": "https://github.com/sindresorhus/cli-spinners#readme",
"keywords": [
"cli",
"spinner",
"spinners",
"terminal",
"term",
"console",
"ascii",
"unicode",
"loading",
"indicator",
"progress",
"busy",
"wait",
"idle",
"json"
],
"license": "MIT",
"name": "cli-spinners",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cli-spinners.git"
},
"scripts": {
"asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
"test": "xo && ava"
},
"version": "0.2.0"
}