File: /datos/www/www.colombia.co/public_html/node_modules/ua-parser-js/package.json
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "1.0.2",
"author": "Faisal Salman <[email protected]> (http://faisalman.com)",
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
"keywords": [
"user-agent",
"parser",
"browser",
"engine",
"os",
"device",
"cpu",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://github.com/faisalman/ua-parser-js",
"contributors": [
"Aamir Poonawalla <[email protected]>",
"Admas <[email protected]>",
"algenon <[email protected]>",
"Alvin Portillo <[email protected]>",
"Amumu <[email protected]>",
"Andrea Vaghi <[email protected]>",
"Anton Zhiyanov <[email protected]>",
"Arturo Mejia <[email protected]>",
"Arun Rama Reddy <[email protected]>",
"Austin Pray <[email protected]>",
"Bendeguz <[email protected]>",
"Benjamin Bertrand <[email protected]>",
"Benjamin Urban <[email protected]>",
"boneyao <[email protected]>",
"Carl C Von Lewin <[email protected]>",
"CESAR RAMOS <[email protected]>",
"Chad Killingsworth <[email protected]>",
"Christopher De Cairos <[email protected]>",
"Cyrille David <[email protected]>",
"Dario Vladovic <[email protected]>",
"David Annez <[email protected]>",
"Davit Barbakadze <[email protected]>",
"ddivernois <[email protected]>",
"Deliaz <[email protected]>",
"Demis Palma <[email protected]>",
"dhoko <[email protected]>",
"dianhe <[email protected]>",
"dineshks1 <[email protected]@outlook.com>",
"Dmitry Tyschenko <[email protected]>",
"Douglas Li <[email protected]>",
"Dumitru Uzun <[email protected]>",
"Dustin <[email protected]>",
"Elchin Valiyev <[email protected]>",
"Emil Hesslow <[email protected]>",
"Eric Redon <[email protected]>",
"Eric Schrenker <[email protected]>",
"Erik Hesselink <[email protected]>",
"Fabian Becker <[email protected]>",
"Faisal Salman <[email protected]>",
"Frédéric Camblor <[email protected]>",
"Frederik Ring <[email protected]>",
"Gerald Host <[email protected]>",
"Germán M. Bravo <[email protected]>",
"Grigory Dmitrenko <[email protected]>",
"gulpin <[email protected]>",
"Hendrik Helwich <[email protected]>",
"Hermann Ebert <[email protected]>",
"hr6r <[email protected]>",
"Igor Topal <[email protected]>",
"Ildar Kamalov <[email protected]>",
"insanehong <[email protected]>",
"jackpoll <[email protected]>",
"Jake Mc <[email protected]>",
"JBYoshi <[email protected]>",
"Joey Parrish <[email protected]>",
"John Tantalo <[email protected]>",
"John Yanarella <[email protected]>",
"Jon Buckley <[email protected]>",
"Josh Goldberg <[email protected]>",
"Junki-Ishida <[email protected]>",
"Kendall Buchanan <[email protected]>",
"Lee Treveil <[email protected]>",
"leonardo <[email protected]>",
"Levente Balogh <[email protected]>",
"Liam Quinn <[email protected]>",
"Lithin <[email protected]>",
"ll-syber <[email protected]>",
"Loris Guignard <[email protected]>",
"Lukas Drgon <[email protected]>",
"Lukas Eipert <[email protected]>",
"Malash <[email protected]>",
"Martynas <[email protected]>",
"Masahiko Sato <[email protected]>",
"Matt Brophy <[email protected]>",
"Matthew Origer <[email protected]>",
"Maximilian Haupt <[email protected]>",
"Max Maurer <[email protected]>",
"Max Nordlund <[email protected]>",
"Michael Hess <[email protected]>",
"MimyyK <[email protected]>",
"naoh <[email protected]>",
"Nicholas Ionata <[email protected]>",
"Nikhil Motiani <[email protected]>",
"Nik Rolls <[email protected]>",
"nionata <[email protected]>",
"niris <[email protected]>",
"Nobuo Okada <[email protected]>",
"o.drapeza <[email protected]>",
"otakuSiD <[email protected]>",
"patrick-nurt <[email protected]>",
"Pavel Studeny <[email protected]>",
"Peter Dave Hello <[email protected]>",
"philippsimon <[email protected]>",
"Pieter Hendrickx <[email protected]>",
"Piper Chester <[email protected]>",
"Queen Vinyl Darkscratch <[email protected]>",
"Raine Makelainen <[email protected]>",
"Raman Savaryn <[email protected]>",
"Robert Tod <[email protected]>",
"roman.savarin <[email protected]>",
"Ron Korland <[email protected]>",
"Ross Noble <[email protected]>",
"ruicong <[email protected]>",
"Sandro Sonntag <[email protected]>",
"sgautrea <[email protected]>",
"Shane Gautreau <[email protected]>",
"Shane Thacker <[email protected]>",
"Shreedhar <[email protected]>",
"Simon Eisenmann <[email protected]>",
"Simon Lang <[email protected]>",
"Stiekel <[email protected]>",
"sUP <[email protected]>",
"Sylvain Gizard <[email protected]>",
"szchenghuang <[email protected]>",
"Tanguy Krotoff <[email protected]>",
"Tony Tomarchio <[email protected]>",
"Ulrich Schmidt <[email protected]>",
"Vadim Kurachevsky <[email protected]>",
"Yılmaz <[email protected]>",
"yuanyang <[email protected]>",
"Yun Young-jin <[email protected]>",
"Zach Bjornson <[email protected]>"
],
"main": "src/ua-parser.js",
"scripts": {
"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",
"test": "jshint src/ua-parser.js && mocha -R nyan test/test.js",
"test-ci": "jshint src/ua-parser.js && mocha -R spec test/test.js",
"verup": "node ./node_modules/verup",
"version": "node ./node_modules/verup 0"
},
"verup": {
"files": [
"bower.json",
"package.js",
"src/ua-parser.js"
],
"regs": [
"^((?:\\$|(\\s*\\*\\s*@)|(\\s*(?:var|,)?\\s+))(?:LIBVERSION|version)[\\s\\:='\"]+)([0-9]+(?:\\.[0-9]+){2,2})",
"^(\\/?\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})"
]
},
"devDependencies": {
"@babel/parser": "7.15.8",
"@babel/traverse": "7.15.4",
"jshint": "~2.12.0",
"mocha": "~8.2.0",
"requirejs": "^2.3.2",
"safe-regex": "^2.1.1",
"uglify-js": "~3.12.0",
"verup": "^1.3.x"
},
"repository": {
"type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git"
},
"license": "MIT",
"engines": {
"node": "*"
},
"directories": {
"dist": "dist",
"src": "src",
"test": "test"
},
"bugs": "https://github.com/faisalman/ua-parser-js/issues",
"demo": "https://faisalman.github.io/ua-parser-js",
"download": "https://raw.github.com/faisalman/ua-parser-js/master/dist/ua-parser.min.js",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/ua-parser-js"
},
{
"type": "paypal",
"url": "https://paypal.me/faisalman"
}
]
}