Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/is-png/package.json b/node_modules/is-png/package.json
new file mode 100644
index 0000000..48f4c05
--- /dev/null
+++ b/node_modules/is-png/package.json
@@ -0,0 +1,76 @@
+{
+ "_from": "is-png@^1.0.0",
+ "_id": "is-png@1.1.0",
+ "_inBundle": false,
+ "_integrity": "sha1-1XSxK/J1wDUEVVcLDltXqwYgd84=",
+ "_location": "/is-png",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "is-png@^1.0.0",
+ "name": "is-png",
+ "escapedName": "is-png",
+ "rawSpec": "^1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.0"
+ },
+ "_requiredBy": [
+ "/imagemin-optipng"
+ ],
+ "_resolved": "https://registry.npmjs.org/is-png/-/is-png-1.1.0.tgz",
+ "_shasum": "d574b12bf275c0350455570b0e5b57ab062077ce",
+ "_spec": "is-png@^1.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-optipng",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/is-png/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Check if a Buffer/Uint8Array is a PNG image",
+ "devDependencies": {
+ "mocha": "*",
+ "read-chunk": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/is-png#readme",
+ "keywords": [
+ "png",
+ "portable",
+ "network",
+ "graphics",
+ "image",
+ "img",
+ "pic",
+ "picture",
+ "photo",
+ "type",
+ "detect",
+ "check",
+ "is",
+ "exif",
+ "binary",
+ "buffer",
+ "uint8array"
+ ],
+ "license": "MIT",
+ "name": "is-png",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/is-png.git"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "version": "1.1.0"
+}