Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/bin-wrapper/package.json b/node_modules/bin-wrapper/package.json
new file mode 100644
index 0000000..fbd5ea1
--- /dev/null
+++ b/node_modules/bin-wrapper/package.json
@@ -0,0 +1,101 @@
+{
+ "_from": "bin-wrapper@^4.0.0",
+ "_id": "bin-wrapper@4.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==",
+ "_location": "/bin-wrapper",
+ "_phantomChildren": {
+ "@sindresorhus/is": "0.7.0",
+ "archive-type": "4.0.0",
+ "cacheable-request": "2.1.4",
+ "caw": "2.0.1",
+ "content-disposition": "0.5.3",
+ "decompress": "4.2.1",
+ "decompress-response": "3.3.0",
+ "duplexer3": "0.1.4",
+ "ext-name": "5.0.0",
+ "filenamify": "2.1.0",
+ "get-stream": "3.0.0",
+ "into-stream": "3.1.0",
+ "is-retry-allowed": "1.2.0",
+ "isurl": "1.0.0",
+ "lowercase-keys": "1.0.1",
+ "make-dir": "1.3.0",
+ "mimic-response": "1.0.1",
+ "p-finally": "1.0.0",
+ "safe-buffer": "5.2.1",
+ "timed-out": "4.0.1",
+ "url-to-options": "1.0.1"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "bin-wrapper@^4.0.0",
+ "name": "bin-wrapper",
+ "escapedName": "bin-wrapper",
+ "rawSpec": "^4.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^4.0.0"
+ },
+ "_requiredBy": [
+ "/gifsicle",
+ "/imagemin-optipng/optipng-bin",
+ "/jpegtran-bin",
+ "/optipng-bin"
+ ],
+ "_resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz",
+ "_shasum": "99348f2cf85031e3ef7efce7e5300aeaae960605",
+ "_spec": "bin-wrapper@^4.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\gifsicle",
+ "author": {
+ "name": "Kevin Mårtensson",
+ "email": "kevinmartensson@gmail.com",
+ "url": "https://github.com/kevva"
+ },
+ "bugs": {
+ "url": "https://github.com/kevva/bin-wrapper/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "bin-check": "^4.1.0",
+ "bin-version-check": "^4.0.0",
+ "download": "^7.1.0",
+ "import-lazy": "^3.1.0",
+ "os-filter-obj": "^2.0.0",
+ "pify": "^4.0.1"
+ },
+ "deprecated": false,
+ "description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
+ "devDependencies": {
+ "ava": "*",
+ "executable": "^4.1.1",
+ "nock": "^10.0.2",
+ "path-exists": "^3.0.0",
+ "rimraf": "^2.6.2",
+ "tempy": "^0.2.1",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/kevva/bin-wrapper#readme",
+ "keywords": [
+ "bin",
+ "check",
+ "local",
+ "wrapper"
+ ],
+ "license": "MIT",
+ "name": "bin-wrapper",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kevva/bin-wrapper.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "4.1.0"
+}