Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/imagemin-svgo/package.json b/node_modules/imagemin-svgo/package.json
new file mode 100644
index 0000000..b4ce964
--- /dev/null
+++ b/node_modules/imagemin-svgo/package.json
@@ -0,0 +1,66 @@
+{
+ "_from": "imagemin-svgo@^7.0.0",
+ "_id": "imagemin-svgo@7.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-0JlIZNWP0Luasn1HT82uB9nU9aa+vUj6kpT+MjPW11LbprXC+iC4HDwn1r4Q2/91qj4iy9tRZNsFySMlEpLdpg==",
+ "_location": "/imagemin-svgo",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "imagemin-svgo@^7.0.0",
+ "name": "imagemin-svgo",
+ "escapedName": "imagemin-svgo",
+ "rawSpec": "^7.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^7.0.0"
+ },
+ "_requiredBy": [
+ "/grunt-contrib-imagemin"
+ ],
+ "_resolved": "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-7.1.0.tgz",
+ "_shasum": "528a42fd3d55eff5d4af8fd1113f25fb61ad6d9a",
+ "_spec": "imagemin-svgo@^7.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin",
+ "bugs": {
+ "url": "https://github.com/imagemin/imagemin-svgo/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "is-svg": "^4.2.1",
+ "svgo": "^1.3.2"
+ },
+ "deprecated": false,
+ "description": "SVGO imagemin plugin",
+ "devDependencies": {
+ "ava": "^1.0.0",
+ "xo": "^0.20.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "funding": "https://github.com/sindresorhus/imagemin-svgo?sponsor=1",
+ "homepage": "https://github.com/imagemin/imagemin-svgo#readme",
+ "keywords": [
+ "compress",
+ "image",
+ "imageminplugin",
+ "minify",
+ "optimize",
+ "svg",
+ "svgo"
+ ],
+ "license": "MIT",
+ "name": "imagemin-svgo",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/imagemin/imagemin-svgo.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "7.1.0"
+}