Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/decompress-tarbz2/package.json b/node_modules/decompress-tarbz2/package.json
new file mode 100644
index 0000000..326a6f0
--- /dev/null
+++ b/node_modules/decompress-tarbz2/package.json
@@ -0,0 +1,74 @@
+{
+ "_from": "decompress-tarbz2@^4.0.0",
+ "_id": "decompress-tarbz2@4.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==",
+ "_location": "/decompress-tarbz2",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "decompress-tarbz2@^4.0.0",
+ "name": "decompress-tarbz2",
+ "escapedName": "decompress-tarbz2",
+ "rawSpec": "^4.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^4.0.0"
+ },
+ "_requiredBy": [
+ "/decompress"
+ ],
+ "_resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
+ "_shasum": "3082a5b880ea4043816349f378b56c516be1a39b",
+ "_spec": "decompress-tarbz2@^4.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress",
+ "author": {
+ "name": "Kevin Mårtensson",
+ "email": "kevinmartensson@gmail.com",
+ "url": "github.com/kevva"
+ },
+ "bugs": {
+ "url": "https://github.com/kevva/decompress-tarbz2/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "decompress-tar": "^4.1.0",
+ "file-type": "^6.1.0",
+ "is-stream": "^1.1.0",
+ "seek-bzip": "^1.0.5",
+ "unbzip2-stream": "^1.0.9"
+ },
+ "deprecated": false,
+ "description": "decompress tar.bz2 plugin",
+ "devDependencies": {
+ "ava": "*",
+ "is-jpg": "^1.0.0",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/kevva/decompress-tarbz2#readme",
+ "keywords": [
+ "bz2",
+ "decompress",
+ "decompressplugin",
+ "extract",
+ "tar",
+ "tar.bz2",
+ "tarbz2"
+ ],
+ "license": "MIT",
+ "name": "decompress-tarbz2",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kevva/decompress-tarbz2.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "4.1.1"
+}