Changeset 59329aa for trip-planner-front/node_modules/gauge/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/gauge/package.json
rceaed42 r59329aa 1 1 { 2 "name": "gauge", 3 "version": "2.7.4", 4 "description": "A terminal based horizontal guage", 5 "main": "index.js", 6 "scripts": { 7 "test": "standard && tap test/*.js --coverage", 8 "prepublish": "rm -f *~" 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" 9 17 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/iarna/gauge" 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" 13 27 }, 14 "keywords": [ 15 "progressbar", 16 "progress", 17 "gauge" 28 "_requiredBy": [ 29 "/npmlog" 18 30 ], 19 "author": "Rebecca Turner <me@re-becca.org>", 20 "license": "ISC", 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 }, 21 38 "bugs": { 22 39 "url": "https://github.com/iarna/gauge/issues" 23 40 }, 24 "homepage": "https://github.com/iarna/gauge",25 41 "dependencies": { 26 42 "aproba": "^1.0.3", … … 33 49 "wide-align": "^1.1.0" 34 50 }, 51 "description": "A terminal based horizontal guage", 35 52 "devDependencies": { 36 53 "readable-stream": "^2.0.6", … … 60 77 "themes.js", 61 78 "wide-truncate.js" 62 ] 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" 63 98 }
Note:
See TracChangeset
for help on using the changeset viewer.