mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
update packages to latest version
This commit is contained in:
39
node_modules/webidl-conversions/package.json
generated
vendored
39
node_modules/webidl-conversions/package.json
generated
vendored
@@ -1,26 +1,31 @@
|
||||
{
|
||||
"_from": "webidl-conversions@^6.1.0",
|
||||
"_id": "webidl-conversions@6.1.0",
|
||||
"_from": "webidl-conversions@^7.0.0",
|
||||
"_id": "webidl-conversions@7.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
|
||||
"_integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
||||
"_location": "/webidl-conversions",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "webidl-conversions@^6.1.0",
|
||||
"raw": "webidl-conversions@^7.0.0",
|
||||
"name": "webidl-conversions",
|
||||
"escapedName": "webidl-conversions",
|
||||
"rawSpec": "^6.1.0",
|
||||
"rawSpec": "^7.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.1.0"
|
||||
"fetchSpec": "^7.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
"/domexception",
|
||||
"/jsdom",
|
||||
"/whatwg-url"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
|
||||
"_shasum": "9111b4d7ea80acd40f5270d666621afa78b69514",
|
||||
"_spec": "webidl-conversions@^6.1.0",
|
||||
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
||||
"_scripts_comments": {
|
||||
"test-no-sab": "Node.js internals are broken by deleting SharedArrayBuffer if you run tests on the main thread. Using Mocha's parallel mode avoids this."
|
||||
},
|
||||
"_shasum": "256b4e1882be7debbf01d05f0aa2039778ea080a",
|
||||
"_spec": "webidl-conversions@^7.0.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Domenic Denicola",
|
||||
@@ -34,12 +39,13 @@
|
||||
"deprecated": false,
|
||||
"description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"mocha": "^7.1.1",
|
||||
"nyc": "^15.0.0"
|
||||
"@domenic/eslint-config": "^1.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
"mocha": "^9.1.1",
|
||||
"nyc": "^15.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.4"
|
||||
"node": ">=12"
|
||||
},
|
||||
"files": [
|
||||
"lib/"
|
||||
@@ -60,7 +66,8 @@
|
||||
"scripts": {
|
||||
"coverage": "nyc mocha test/*.js",
|
||||
"lint": "eslint .",
|
||||
"test": "mocha test/*.js"
|
||||
"test": "mocha test/*.js",
|
||||
"test-no-sab": "mocha --parallel --jobs 2 --require test/helpers/delete-sab.js test/*.js"
|
||||
},
|
||||
"version": "6.1.0"
|
||||
"version": "7.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user