Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/is-gif/package.json b/node_modules/is-gif/package.json
new file mode 100644
index 0000000..6d0e297
--- /dev/null
+++ b/node_modules/is-gif/package.json
@@ -0,0 +1,77 @@
+{
+  "_from": "is-gif@^3.0.0",
+  "_id": "is-gif@3.0.0",
+  "_inBundle": false,
+  "_integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==",
+  "_location": "/is-gif",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "is-gif@^3.0.0",
+    "name": "is-gif",
+    "escapedName": "is-gif",
+    "rawSpec": "^3.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^3.0.0"
+  },
+  "_requiredBy": [
+    "/imagemin-gifsicle"
+  ],
+  "_resolved": "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz",
+  "_shasum": "c4be60b26a301d695bb833b20d9b5d66c6cf83b1",
+  "_spec": "is-gif@^3.0.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-gifsicle",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/is-gif/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "file-type": "^10.4.0"
+  },
+  "deprecated": false,
+  "description": "Check if a Buffer/Uint8Array is a GIF image",
+  "devDependencies": {
+    "ava": "^0.25.0",
+    "xo": "^0.23.0"
+  },
+  "engines": {
+    "node": ">=6"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/sindresorhus/is-gif#readme",
+  "keywords": [
+    "gif",
+    "graphics",
+    "image",
+    "img",
+    "pic",
+    "picture",
+    "photo",
+    "type",
+    "detect",
+    "check",
+    "is",
+    "exif",
+    "binary",
+    "buffer",
+    "uint8array"
+  ],
+  "license": "MIT",
+  "name": "is-gif",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/is-gif.git"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "version": "3.0.0"
+}