Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/find-versions/package.json b/node_modules/find-versions/package.json
new file mode 100644
index 0000000..bd72ce2
--- /dev/null
+++ b/node_modules/find-versions/package.json
@@ -0,0 +1,75 @@
+{
+ "_from": "find-versions@^3.0.0",
+ "_id": "find-versions@3.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==",
+ "_location": "/find-versions",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "find-versions@^3.0.0",
+ "name": "find-versions",
+ "escapedName": "find-versions",
+ "rawSpec": "^3.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^3.0.0"
+ },
+ "_requiredBy": [
+ "/bin-version"
+ ],
+ "_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz",
+ "_shasum": "10297f98030a786829681690545ef659ed1d254e",
+ "_spec": "find-versions@^3.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-version",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/find-versions/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "semver-regex": "^2.0.0"
+ },
+ "deprecated": false,
+ "description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "tsd": "^0.7.2",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/sindresorhus/find-versions#readme",
+ "keywords": [
+ "semver",
+ "version",
+ "versions",
+ "regex",
+ "regexp",
+ "match",
+ "matching",
+ "semantic",
+ "find",
+ "extract",
+ "get"
+ ],
+ "license": "MIT",
+ "name": "find-versions",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/find-versions.git"
+ },
+ "scripts": {
+ "test": "xo && ava && tsd"
+ },
+ "version": "3.2.0"
+}