updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

12
node_modules/svgo/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "svgo@^1.0.0",
"_id": "svgo@1.2.0",
"_id": "svgo@1.2.2",
"_inBundle": false,
"_integrity": "sha512-xBfxJxfk4UeVN8asec9jNxHiv3UAMv/ujwBWGYvQhhMb2u3YTGKkiybPcLFDLq7GLLWE9wa73e0/m8L5nTzQbw==",
"_integrity": "sha512-rAfulcwp2D9jjdGu+0CuqlrAUin6bBWrpoqXWwKDZZZJfXcUXQSxLJOFJCQCSA0x0pP2U0TxSlJu2ROq5Bq6qA==",
"_location": "/svgo",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/postcss-svgo"
],
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-1.2.0.tgz",
"_shasum": "305a8fc0f4f9710828c65039bb93d5793225ffc3",
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-1.2.2.tgz",
"_shasum": "0253d34eccf2aed4ad4f283e11ee75198f9d7316",
"_spec": "svgo@^1.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\postcss-svgo",
"author": {
@@ -55,7 +55,7 @@
"css-tree": "1.0.0-alpha.28",
"css-url-regex": "^1.1.0",
"csso": "^3.5.1",
"js-yaml": "^3.12.0",
"js-yaml": "^3.13.1",
"mkdirp": "~0.5.1",
"object.values": "^1.1.0",
"sax": "~1.2.4",
@@ -102,5 +102,5 @@
"lint": "jshint --show-non-errors .",
"test": "set NODE_ENV=test && mocha"
},
"version": "1.2.0"
"version": "1.2.2"
}