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

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

primeNG components

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