Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/download/package.json b/node_modules/download/package.json
new file mode 100644
index 0000000..f73e68e
--- /dev/null
+++ b/node_modules/download/package.json
@@ -0,0 +1,82 @@
+{
+ "_from": "download@^6.2.2",
+ "_id": "download@6.2.5",
+ "_inBundle": false,
+ "_integrity": "sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==",
+ "_location": "/download",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "download@^6.2.2",
+ "name": "download",
+ "escapedName": "download",
+ "rawSpec": "^6.2.2",
+ "saveSpec": null,
+ "fetchSpec": "^6.2.2"
+ },
+ "_requiredBy": [
+ "/bin-build"
+ ],
+ "_resolved": "https://registry.npmjs.org/download/-/download-6.2.5.tgz",
+ "_shasum": "acd6a542e4cd0bb42ca70cfc98c9e43b07039714",
+ "_spec": "download@^6.2.2",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-build",
+ "author": {
+ "name": "Kevin Mårtensson",
+ "email": "kevinmartensson@gmail.com",
+ "url": "github.com/kevva"
+ },
+ "bugs": {
+ "url": "https://github.com/kevva/download/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "caw": "^2.0.0",
+ "content-disposition": "^0.5.2",
+ "decompress": "^4.0.0",
+ "ext-name": "^5.0.0",
+ "file-type": "5.2.0",
+ "filenamify": "^2.0.0",
+ "get-stream": "^3.0.0",
+ "got": "^7.0.0",
+ "make-dir": "^1.0.0",
+ "p-event": "^1.0.0",
+ "pify": "^3.0.0"
+ },
+ "deprecated": false,
+ "description": "Download and extract files",
+ "devDependencies": {
+ "ava": "*",
+ "is-zip": "^1.0.0",
+ "nock": "^9.0.2",
+ "path-exists": "^3.0.0",
+ "random-buffer": "^0.1.0",
+ "rimraf": "^2.2.8",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/kevva/download#readme",
+ "keywords": [
+ "download",
+ "extract",
+ "http",
+ "request",
+ "url"
+ ],
+ "license": "MIT",
+ "name": "download",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kevva/download.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "6.2.5"
+}