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/ua-parser-js/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "ua-parser-js@0.7.28",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "ua-parser-js@0.7.28",
    10   "_id": "ua-parser-js@0.7.28",
     2  "_from": "ua-parser-js@^0.7.30",
     3  "_id": "ua-parser-js@0.7.31",
    114  "_inBundle": false,
    12   "_integrity": "sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==",
     5  "_integrity": "sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==",
    136  "_location": "/ua-parser-js",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "ua-parser-js@0.7.28",
     11    "raw": "ua-parser-js@^0.7.30",
    1912    "name": "ua-parser-js",
    2013    "escapedName": "ua-parser-js",
    21     "rawSpec": "0.7.28",
     14    "rawSpec": "^0.7.30",
    2215    "saveSpec": null,
    23     "fetchSpec": "0.7.28"
     16    "fetchSpec": "^0.7.30"
    2417  },
    2518  "_requiredBy": [
    2619    "/karma"
    2720  ],
    28   "_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.28.tgz",
    29   "_spec": "0.7.28",
    30   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz",
     22  "_shasum": "649a656b191dffab4f21d5e053e27ca17cbff5c6",
     23  "_spec": "ua-parser-js@^0.7.30",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\karma",
    3125  "author": {
    3226    "name": "Faisal Salman",
     
    3731    "url": "https://github.com/faisalman/ua-parser-js/issues"
    3832  },
     33  "bundleDependencies": false,
    3934  "contributors": [
    4035    {
     
    528523  ],
    529524  "demo": "https://faisalman.github.io/ua-parser-js",
    530   "description": "Lightweight JavaScript-based user-agent string parser",
     525  "deprecated": false,
     526  "description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
    531527  "devDependencies": {
     528    "@babel/parser": "7.15.8",
     529    "@babel/traverse": "7.15.4",
    532530    "jshint": "~2.12.0",
    533531    "mocha": "~8.2.0",
     
    576574  },
    577575  "scripts": {
    578     "build": "uglifyjs src/ua-parser.js -o dist/ua-parser.min.js --comments && uglifyjs src/ua-parser.js -o dist/ua-parser.pack.js --comments --compress --mangle",
     576    "build": "uglifyjs src/ua-parser.js -o dist/ua-parser.min.js --comments '/^ UA/' && uglifyjs src/ua-parser.js -o dist/ua-parser.pack.js --comments '/^ UA/' --compress --mangle",
    579577    "test": "jshint src/ua-parser.js && mocha -R nyan test/test.js",
    580578    "test-ci": "jshint src/ua-parser.js && mocha -R spec test/test.js",
     
    583581  },
    584582  "title": "UAParser.js",
    585   "version": "0.7.28",
     583  "version": "0.7.31",
    586584  "verup": {
    587585    "files": [
     
    592590    "regs": [
    593591      "^((?:\\$|(\\s*\\*\\s*@)|(\\s*(?:var|,)?\\s+))(?:LIBVERSION|version)[\\s\\:='\"]+)([0-9]+(?:\\.[0-9]+){2,2})",
    594       "^(\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})"
     592      "^(\\/?\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})"
    595593    ]
    596594  }
Note: See TracChangeset for help on using the changeset viewer.