mediawiki-extensions-AJAXPoll/package.json
libraryupgrader 3047a5362b build: Updating npm dependencies
* grunt: 1.4.0 → 1.5.3
* nomnom: 1.8.1 → 1.8.1
  * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq
* underscore: 1.6.0 → 1.6.0
  * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq

Change-Id: Ib3bdb6f5e9e1d2fc22a4609d6b4c67cdec22d7c9
2022-05-22 05:32:52 +00:00

18 lines
366 B
JSON

{
"name": "AJAXPoll",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.3",
"eslint-plugin-qunit": "3.3.1",
"grunt": "1.5.3",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "22.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.15.0",
"stylelint-config-wikimedia": "0.10.3"
}
}