Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/p-pipe/package.json b/node_modules/p-pipe/package.json
new file mode 100644
index 0000000..5bbf16a
--- /dev/null
+++ b/node_modules/p-pipe/package.json
@@ -0,0 +1,73 @@
+{
+ "_from": "p-pipe@^1.1.0",
+ "_id": "p-pipe@1.2.0",
+ "_inBundle": false,
+ "_integrity": "sha1-SxoROZoRUgpneQ7loMHViB1r7+k=",
+ "_location": "/p-pipe",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "p-pipe@^1.1.0",
+ "name": "p-pipe",
+ "escapedName": "p-pipe",
+ "rawSpec": "^1.1.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.1.0"
+ },
+ "_requiredBy": [
+ "/grunt-contrib-imagemin/imagemin"
+ ],
+ "_resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz",
+ "_shasum": "4b1a11399a11520a67790ee5a0c1d5881d6befe9",
+ "_spec": "p-pipe@^1.1.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin\\node_modules\\imagemin",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/p-pipe/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Compose promise-returning & async functions into a reusable pipeline",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/p-pipe#readme",
+ "keywords": [
+ "promise",
+ "pipe",
+ "pipeline",
+ "compose",
+ "composition",
+ "combine",
+ "flow",
+ "serial",
+ "functions",
+ "reusable",
+ "async",
+ "await",
+ "promises",
+ "bluebird"
+ ],
+ "license": "MIT",
+ "name": "p-pipe",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/p-pipe.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "1.2.0"
+}