Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/gifsicle/package.json b/node_modules/gifsicle/package.json
new file mode 100644
index 0000000..3635e13
--- /dev/null
+++ b/node_modules/gifsicle/package.json
@@ -0,0 +1,106 @@
+{
+ "_from": "gifsicle@^4.0.0",
+ "_id": "gifsicle@4.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-A/kiCLfDdV+ERV/UB+2O41mifd+RxH8jlRG8DMxZO84Bma/Fw0htqZ+hY2iaalLRNyUu7tYZQslqUBJxBggxbg==",
+ "_location": "/gifsicle",
+ "_phantomChildren": {
+ "is-stream": "1.1.0",
+ "nice-try": "1.0.5",
+ "npm-run-path": "2.0.2",
+ "p-finally": "1.0.0",
+ "path-key": "2.0.1",
+ "pump": "3.0.0",
+ "semver": "5.7.1",
+ "shebang-command": "1.2.0",
+ "signal-exit": "3.0.3",
+ "strip-eof": "1.0.0",
+ "which": "1.3.1"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "gifsicle@^4.0.0",
+ "name": "gifsicle",
+ "escapedName": "gifsicle",
+ "rawSpec": "^4.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^4.0.0"
+ },
+ "_requiredBy": [
+ "/imagemin-gifsicle"
+ ],
+ "_resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-4.0.1.tgz",
+ "_shasum": "30e1e61e3ee4884ef702641b2e98a15c2127b2e2",
+ "_spec": "gifsicle@^4.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-gifsicle",
+ "author": {
+ "name": "Kevin Martensson",
+ "email": "kevinmartensson@gmail.com",
+ "url": "github.com/kevva"
+ },
+ "bin": {
+ "gifsicle": "cli.js"
+ },
+ "bugs": {
+ "url": "https://github.com/imagemin/gifsicle-bin/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "bin-build": "^3.0.0",
+ "bin-wrapper": "^4.0.0",
+ "execa": "^1.0.0",
+ "logalot": "^2.0.0"
+ },
+ "deprecated": false,
+ "description": "gifsicle wrapper that makes it seamlessly available as a local dependency",
+ "devDependencies": {
+ "ava": "*",
+ "bin-check": "^4.0.1",
+ "compare-size": "^3.0.0",
+ "tempy": "^0.2.1",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js",
+ "cli.js",
+ "lib",
+ "vendor/source"
+ ],
+ "homepage": "https://github.com/imagemin/gifsicle-bin#readme",
+ "keywords": [
+ "imagemin",
+ "gif",
+ "img",
+ "image",
+ "compress",
+ "minify",
+ "optimize",
+ "gifsicle"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ {
+ "name": "Shinnosuke Watanabe",
+ "url": "github.com/shinnn"
+ }
+ ],
+ "name": "gifsicle",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/imagemin/gifsicle-bin.git"
+ },
+ "scripts": {
+ "postinstall": "node lib/install.js",
+ "test": "xo && ava"
+ },
+ "version": "4.0.1"
+}