Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/bin-version-check/package.json b/node_modules/bin-version-check/package.json
new file mode 100644
index 0000000..8685bf9
--- /dev/null
+++ b/node_modules/bin-version-check/package.json
@@ -0,0 +1,75 @@
+{
+  "_from": "bin-version-check@^4.0.0",
+  "_id": "bin-version-check@4.0.0",
+  "_inBundle": false,
+  "_integrity": "sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==",
+  "_location": "/bin-version-check",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "bin-version-check@^4.0.0",
+    "name": "bin-version-check",
+    "escapedName": "bin-version-check",
+    "rawSpec": "^4.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^4.0.0"
+  },
+  "_requiredBy": [
+    "/bin-wrapper"
+  ],
+  "_resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-4.0.0.tgz",
+  "_shasum": "7d819c62496991f80d893e6e02a3032361608f71",
+  "_spec": "bin-version-check@^4.0.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-wrapper",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/bin-version-check/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "bin-version": "^3.0.0",
+    "semver": "^5.6.0",
+    "semver-truncate": "^1.1.2"
+  },
+  "deprecated": false,
+  "description": "Check whether a binary version satisfies a semver range",
+  "devDependencies": {
+    "ava": "^1.0.0-rc.1",
+    "xo": "^0.23.0"
+  },
+  "engines": {
+    "node": ">=6"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/sindresorhus/bin-version-check#readme",
+  "keywords": [
+    "cli",
+    "bin",
+    "binary",
+    "executable",
+    "version",
+    "semver",
+    "semantic",
+    "range",
+    "satisfy",
+    "check",
+    "validate"
+  ],
+  "license": "MIT",
+  "name": "bin-version-check",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/bin-version-check.git"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "version": "4.0.0"
+}