mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update modules
This commit is contained in:
47
node_modules/domexception/package.json
generated
vendored
47
node_modules/domexception/package.json
generated
vendored
@@ -1,28 +1,27 @@
|
||||
{
|
||||
"_from": "domexception@^1.0.1",
|
||||
"_id": "domexception@1.0.1",
|
||||
"_from": "domexception@^2.0.1",
|
||||
"_id": "domexception@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==",
|
||||
"_integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
|
||||
"_location": "/domexception",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "domexception@^1.0.1",
|
||||
"raw": "domexception@^2.0.1",
|
||||
"name": "domexception",
|
||||
"escapedName": "domexception",
|
||||
"rawSpec": "^1.0.1",
|
||||
"rawSpec": "^2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.1"
|
||||
"fetchSpec": "^2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom",
|
||||
"/w3c-xmlserializer"
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz",
|
||||
"_shasum": "937442644ca6a31261ef36e3ec677fe805582c90",
|
||||
"_spec": "domexception@^1.0.1",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"_resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
|
||||
"_shasum": "fb44aefba793e1574b0af6aed2801d057529f304",
|
||||
"_spec": "domexception@^2.0.1",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Domenic Denicola",
|
||||
"email": "d@domenic.me",
|
||||
@@ -33,18 +32,23 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"webidl-conversions": "^4.0.2"
|
||||
"webidl-conversions": "^5.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "An implementation of the DOMException class from browsers",
|
||||
"devDependencies": {
|
||||
"eslint": "^4.3.0",
|
||||
"eslint": "^6.7.2",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^3.5.0",
|
||||
"request": "^2.81.0",
|
||||
"webidl2js": "^7.2.0"
|
||||
"mocha": "^6.2.2",
|
||||
"request": "^2.88.0",
|
||||
"webidl2js": "^12.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"webidl2js-wrapper.js",
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/jsdom/domexception#readme",
|
||||
@@ -57,17 +61,18 @@
|
||||
"exception"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/public-api.js",
|
||||
"main": "index.js",
|
||||
"name": "domexception",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/domexception.git"
|
||||
},
|
||||
"scripts": {
|
||||
"init-wpt": "node scripts/get-latest-platform-tests.js",
|
||||
"lint": "eslint lib",
|
||||
"prepublish": "node scripts/generate.js",
|
||||
"pretest": "npm run prepublish",
|
||||
"prepare": "node scripts/generate.js",
|
||||
"pretest": "npm run prepare && npm run init-wpt",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
"version": "2.0.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user