- 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/wide-align/package.json
rceaed42 r59329aa 1 1 { 2 "name": "wide-align", 3 "version": "1.1.3", 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", 11 "_inBundle": false, 12 "_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", 13 "_location": "/wide-align", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "wide-align@1.1.3", 19 "name": "wide-align", 20 "escapedName": "wide-align", 21 "rawSpec": "1.1.3", 22 "saveSpec": null, 23 "fetchSpec": "1.1.3" 24 }, 25 "_requiredBy": [ 26 "/gauge" 27 ], 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", 31 "author": { 32 "name": "Rebecca Turner", 33 "email": "me@re-becca.org", 34 "url": "http://re-becca.org/" 35 }, 36 "bugs": { 37 "url": "https://github.com/iarna/wide-align/issues" 38 }, 39 "dependencies": { 40 "string-width": "^1.0.2 || 2" 41 }, 4 42 "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", 5 "main": "align.js", 6 "scripts": { 7 "test": "tap --coverage test/*.js", 8 "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json" 43 "devDependencies": { 44 "tap": "10 || 11 || 12" 9 45 }, 46 "files": [ 47 "align.js" 48 ], 49 "homepage": "https://github.com/iarna/wide-align#readme", 10 50 "keywords": [ 11 51 "wide", … … 16 56 "align" 17 57 ], 18 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",19 58 "license": "ISC", 59 "main": "align.js", 60 "name": "wide-align", 20 61 "repository": { 21 62 "type": "git", 22 "url": " https://github.com/iarna/wide-align"63 "url": "git+https://github.com/iarna/wide-align.git" 23 64 }, 24 "dependencies": { 25 "string-width": "^1.0.2 || 2" 65 "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" 26 68 }, 27 "devDependencies": { 28 "tap": "10 || 11 || 12" 29 }, 30 "files": [ 31 "align.js" 32 ] 69 "version": "1.1.3" 33 70 }
Note:
See TracChangeset
for help on using the changeset viewer.