- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/ua-parser-js/package.json
r59329aa re29cc2e 1 1 { 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", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==",5 "_integrity": "sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==", 13 6 "_location": "/ua-parser-js", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "ua-parser-js@ 0.7.28",11 "raw": "ua-parser-js@^0.7.30", 19 12 "name": "ua-parser-js", 20 13 "escapedName": "ua-parser-js", 21 "rawSpec": " 0.7.28",14 "rawSpec": "^0.7.30", 22 15 "saveSpec": null, 23 "fetchSpec": " 0.7.28"16 "fetchSpec": "^0.7.30" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/karma" 27 20 ], 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", 31 25 "author": { 32 26 "name": "Faisal Salman", … … 37 31 "url": "https://github.com/faisalman/ua-parser-js/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "contributors": [ 40 35 { … … 528 523 ], 529 524 "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", 531 527 "devDependencies": { 528 "@babel/parser": "7.15.8", 529 "@babel/traverse": "7.15.4", 532 530 "jshint": "~2.12.0", 533 531 "mocha": "~8.2.0", … … 576 574 }, 577 575 "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", 579 577 "test": "jshint src/ua-parser.js && mocha -R nyan test/test.js", 580 578 "test-ci": "jshint src/ua-parser.js && mocha -R spec test/test.js", … … 583 581 }, 584 582 "title": "UAParser.js", 585 "version": "0.7. 28",583 "version": "0.7.31", 586 584 "verup": { 587 585 "files": [ … … 592 590 "regs": [ 593 591 "^((?:\\$|(\\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})" 595 593 ] 596 594 }
Note:
See TracChangeset
for help on using the changeset viewer.