source: trip-planner-front/node_modules/gauge/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "gauge@2.7.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "gauge@2.7.4",
10 "_id": "gauge@2.7.4",
11 "_inBundle": false,
12 "_integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
13 "_location": "/gauge",
14 "_phantomChildren": {
15 "code-point-at": "1.1.0",
16 "number-is-nan": "1.0.1"
17 },
18 "_requested": {
19 "type": "version",
20 "registry": true,
21 "raw": "gauge@2.7.4",
22 "name": "gauge",
23 "escapedName": "gauge",
24 "rawSpec": "2.7.4",
25 "saveSpec": null,
26 "fetchSpec": "2.7.4"
27 },
28 "_requiredBy": [
29 "/npmlog"
30 ],
31 "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
32 "_spec": "2.7.4",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Rebecca Turner",
36 "email": "me@re-becca.org"
37 },
38 "bugs": {
39 "url": "https://github.com/iarna/gauge/issues"
40 },
41 "dependencies": {
42 "aproba": "^1.0.3",
43 "console-control-strings": "^1.0.0",
44 "has-unicode": "^2.0.0",
45 "object-assign": "^4.1.0",
46 "signal-exit": "^3.0.0",
47 "string-width": "^1.0.1",
48 "strip-ansi": "^3.0.1",
49 "wide-align": "^1.1.0"
50 },
51 "description": "A terminal based horizontal guage",
52 "devDependencies": {
53 "readable-stream": "^2.0.6",
54 "require-inject": "^1.4.0",
55 "standard": "^7.1.2",
56 "tap": "^5.7.2",
57 "through2": "^2.0.0"
58 },
59 "files": [
60 "base-theme.js",
61 "CHANGELOG.md",
62 "error.js",
63 "has-color.js",
64 "index.js",
65 "LICENSE",
66 "package.json",
67 "plumbing.js",
68 "process.js",
69 "progress-bar.js",
70 "README.md",
71 "render-template.js",
72 "set-immediate.js",
73 "set-interval.js",
74 "spin.js",
75 "template-item.js",
76 "theme-set.js",
77 "themes.js",
78 "wide-truncate.js"
79 ],
80 "homepage": "https://github.com/iarna/gauge",
81 "keywords": [
82 "progressbar",
83 "progress",
84 "gauge"
85 ],
86 "license": "ISC",
87 "main": "index.js",
88 "name": "gauge",
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/iarna/gauge.git"
92 },
93 "scripts": {
94 "prepublish": "rm -f *~",
95 "test": "standard && tap test/*.js --coverage"
96 },
97 "version": "2.7.4"
98}
Note: See TracBrowser for help on using the repository browser.