Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/irregular-plurals/package.json b/node_modules/irregular-plurals/package.json
new file mode 100644
index 0000000..92cea7b
--- /dev/null
+++ b/node_modules/irregular-plurals/package.json
@@ -0,0 +1,71 @@
+{
+ "_from": "irregular-plurals@^2.0.0",
+ "_id": "irregular-plurals@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-Y75zBYLkh0lJ9qxeHlMjQ7bSbyiSqNW/UOPWDmzC7cXskL1hekSITh1Oc6JV0XCWWZ9DE8VYSB71xocLk3gmGw==",
+ "_location": "/irregular-plurals",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "irregular-plurals@^2.0.0",
+ "name": "irregular-plurals",
+ "escapedName": "irregular-plurals",
+ "rawSpec": "^2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^2.0.0"
+ },
+ "_requiredBy": [
+ "/plur"
+ ],
+ "_resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-2.0.0.tgz",
+ "_shasum": "39d40f05b00f656d0b7fa471230dd3b714af2872",
+ "_spec": "irregular-plurals@^2.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\plur",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/irregular-plurals/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Map of nouns to their irregular plural form",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js",
+ "irregular-plurals.json"
+ ],
+ "homepage": "https://github.com/sindresorhus/irregular-plurals#readme",
+ "keywords": [
+ "word",
+ "words",
+ "list",
+ "map",
+ "hash",
+ "json",
+ "irregular",
+ "plural",
+ "plurals",
+ "noun",
+ "nouns"
+ ],
+ "license": "MIT",
+ "name": "irregular-plurals",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/irregular-plurals.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
+}