Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/bowser/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "bowser", "version": "2.11.0", "description": "Lightweight browser detector", "keywords": [ "browser", "useragent", "user-agent", "parser", "ua", "detection", "ender", "sniff" ], "homepage": "https://github.com/lancedikson/bowser", "author": "Dustin Diaz <[email protected]> (http://dustindiaz.com)", "contributors": [ { "name": "Denis Demchenko", "url": "http://twitter.com/lancedikson" } ], "main": "es5.js", "browser": "es5.js", "module": "src/bowser.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/lancedikson/bowser.git" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.8.0", "@babel/polyfill": "^7.8.3", "@babel/preset-env": "^7.8.2", "@babel/register": "^7.8.3", "ava": "^3.0.0", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-istanbul": "^6.0.0", "compression-webpack-plugin": "^4.0.0", "coveralls": "^3.0.6", "docdash": "^1.1.1", "eslint": "^6.5.1", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-ava": "^10.0.0", "eslint-plugin-import": "^2.18.2", "gh-pages": "^3.0.0", "jsdoc": "^3.6.3", "nyc": "^15.0.0", "sinon": "^9.0.0", "testem": "^3.0.0", "webpack": "^4.41.0", "webpack-bundle-analyzer": "^3.5.2", "webpack-cli": "^3.3.9", "yamljs": "^0.3.0" }, "ava": { "require": [ "@babel/register" ] }, "bugs": { "url": "https://github.com/lancedikson/bowser/issues" }, "directories": { "test": "test" }, "scripts": { "build": "webpack --config webpack.config.js", "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "watch": "webpack --watch --config webpack.config.js", "prepublishOnly": "npm run build", "lint": "eslint ./src", "testem": "testem", "test": "nyc --reporter=html --reporter=text ava", "test:watch": "ava --watch", "coverage": "nyc report --reporter=text-lcov | coveralls", "generate-docs": "jsdoc -c jsdoc.json" }, "license": "MIT" }