Files
Modernizr/package.json
Veeck 743092ebbb Bump dependencies into the new year (#2788)
* Bump qs from 6.11.2 to 6.14.1

Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.11.2...v6.14.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Patch other dependencies

* Bump other dependencies

* Update year

* Bump eslint plugin not too far

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: veeck <gitkraken@veeck.de>
2026-01-03 14:52:26 +01:00

120 lines
2.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "modernizr",
"version": "4.0.0-alpha",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the users browser.",
"main": "./lib/cli.js",
"bin": "./bin/modernizr",
"bugs": "https://github.com/Modernizr/Modernizr/issues",
"homepage": "https://github.com/Modernizr/Modernizr",
"repository": "https://github.com/Modernizr/Modernizr.git",
"license": "MIT",
"author": {
"name": "Modernizr",
"url": "https://modernizr.com/"
},
"contributors": [
{
"name": "Faruk Ates",
"url": "https://twitter.com/KuraFire"
},
{
"name": "Paul Irish",
"url": "https://twitter.com/paul_irish"
},
{
"name": "Alex Sexton",
"url": "https://twitter.com/SlexAxton"
},
{
"name": "Ryan Seddon",
"url": "https://twitter.com/ryanseddon"
},
{
"name": "Patrick Kettner",
"url": "https://twitter.com/patrickkettner"
},
{
"name": "Stu Cox",
"url": "https://twitter.com/stucoxmedia"
},
{
"name": "Richard Herrera",
"url": "https://twitter.com/doctyper"
},
{
"name": "Veeck",
"url": "https://twitter.com/hansalbern"
}
],
"dependencies": {
"doctrine": "^3.0.0",
"file": "^0.2.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"mkdirp": "^3.0.1",
"requirejs": "^2.3.8",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/register": "^7.28.3",
"auto-changelog": "^2.5.0",
"chai": "^4.5.0",
"codecov": "^3.8.3",
"del": "^6.1.1",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^50.8.0",
"find-parent-dir": "^0.3.1",
"fs-extra": "^11.3.3",
"globby": "^11.1.0",
"gulp": "^5.0.1",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-pug": "^5.0.0",
"joi": "^17.13.3",
"jquery": "^3.7.1",
"json3": "^3.3.3",
"mocha": "^11.7.5",
"mocha-headless-chrome": "^5.1.0",
"nyc": "^17.1.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"ua-parser-js": "^1.0.41"
},
"scripts": {
"--- DEFAULT SCRIPTS ---": "",
"start": "gulp default",
"test": "gulp test",
"--- GULP SCRIPTS ---": "",
"clean": "gulp clean",
"lint": "gulp eslint",
"coverage": "nyc gulp test",
"coverage:lcov": "nyc --reporter=lcov gulp test",
"--- MODERNIZR SCRIPTS ---": "",
"serve-gh-pages": "gulp serve:gh-pages",
"update-gh-pages": "scripts/generate-gh-pages.sh",
"update-changelog": "auto-changelog --commit-limit false --package",
"update-license": "node scripts/generate-license.js && git add LICENSE"
},
"engines": {
"node": ">=16"
},
"files": [
"LICENSE",
"README.md",
"bin/",
"feature-detects/",
"lib/",
"src/"
],
"keywords": [
"modernizr",
"html5",
"css3",
"javascript",
"browser",
"feature detection"
]
}