Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/wide-align/package.json

    r59329aa re29cc2e  
    11{
    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",
    115  "_inBundle": false,
    12   "_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
     6  "_integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
    137  "_location": "/wide-align",
    148  "_phantomChildren": {},
    159  "_requested": {
    16     "type": "version",
     10    "type": "range",
    1711    "registry": true,
    18     "raw": "wide-align@1.1.3",
     12    "raw": "wide-align@^1.1.0",
    1913    "name": "wide-align",
    2014    "escapedName": "wide-align",
    21     "rawSpec": "1.1.3",
     15    "rawSpec": "^1.1.0",
    2216    "saveSpec": null,
    23     "fetchSpec": "1.1.3"
     17    "fetchSpec": "^1.1.0"
    2418  },
    2519  "_requiredBy": [
    2620    "/gauge"
    2721  ],
    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",
    3126  "author": {
    3227    "name": "Rebecca Turner",
     
    3732    "url": "https://github.com/iarna/wide-align/issues"
    3833  },
     34  "bundleDependencies": false,
    3935  "dependencies": {
    40     "string-width": "^1.0.2 || 2"
     36    "string-width": "^1.0.2 || 2 || 3 || 4"
    4137  },
     38  "deprecated": false,
    4239  "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
    4340  "devDependencies": {
    44     "tap": "10 || 11 || 12"
     41    "tap": "*"
    4542  },
    4643  "files": [
     
    6461  },
    6562  "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"
    6864  },
    69   "version": "1.1.3"
     65  "version": "1.1.5"
    7066}
Note: See TracChangeset for help on using the changeset viewer.