Changeset e29cc2e for trip-planner-front/node_modules/wide-align
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/wide-align
- Files:
-
- 13 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/wide-align/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "wide-align@1.1.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "wide-align@1.1.3", 10 "_id": "wide-align@1.1.3", 2 "//": "But not version 5 of string-width, as that's ESM only", 3 "_from": "wide-align@^1.1.0", 4 "_id": "wide-align@1.1.5", 11 5 "_inBundle": false, 12 "_integrity": "sha512- QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",6 "_integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", 13 7 "_location": "/wide-align", 14 8 "_phantomChildren": {}, 15 9 "_requested": { 16 "type": " version",10 "type": "range", 17 11 "registry": true, 18 "raw": "wide-align@ 1.1.3",12 "raw": "wide-align@^1.1.0", 19 13 "name": "wide-align", 20 14 "escapedName": "wide-align", 21 "rawSpec": " 1.1.3",15 "rawSpec": "^1.1.0", 22 16 "saveSpec": null, 23 "fetchSpec": " 1.1.3"17 "fetchSpec": "^1.1.0" 24 18 }, 25 19 "_requiredBy": [ 26 20 "/gauge" 27 21 ], 28 "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", 29 "_spec": "1.1.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 22 "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", 23 "_shasum": "df1d4c206854369ecf3c9a4898f1b23fbd9d15d3", 24 "_spec": "wide-align@^1.1.0", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\gauge", 31 26 "author": { 32 27 "name": "Rebecca Turner", … … 37 32 "url": "https://github.com/iarna/wide-align/issues" 38 33 }, 34 "bundleDependencies": false, 39 35 "dependencies": { 40 "string-width": "^1.0.2 || 2 "36 "string-width": "^1.0.2 || 2 || 3 || 4" 41 37 }, 38 "deprecated": false, 42 39 "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", 43 40 "devDependencies": { 44 "tap": " 10 || 11 || 12"41 "tap": "*" 45 42 }, 46 43 "files": [ … … 64 61 }, 65 62 "scripts": { 66 "test": "tap --coverage test/*.js", 67 "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json" 63 "test": "tap --coverage test/*.js" 68 64 }, 69 "version": "1.1. 3"65 "version": "1.1.5" 70 66 }
Note:
See TracChangeset
for help on using the changeset viewer.