mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update node modules
This commit is contained in:
73
node_modules/cssstyle/package.json
generated
vendored
73
node_modules/cssstyle/package.json
generated
vendored
@@ -1,32 +1,42 @@
|
||||
{
|
||||
"_from": "cssstyle@>= 0.2.37 < 0.3.0",
|
||||
"_id": "cssstyle@0.2.37",
|
||||
"_from": "cssstyle@^1.1.1",
|
||||
"_id": "cssstyle@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-VBCXI0yyUTyDzu06zdwn/yeYfVQ=",
|
||||
"_integrity": "sha512-43wY3kl1CVQSvL7wUY1qXkxVGkStjpkDmVjiIKX8R97uhajy8Bybay78uOtqvh7Q5GK75dNPfW0geWjE6qQQow==",
|
||||
"_location": "/cssstyle",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cssstyle@>= 0.2.37 < 0.3.0",
|
||||
"raw": "cssstyle@^1.1.1",
|
||||
"name": "cssstyle",
|
||||
"escapedName": "cssstyle",
|
||||
"rawSpec": ">= 0.2.37 < 0.3.0",
|
||||
"rawSpec": "^1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": ">= 0.2.37 < 0.3.0"
|
||||
"fetchSpec": "^1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz",
|
||||
"_shasum": "541097234cb2513c83ceed3acddc27ff27987d54",
|
||||
"_spec": "cssstyle@>= 0.2.37 < 0.3.0",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
|
||||
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.2.2.tgz",
|
||||
"_shasum": "427ea4d585b18624f6fdbf9de7a2a1a3ba713077",
|
||||
"_spec": "cssstyle@^1.1.1",
|
||||
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"bugs": {
|
||||
"url": "https://github.com/chad3814/CSSStyleDeclaration/issues"
|
||||
"url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"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"
|
||||
@@ -44,17 +54,23 @@
|
||||
"deprecated": false,
|
||||
"description": "CSSStyleDeclaration Object Model implementation",
|
||||
"devDependencies": {
|
||||
"babel-generator": "~6.11.4",
|
||||
"babel-traverse": "~6.13.0",
|
||||
"babel-types": "~6.13.0",
|
||||
"babylon": "~6.8.4",
|
||||
"nodeunit": "~0.8.0",
|
||||
"resolve": "~1.1.7"
|
||||
"babel-generator": "~6.26.1",
|
||||
"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",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "1.16.4",
|
||||
"request": "^2.88.0",
|
||||
"resolve": "~1.8.1"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"homepage": "https://github.com/chad3814/CSSStyleDeclaration",
|
||||
"homepage": "https://github.com/jsakas/CSSStyleDeclaration",
|
||||
"keywords": [
|
||||
"CSS",
|
||||
"CSSStyleDeclaration",
|
||||
@@ -64,19 +80,26 @@
|
||||
"main": "./lib/CSSStyleDeclaration.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Chad Walker",
|
||||
"email": "chad@chad-cat-lore-eddie.com",
|
||||
"url": "https://github.com/chad3814"
|
||||
"name": "Jon Sakas",
|
||||
"email": "jon.sakas@gmail.com",
|
||||
"url": "https://jon.sakas.co/"
|
||||
}
|
||||
],
|
||||
"name": "cssstyle",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chad3814/CSSStyleDeclaration.git"
|
||||
"url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "node ./scripts/generate_properties.js",
|
||||
"test": "./scripts/run_tests.sh"
|
||||
"download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
|
||||
"generate": "run-p generate:*",
|
||||
"generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
|
||||
"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"
|
||||
},
|
||||
"version": "0.2.37"
|
||||
"version": "1.2.2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user