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/wrap-ansi/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "wrap-ansi@7.0.0",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "wrap-ansi@7.0.0",
    10   "_id": "wrap-ansi@7.0.0",
     2  "_from": "wrap-ansi@^5.1.0",
     3  "_id": "wrap-ansi@5.1.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
     5  "_integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
    136  "_location": "/wrap-ansi",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "wrap-ansi@7.0.0",
     11    "raw": "wrap-ansi@^5.1.0",
    1912    "name": "wrap-ansi",
    2013    "escapedName": "wrap-ansi",
    21     "rawSpec": "7.0.0",
     14    "rawSpec": "^5.1.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "7.0.0"
     16    "fetchSpec": "^5.1.0"
    2417  },
    2518  "_requiredBy": [
    2619    "/cliui"
    2720  ],
    28   "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
    29   "_spec": "7.0.0",
    30   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
     22  "_shasum": "1fd1f67235d5b6d0fee781056001bfb694c03b09",
     23  "_spec": "wrap-ansi@^5.1.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cliui",
    3125  "author": {
    3226    "name": "Sindre Sorhus",
    3327    "email": "sindresorhus@gmail.com",
    34     "url": "https://sindresorhus.com"
     28    "url": "sindresorhus.com"
    3529  },
    3630  "bugs": {
    3731    "url": "https://github.com/chalk/wrap-ansi/issues"
    3832  },
     33  "bundleDependencies": false,
    3934  "dependencies": {
    40     "ansi-styles": "^4.0.0",
    41     "string-width": "^4.1.0",
    42     "strip-ansi": "^6.0.0"
     35    "ansi-styles": "^3.2.0",
     36    "string-width": "^3.0.0",
     37    "strip-ansi": "^5.0.0"
    4338  },
     39  "deprecated": false,
    4440  "description": "Wordwrap a string with ANSI escape codes",
    4541  "devDependencies": {
    46     "ava": "^2.1.0",
    47     "chalk": "^4.0.0",
     42    "ava": "^1.2.1",
     43    "chalk": "^2.4.2",
    4844    "coveralls": "^3.0.3",
    49     "has-ansi": "^4.0.0",
    50     "nyc": "^15.0.1",
    51     "xo": "^0.29.1"
     45    "has-ansi": "^3.0.0",
     46    "nyc": "^13.3.0",
     47    "xo": "^0.24.0"
    5248  },
    5349  "engines": {
    54     "node": ">=10"
     50    "node": ">=6"
    5551  },
    5652  "files": [
    5753    "index.js"
    5854  ],
    59   "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
    6055  "homepage": "https://github.com/chalk/wrap-ansi#readme",
    6156  "keywords": [
     
    9590    "test": "xo && nyc ava"
    9691  },
    97   "version": "7.0.0"
     92  "version": "5.1.0"
    9893}
Note: See TracChangeset for help on using the changeset viewer.