source: trip-planner-front/node_modules/ora/package.json@ bdd6491

Last change on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "ora@5.4.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ora@5.4.1",
10 "_id": "ora@5.4.1",
11 "_inBundle": false,
12 "_integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
13 "_location": "/ora",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ora@5.4.1",
19 "name": "ora",
20 "escapedName": "ora",
21 "rawSpec": "5.4.1",
22 "saveSpec": null,
23 "fetchSpec": "5.4.1"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular",
27 "/@angular-devkit/schematics",
28 "/@angular/cli",
29 "/inquirer"
30 ],
31 "_resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
32 "_spec": "5.4.1",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Sindre Sorhus",
36 "email": "sindresorhus@gmail.com",
37 "url": "https://sindresorhus.com"
38 },
39 "bugs": {
40 "url": "https://github.com/sindresorhus/ora/issues"
41 },
42 "dependencies": {
43 "bl": "^4.1.0",
44 "chalk": "^4.1.0",
45 "cli-cursor": "^3.1.0",
46 "cli-spinners": "^2.5.0",
47 "is-interactive": "^1.0.0",
48 "is-unicode-supported": "^0.1.0",
49 "log-symbols": "^4.1.0",
50 "strip-ansi": "^6.0.0",
51 "wcwidth": "^1.0.1"
52 },
53 "description": "Elegant terminal spinner",
54 "devDependencies": {
55 "@types/node": "^14.14.35",
56 "ava": "^2.4.0",
57 "get-stream": "^6.0.0",
58 "tsd": "^0.14.0",
59 "xo": "^0.38.2"
60 },
61 "engines": {
62 "node": ">=10"
63 },
64 "files": [
65 "index.js",
66 "index.d.ts"
67 ],
68 "funding": "https://github.com/sponsors/sindresorhus",
69 "homepage": "https://github.com/sindresorhus/ora#readme",
70 "keywords": [
71 "cli",
72 "spinner",
73 "spinners",
74 "terminal",
75 "term",
76 "console",
77 "ascii",
78 "unicode",
79 "loading",
80 "indicator",
81 "progress",
82 "busy",
83 "wait",
84 "idle"
85 ],
86 "license": "MIT",
87 "name": "ora",
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/sindresorhus/ora.git"
91 },
92 "scripts": {
93 "test": "xo && ava && tsd"
94 },
95 "version": "5.4.1"
96}
Note: See TracBrowser for help on using the repository browser.