1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00

update modules

This commit is contained in:
s2
2020-07-20 16:16:07 +02:00
parent 783511ce12
commit 2b23424b86
785 changed files with 91905 additions and 56057 deletions

75
node_modules/cssstyle/package.json generated vendored
View File

@@ -1,29 +1,29 @@
{
"_from": "cssstyle@^1.1.1",
"_id": "cssstyle@1.4.0",
"_from": "cssstyle@^2.2.0",
"_id": "cssstyle@2.3.0",
"_inBundle": false,
"_integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==",
"_integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
"_location": "/cssstyle",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cssstyle@^1.1.1",
"raw": "cssstyle@^2.2.0",
"name": "cssstyle",
"escapedName": "cssstyle",
"rawSpec": "^1.1.1",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^1.1.1"
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz",
"_shasum": "9d31328229d3c565c61e586b02041a28fccdccf1",
"_spec": "cssstyle@^1.1.1",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
"_shasum": "ff665a0ddbdc31864b09647f34163443d90b0852",
"_spec": "cssstyle@^2.2.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"bugs": {
"url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
"url": "https://github.com/jsdom/cssstyle/issues"
},
"bundleDependencies": false,
"contributors": [
@@ -31,25 +31,10 @@
"name": "Chad Walker",
"email": "chad@chad-cat-lore-eddie.com",
"url": "https://github.com/chad3814"
},
{
"name": "Rafał Ruciński",
"email": "fatfisz@gmail.com",
"url": "https://fatfisz.com"
},
{
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
},
{
"name": "Davide P. Cervone"
},
{
"name": "Forbes Lindesay"
}
],
"dependencies": {
"cssom": "0.3.x"
"cssom": "~0.3.6"
},
"deprecated": false,
"description": "CSSStyleDeclaration Object Model implementation",
@@ -58,19 +43,25 @@
"babel-traverse": "~6.26.0",
"babel-types": "~6.26.0",
"babylon": "~6.18.0",
"eslint": "5.13.0",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-prettier": "3.0.1",
"nodeunit": "~0.11.3",
"eslint": "~6.0.0",
"eslint-config-prettier": "~6.0.0",
"eslint-plugin-prettier": "~3.1.0",
"jest": "^24.8.0",
"npm-run-all": "^4.1.5",
"prettier": "1.16.4",
"prettier": "~1.18.0",
"request": "^2.88.0",
"resolve": "~1.8.1"
"resolve": "~1.11.1"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/jsakas/CSSStyleDeclaration",
"engines": {
"node": ">=8"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/cssstyle",
"keywords": [
"CSS",
"CSSStyleDeclaration",
@@ -83,12 +74,17 @@
"name": "Jon Sakas",
"email": "jon.sakas@gmail.com",
"url": "https://jon.sakas.co/"
},
{
"name": "Rafał Ruciński",
"email": "fatfisz@gmail.com",
"url": "https://fatfisz.com"
}
],
"name": "cssstyle",
"repository": {
"type": "git",
"url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
"url": "git+https://github.com/jsdom/cssstyle.git"
},
"scripts": {
"download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
@@ -97,9 +93,10 @@
"generate:properties": "node ./scripts/generate_properties.js",
"lint": "npm run generate && eslint . --max-warnings 0",
"lint:fix": "eslint . --fix --max-warnings 0",
"prepublishOnly": "npm run test-ci",
"test": "npm run generate && nodeunit tests",
"test-ci": "npm run lint && npm run test"
"prepublishOnly": "npm run lint && npm run test",
"test": "npm run generate && jest",
"test-ci": "npm run lint && npm run test && codecov",
"update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS"
},
"version": "1.4.0"
"version": "2.3.0"
}