This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/bowser/package.json
2024-05-26 22:54:55 +02:00

113 lines
3.1 KiB
JSON

{
"_from": "bowser@^2.11.0",
"_id": "bowser@2.11.0",
"_inBundle": false,
"_integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==",
"_location": "/bowser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bowser@^2.11.0",
"name": "bowser",
"escapedName": "bowser",
"rawSpec": "^2.11.0",
"saveSpec": null,
"fetchSpec": "^2.11.0"
},
"_requiredBy": [
"/@aws-sdk/util-user-agent-browser",
"/@smithy/util-defaults-mode-browser"
],
"_resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
"_shasum": "5ca3c35757a7aa5771500c70a73a9f91ef420a8f",
"_spec": "bowser@^2.11.0",
"_where": "/home/dorians/cronjob/node_modules/@aws-sdk/util-user-agent-browser",
"author": {
"name": "Dustin Diaz",
"email": "dustin@dustindiaz.com",
"url": "http://dustindiaz.com"
},
"ava": {
"require": [
"@babel/register"
]
},
"browser": "es5.js",
"bugs": {
"url": "https://github.com/lancedikson/bowser/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Denis Demchenko",
"url": "http://twitter.com/lancedikson"
}
],
"deprecated": false,
"description": "Lightweight browser detector",
"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"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/lancedikson/bowser",
"keywords": [
"browser",
"useragent",
"user-agent",
"parser",
"ua",
"detection",
"ender",
"sniff"
],
"license": "MIT",
"main": "es5.js",
"module": "src/bowser.js",
"name": "bowser",
"repository": {
"type": "git",
"url": "git+https://github.com/lancedikson/bowser.git"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
"generate-docs": "jsdoc -c jsdoc.json",
"lint": "eslint ./src",
"prepublishOnly": "npm run build",
"test": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch",
"testem": "testem",
"watch": "webpack --watch --config webpack.config.js"
},
"types": "index.d.ts",
"version": "2.11.0"
}