update node modules

This commit is contained in:
s2
2020-07-20 16:20:39 +02:00
parent dcb748f037
commit f9fb05e4db
906 changed files with 124011 additions and 93468 deletions

61
node_modules/whatwg-url/package.json generated vendored
View File

@@ -1,34 +1,28 @@
{
"_args": [
[
"whatwg-url@7.1.0",
"D:\\Projects\\vanillajs-seed"
]
],
"_development": true,
"_from": "whatwg-url@7.1.0",
"_id": "whatwg-url@7.1.0",
"_from": "whatwg-url@^8.0.0",
"_id": "whatwg-url@8.1.0",
"_inBundle": false,
"_integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
"_integrity": "sha512-vEIkwNi9Hqt4TV9RdnaBPNt+E2Sgmo3gePebCRgZ1R7g6d23+53zCTnuB0amKI4AXq6VM8jj2DUAa0S1vjJxkw==",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "whatwg-url@7.1.0",
"raw": "whatwg-url@^8.0.0",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "7.1.0",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "7.1.0"
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
"_spec": "7.1.0",
"_where": "D:\\Projects\\vanillajs-seed",
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.1.0.tgz",
"_shasum": "c628acdcf45b82274ce7281ee31dd3c839791771",
"_spec": "whatwg-url@^8.0.0",
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\jsdom",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
@@ -36,22 +30,29 @@
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash.sortby": "^4.7.0",
"tr46": "^1.0.1",
"webidl-conversions": "^4.0.2"
"tr46": "^2.0.2",
"webidl-conversions": "^5.0.0"
},
"deprecated": false,
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"browserify": "^16.2.2",
"domexception": "^1.0.1",
"eslint": "^5.4.0",
"got": "^9.2.2",
"jest": "^23.5.0",
"recast": "^0.15.3",
"webidl2js": "^9.0.1"
"browserify": "^16.5.0",
"domexception": "^2.0.1",
"eslint": "^6.8.0",
"got": "^10.6.0",
"jest": "^25.1.0",
"recast": "^0.18.7",
"webidl2js": "^14.0.0"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"webidl2js-wrapper.js",
"lib/"
],
"homepage": "https://github.com/jsdom/whatwg-url#readme",
@@ -75,7 +76,7 @@
]
},
"license": "MIT",
"main": "lib/public-api.js",
"main": "index.js",
"name": "whatwg-url",
"repository": {
"type": "git",
@@ -83,12 +84,12 @@
},
"scripts": {
"build": "node scripts/transform.js && node scripts/convert-idl.js",
"build-live-viewer": "browserify lib/public-api.js --standalone whatwgURL > live-viewer/whatwg-url.js",
"build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
"coverage": "jest --coverage",
"lint": "eslint .",
"prepublish": "node scripts/transform.js && node scripts/convert-idl.js",
"prepare": "node scripts/transform.js && node scripts/convert-idl.js",
"pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js && node scripts/convert-idl.js",
"test": "jest"
},
"version": "7.1.0"
"version": "8.1.0"
}