Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/p-map-series/package.json b/node_modules/p-map-series/package.json
new file mode 100644
index 0000000..ff40d2a
--- /dev/null
+++ b/node_modules/p-map-series/package.json
@@ -0,0 +1,79 @@
+{
+ "_from": "p-map-series@^1.0.0",
+ "_id": "p-map-series@1.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=",
+ "_location": "/p-map-series",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "p-map-series@^1.0.0",
+ "name": "p-map-series",
+ "escapedName": "p-map-series",
+ "rawSpec": "^1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.0"
+ },
+ "_requiredBy": [
+ "/bin-build"
+ ],
+ "_resolved": "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz",
+ "_shasum": "bf98fe575705658a9e1351befb85ae4c1f07bdca",
+ "_spec": "p-map-series@^1.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-build",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/p-map-series/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "p-reduce": "^1.0.0"
+ },
+ "deprecated": false,
+ "description": "Map over promises serially",
+ "devDependencies": {
+ "ava": "*",
+ "delay": "^1.3.1",
+ "time-span": "^1.0.0",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/p-map-series#readme",
+ "keywords": [
+ "promise",
+ "map",
+ "collection",
+ "iterable",
+ "iterator",
+ "fulfilled",
+ "serial",
+ "serially",
+ "async",
+ "await",
+ "promises",
+ "bluebird"
+ ],
+ "license": "MIT",
+ "name": "p-map-series",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/p-map-series.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "1.0.0",
+ "xo": {
+ "esnext": true
+ }
+}