Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/unbox-primitive/package.json b/node_modules/unbox-primitive/package.json
new file mode 100644
index 0000000..c5457b8
--- /dev/null
+++ b/node_modules/unbox-primitive/package.json
@@ -0,0 +1,83 @@
+{
+  "_from": "unbox-primitive@^1.0.0",
+  "_id": "unbox-primitive@1.0.0",
+  "_inBundle": false,
+  "_integrity": "sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==",
+  "_location": "/unbox-primitive",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "unbox-primitive@^1.0.0",
+    "name": "unbox-primitive",
+    "escapedName": "unbox-primitive",
+    "rawSpec": "^1.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^1.0.0"
+  },
+  "_requiredBy": [
+    "/es-abstract"
+  ],
+  "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.0.tgz",
+  "_shasum": "eeacbc4affa28e9b3d36b5eaeccc50b3251b1d3f",
+  "_spec": "unbox-primitive@^1.0.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-abstract",
+  "author": {
+    "name": "Jordan Harband",
+    "email": "ljharb@gmail.com"
+  },
+  "auto-changelog": {
+    "backfillLimit": false,
+    "commitLimit": false,
+    "template": "keepachangelog"
+  },
+  "bugs": {
+    "url": "https://github.com/ljharb/unbox-primitive/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "function-bind": "^1.1.1",
+    "has-bigints": "^1.0.0",
+    "has-symbols": "^1.0.0",
+    "which-boxed-primitive": "^1.0.1"
+  },
+  "deprecated": false,
+  "description": "Unbox a boxed JS primitive value.",
+  "devDependencies": {
+    "@ljharb/eslint-config": "^14.0.2",
+    "auto-changelog": "^1.14.1",
+    "eslint": "^6.1.0",
+    "for-each": "^0.3.3",
+    "in-publish": "^2.0.0",
+    "object-inspect": "^1.6.0",
+    "object-is": "^1.0.1",
+    "safe-publish-latest": "^1.1.2",
+    "tape": "^4.11.0"
+  },
+  "homepage": "https://github.com/ljharb/unbox-primitive#readme",
+  "keywords": [
+    "unbox",
+    "boxed",
+    "primitive",
+    "object",
+    "javascript",
+    "ecmascript"
+  ],
+  "license": "MIT",
+  "main": "index.js",
+  "name": "unbox-primitive",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/ljharb/unbox-primitive.git"
+  },
+  "scripts": {
+    "lint": "eslint .",
+    "posttest": "npx aud",
+    "prepublish": "not-in-publish || safe-publish-latest",
+    "pretest": "npm run lint",
+    "preversion": "auto-changelog",
+    "test": "npm run tests-only",
+    "tests-only": "node test"
+  },
+  "version": "1.0.0"
+}