mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
update node modules
This commit is contained in:
44
node_modules/whatwg-url/package.json
generated
vendored
44
node_modules/whatwg-url/package.json
generated
vendored
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"_from": "whatwg-url@^8.0.0",
|
||||
"_id": "whatwg-url@8.1.0",
|
||||
"_from": "whatwg-url@^8.5.0",
|
||||
"_id": "whatwg-url@8.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vEIkwNi9Hqt4TV9RdnaBPNt+E2Sgmo3gePebCRgZ1R7g6d23+53zCTnuB0amKI4AXq6VM8jj2DUAa0S1vjJxkw==",
|
||||
"_integrity": "sha512-fy+R77xWv0AiqfLl4nuGUlQ3/6b5uNfQ4WAbGQVMYshCTCCPK9psC1nWh3XHuxGVCtlcDDQPQW1csmmIQo+fwg==",
|
||||
"_location": "/whatwg-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "whatwg-url@^8.0.0",
|
||||
"raw": "whatwg-url@^8.5.0",
|
||||
"name": "whatwg-url",
|
||||
"escapedName": "whatwg-url",
|
||||
"rawSpec": "^8.0.0",
|
||||
"rawSpec": "^8.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^8.0.0"
|
||||
"fetchSpec": "^8.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/data-urls",
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.1.0.tgz",
|
||||
"_shasum": "c628acdcf45b82274ce7281ee31dd3c839791771",
|
||||
"_spec": "whatwg-url@^8.0.0",
|
||||
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.5.0.tgz",
|
||||
"_shasum": "7752b8464fc0903fec89aa9846fc9efe07351fd3",
|
||||
"_spec": "whatwg-url@^8.5.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Sebastian Mayr",
|
||||
@@ -32,20 +32,21 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash.sortby": "^4.7.0",
|
||||
"lodash": "^4.7.0",
|
||||
"tr46": "^2.0.2",
|
||||
"webidl-conversions": "^5.0.0"
|
||||
"webidl-conversions": "^6.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
|
||||
"devDependencies": {
|
||||
"browserify": "^16.5.0",
|
||||
"browserify": "^17.0.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"
|
||||
"eslint": "^7.20.0",
|
||||
"glob": "^7.1.6",
|
||||
"got": "^11.8.1",
|
||||
"jest": "^26.6.3",
|
||||
"recast": "^0.20.4",
|
||||
"webidl2js": "^16.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
@@ -53,7 +54,7 @@
|
||||
"files": [
|
||||
"index.js",
|
||||
"webidl2js-wrapper.js",
|
||||
"lib/"
|
||||
"dist/"
|
||||
],
|
||||
"homepage": "https://github.com/jsdom/whatwg-url#readme",
|
||||
"jest": {
|
||||
@@ -83,13 +84,12 @@
|
||||
"url": "git+https://github.com/jsdom/whatwg-url.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/transform.js && node scripts/convert-idl.js",
|
||||
"build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
|
||||
"coverage": "jest --coverage",
|
||||
"lint": "eslint .",
|
||||
"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",
|
||||
"prepare": "node scripts/transform.js",
|
||||
"pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "8.1.0"
|
||||
"version": "8.5.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user