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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "bytes@3.1.0",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "bytes@3.1.0",
    10   "_id": "bytes@3.1.0",
     2  "_from": "bytes@3.0.0",
     3  "_id": "bytes@3.0.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
     5  "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
    136  "_location": "/bytes",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "bytes@3.1.0",
     11    "raw": "bytes@3.0.0",
    1912    "name": "bytes",
    2013    "escapedName": "bytes",
    21     "rawSpec": "3.1.0",
     14    "rawSpec": "3.0.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "3.1.0"
     16    "fetchSpec": "3.0.0"
    2417  },
    2518  "_requiredBy": [
    26     "/body-parser",
    27     "/raw-body"
     19    "/compression"
    2820  ],
    29   "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
    30   "_spec": "3.1.0",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
     22  "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
     23  "_spec": "bytes@3.0.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\compression",
    3225  "author": {
    3326    "name": "TJ Holowaychuk",
     
    3831    "url": "https://github.com/visionmedia/bytes.js/issues"
    3932  },
     33  "bundleDependencies": false,
    4034  "contributors": [
    4135    {
     
    4842    }
    4943  ],
     44  "deprecated": false,
    5045  "description": "Utility to parse a string bytes to bytes and vice-versa",
    5146  "devDependencies": {
    52     "eslint": "5.12.1",
    53     "mocha": "5.2.0",
    54     "nyc": "13.1.0"
     47    "mocha": "2.5.3",
     48    "nyc": "10.3.2"
    5549  },
    5650  "engines": {
     
    8074  },
    8175  "scripts": {
    82     "lint": "eslint .",
    8376    "test": "mocha --check-leaks --reporter spec",
    8477    "test-ci": "nyc --reporter=text npm test",
    8578    "test-cov": "nyc --reporter=html --reporter=text npm test"
    8679  },
    87   "version": "3.1.0"
     80  "version": "3.0.0"
    8881}
Note: See TracChangeset for help on using the changeset viewer.