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

88 lines
1.9 KiB
JSON

{
"_from": "ora@^0.3.0",
"_id": "ora@0.3.0",
"_inBundle": false,
"_integrity": "sha512-Ez3H81qHXy4hOL45ERXyttL0IIZM1hD/veopJFZYHdtzZzyVPUNjLR2yfNPBKlx9rjxnWP8Qt2n9Z/D5/DPV3Q==",
"_location": "/ora",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "ora@^0.3.0",
"name": "ora",
"escapedName": "ora",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/element-theme"
],
"_resolved": "https://registry.npmmirror.com/ora/-/ora-0.3.0.tgz",
"_shasum": "367a078ad25cfb096da501115eb5b401e07d7495",
"_spec": "ora@^0.3.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\element-theme",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ora/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^1.1.1",
"cli-cursor": "^1.0.2",
"cli-spinners": "^0.2.0",
"log-symbols": "^1.0.2"
},
"deprecated": false,
"description": "Elegant terminal spinner",
"devDependencies": {
"ava": "*",
"get-stream": "^2.3.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"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": "0.3.0",
"xo": {
"esnext": true
}
}