gittttup
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.
 

89 lines
1.8 KiB

{
"_args": [
[
"ora@4.0.2",
"E:\\mu_dist\\@xyx\\beer\\test-command"
]
],
"_from": "ora@4.0.2",
"_id": "ora@4.0.2",
"_inBundle": false,
"_integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==",
"_location": "/ora",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ora@4.0.2",
"name": "ora",
"escapedName": "ora",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "E:\\mu_dist\\@xyx\\beer\\test-command",
"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": "^3.1.0",
"cli-spinners": "^2.2.0",
"is-interactive": "^1.0.0",
"log-symbols": "^3.0.0",
"strip-ansi": "^5.2.0",
"wcwidth": "^1.0.1"
},
"description": "Elegant terminal spinner",
"devDependencies": {
"@types/node": "^12.7.5",
"ava": "^2.4.0",
"get-stream": "^5.1.0",
"tsd": "^0.8.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"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": "4.0.2"
}