Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/is-jpg/package.json b/node_modules/is-jpg/package.json
new file mode 100644
index 0000000..81082e7
--- /dev/null
+++ b/node_modules/is-jpg/package.json
@@ -0,0 +1,77 @@
+{
+ "_from": "is-jpg@^2.0.0",
+ "_id": "is-jpg@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=",
+ "_location": "/is-jpg",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "is-jpg@^2.0.0",
+ "name": "is-jpg",
+ "escapedName": "is-jpg",
+ "rawSpec": "^2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^2.0.0"
+ },
+ "_requiredBy": [
+ "/imagemin-jpegtran"
+ ],
+ "_resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz",
+ "_shasum": "2e1997fa6e9166eaac0242daae443403e4ef1d97",
+ "_spec": "is-jpg@^2.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-jpegtran",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/is-jpg/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Check if a Buffer/Uint8Array is a JPEG image",
+ "devDependencies": {
+ "ava": "*",
+ "read-chunk": "^2.1.0",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/is-jpg#readme",
+ "keywords": [
+ "jpg",
+ "jpeg",
+ "image",
+ "img",
+ "pic",
+ "picture",
+ "photo",
+ "type",
+ "detect",
+ "check",
+ "is",
+ "exif",
+ "binary",
+ "buffer",
+ "uint8array",
+ "cli",
+ "bin"
+ ],
+ "license": "MIT",
+ "name": "is-jpg",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/is-jpg.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
+}