mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 12:00:03 +02:00
79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"_from": "domexception@^4.0.0",
|
|
"_id": "domexception@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
|
|
"_location": "/domexception",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "domexception@^4.0.0",
|
|
"name": "domexception",
|
|
"escapedName": "domexception",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
|
|
"_shasum": "4ad1be56ccadc86fc76d033353999a8037d03673",
|
|
"_spec": "domexception@^4.0.0",
|
|
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
|
"author": {
|
|
"name": "Domenic Denicola",
|
|
"email": "d@domenic.me",
|
|
"url": "https://domenic.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdom/domexception/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An implementation of the DOMException class from browsers",
|
|
"devDependencies": {
|
|
"@domenic/eslint-config": "^1.4.0",
|
|
"eslint": "^7.32.0",
|
|
"minipass-fetch": "^1.4.1",
|
|
"mocha": "^9.1.2",
|
|
"webidl2js": "^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"webidl2js-wrapper.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/jsdom/domexception#readme",
|
|
"keywords": [
|
|
"dom",
|
|
"webidl",
|
|
"web idl",
|
|
"domexception",
|
|
"error",
|
|
"exception"
|
|
],
|
|
"license": "MIT",
|
|
"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 .",
|
|
"prepare": "node scripts/generate.js",
|
|
"pretest": "npm run prepare && npm run init-wpt",
|
|
"test": "mocha"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|