1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00
lancedikson_bowser/package.json

84 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2011-04-27 22:17:11 +00:00
{
2014-01-27 22:01:27 +00:00
"name": "bowser",
"description": "Lightweight browser detector",
2014-01-27 22:01:27 +00:00
"keywords": [
"browser",
"useragent",
"user-agent",
"parser",
"ua",
"detection",
"ender",
"sniff"
2014-01-27 22:01:27 +00:00
],
2017-05-18 18:54:03 +00:00
"homepage": "https://github.com/lancedikson/bowser",
2014-01-27 22:01:27 +00:00
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
2018-06-27 20:04:25 +00:00
"contributors": [
{
"name": "Denis Demchenko",
"url": "http://twitter.com/lancedikson"
}
],
"main": "es5.js",
"browser": "es5.js",
"module": "src/bowser.js",
"types": "index.d.ts",
2014-01-27 22:01:27 +00:00
"repository": {
"type": "git",
2018-06-27 20:04:25 +00:00
"url": "git+https://github.com/lancedikson/bowser.git"
2014-01-27 22:01:27 +00:00
},
"devDependencies": {
chore(deps): bump braces, @babel/cli, babel-plugin-add-module-exports, webpack and webpack-cli Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `@babel/cli` from 7.11.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-cli) Updates `babel-plugin-add-module-exports` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/59naga/babel-plugin-add-module-exports/releases) - [Commits](https://github.com/59naga/babel-plugin-add-module-exports/commits) Updates `webpack` from 4.41.0 to 5.92.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v5.92.0) Updates `webpack-cli` from 3.3.9 to 5.1.4 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...webpack-cli@5.1.4) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: "@babel/cli" dependency-type: direct:development - dependency-name: babel-plugin-add-module-exports dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 17:26:39 +00:00
"@babel/cli": "^7.24.7",
"@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",
2019-07-16 18:07:51 +00:00
"babel-loader": "^8.0.6",
chore(deps): bump braces, @babel/cli, babel-plugin-add-module-exports, webpack and webpack-cli Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `@babel/cli` from 7.11.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-cli) Updates `babel-plugin-add-module-exports` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/59naga/babel-plugin-add-module-exports/releases) - [Commits](https://github.com/59naga/babel-plugin-add-module-exports/commits) Updates `webpack` from 4.41.0 to 5.92.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v5.92.0) Updates `webpack-cli` from 3.3.9 to 5.1.4 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...webpack-cli@5.1.4) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: "@babel/cli" dependency-type: direct:development - dependency-name: babel-plugin-add-module-exports dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 17:26:39 +00:00
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"compression-webpack-plugin": "^4.0.0",
"coveralls": "^3.0.6",
2019-07-16 18:07:51 +00:00
"docdash": "^1.1.1",
"eslint": "^6.5.1",
2019-07-16 18:07:51 +00:00
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-ava": "^10.0.0",
"eslint-plugin-import": "^2.18.2",
"gh-pages": "^3.0.0",
2019-07-16 18:07:51 +00:00
"jsdoc": "^3.6.3",
"nyc": "^15.0.0",
"sinon": "^9.0.0",
"testem": "^3.0.0",
chore(deps): bump braces, @babel/cli, babel-plugin-add-module-exports, webpack and webpack-cli Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `@babel/cli` from 7.11.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-cli) Updates `babel-plugin-add-module-exports` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/59naga/babel-plugin-add-module-exports/releases) - [Commits](https://github.com/59naga/babel-plugin-add-module-exports/commits) Updates `webpack` from 4.41.0 to 5.92.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v5.92.0) Updates `webpack-cli` from 3.3.9 to 5.1.4 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...webpack-cli@5.1.4) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: "@babel/cli" dependency-type: direct:development - dependency-name: babel-plugin-add-module-exports dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 17:26:39 +00:00
"webpack": "^5.92.0",
"webpack-bundle-analyzer": "^3.5.2",
chore(deps): bump braces, @babel/cli, babel-plugin-add-module-exports, webpack and webpack-cli Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `@babel/cli` from 7.11.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-cli) Updates `babel-plugin-add-module-exports` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/59naga/babel-plugin-add-module-exports/releases) - [Commits](https://github.com/59naga/babel-plugin-add-module-exports/commits) Updates `webpack` from 4.41.0 to 5.92.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v5.92.0) Updates `webpack-cli` from 3.3.9 to 5.1.4 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...webpack-cli@5.1.4) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: "@babel/cli" dependency-type: direct:development - dependency-name: babel-plugin-add-module-exports dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 17:26:39 +00:00
"webpack-cli": "^5.1.4",
"yamljs": "^0.3.0"
2017-04-09 14:13:00 +00:00
},
"ava": {
"require": [
2019-01-19 10:07:15 +00:00
"@babel/register"
]
2015-05-03 11:14:06 +00:00
},
"bugs": {
"url": "https://github.com/lancedikson/bowser/issues"
2015-05-03 11:14:06 +00:00
},
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
2019-06-16 20:57:50 +00:00
"watch": "webpack --watch --config webpack.config.js",
"prepublishOnly": "npm run build",
2023-11-13 09:11:28 +00:00
"lint:check": "eslint ./src",
"lint:fix": "eslint --fix ./src",
2017-08-20 15:37:01 +00:00
"testem": "testem",
"test": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch",
2018-07-05 19:44:43 +00:00
"coverage": "nyc report --reporter=text-lcov | coveralls",
"generate-docs": "jsdoc -c jsdoc.json"
2015-05-03 11:14:06 +00:00
},
"license": "MIT"
2011-04-27 22:17:11 +00:00
}