source: trip-planner-front/node_modules/wide-align/package.json@ b738035

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

primeNG components

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[6a3a178]1{
[e29cc2e]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",
[59329aa]5 "_inBundle": false,
[e29cc2e]6 "_integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
[59329aa]7 "_location": "/wide-align",
8 "_phantomChildren": {},
9 "_requested": {
[e29cc2e]10 "type": "range",
[59329aa]11 "registry": true,
[e29cc2e]12 "raw": "wide-align@^1.1.0",
[59329aa]13 "name": "wide-align",
14 "escapedName": "wide-align",
[e29cc2e]15 "rawSpec": "^1.1.0",
[59329aa]16 "saveSpec": null,
[e29cc2e]17 "fetchSpec": "^1.1.0"
[59329aa]18 },
19 "_requiredBy": [
20 "/gauge"
21 ],
[e29cc2e]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",
[59329aa]26 "author": {
27 "name": "Rebecca Turner",
28 "email": "me@re-becca.org",
29 "url": "http://re-becca.org/"
30 },
31 "bugs": {
32 "url": "https://github.com/iarna/wide-align/issues"
33 },
[e29cc2e]34 "bundleDependencies": false,
[59329aa]35 "dependencies": {
[e29cc2e]36 "string-width": "^1.0.2 || 2 || 3 || 4"
[59329aa]37 },
[e29cc2e]38 "deprecated": false,
[6a3a178]39 "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
[59329aa]40 "devDependencies": {
[e29cc2e]41 "tap": "*"
[6a3a178]42 },
[59329aa]43 "files": [
44 "align.js"
45 ],
46 "homepage": "https://github.com/iarna/wide-align#readme",
[6a3a178]47 "keywords": [
48 "wide",
49 "double",
50 "unicode",
51 "cjkv",
52 "pad",
53 "align"
54 ],
55 "license": "ISC",
[59329aa]56 "main": "align.js",
57 "name": "wide-align",
[6a3a178]58 "repository": {
59 "type": "git",
[59329aa]60 "url": "git+https://github.com/iarna/wide-align.git"
[6a3a178]61 },
[59329aa]62 "scripts": {
[e29cc2e]63 "test": "tap --coverage test/*.js"
[6a3a178]64 },
[e29cc2e]65 "version": "1.1.5"
[6a3a178]66}
Note: See TracBrowser for help on using the repository browser.