Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/file-sync-cmp/package.json b/node_modules/file-sync-cmp/package.json
new file mode 100644
index 0000000..4721a2c
--- /dev/null
+++ b/node_modules/file-sync-cmp/package.json
@@ -0,0 +1,57 @@
+{
+ "_from": "file-sync-cmp@^0.1.0",
+ "_id": "file-sync-cmp@0.1.1",
+ "_inBundle": false,
+ "_integrity": "sha1-peeo/7+kk7Q7kju9TKiaU7Y7YSs=",
+ "_location": "/file-sync-cmp",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "file-sync-cmp@^0.1.0",
+ "name": "file-sync-cmp",
+ "escapedName": "file-sync-cmp",
+ "rawSpec": "^0.1.0",
+ "saveSpec": null,
+ "fetchSpec": "^0.1.0"
+ },
+ "_requiredBy": [
+ "/grunt-contrib-copy"
+ ],
+ "_resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz",
+ "_shasum": "a5e7a8ffbfa493b43b923bbd4ca89a53b63b612b",
+ "_spec": "file-sync-cmp@^0.1.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-copy",
+ "author": {
+ "name": "Martin Geisler",
+ "email": "martin@geisler.net",
+ "url": "http://geisler.net/"
+ },
+ "bugs": {
+ "url": "https://github.com/mgeisler/file-sync-cmp/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Synchronous file comparison",
+ "devDependencies": {
+ "eslint": "0.10.1",
+ "mocha": "2.0.1",
+ "q": "1.1.2",
+ "tmp": "0.0.24"
+ },
+ "homepage": "https://github.com/mgeisler/file-sync-cmp/",
+ "keywords": [
+ "comparison"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "file-sync-cmp",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/mgeisler/file-sync-cmp.git"
+ },
+ "scripts": {
+ "test": "eslint . && mocha"
+ },
+ "version": "0.1.1"
+}