Latest updates from IceHrmPro

This commit is contained in:
Thilina Pituwala
2020-05-20 18:47:29 +02:00
parent 60c92d7935
commit 7453a58aad
18012 changed files with 2089245 additions and 10173 deletions

48
web/node_modules/string-convert/package.json generated vendored Normal file
View File

@@ -0,0 +1,48 @@
{
"_from": "string-convert@^0.2.0",
"_id": "string-convert@0.2.1",
"_inBundle": false,
"_integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=",
"_location": "/string-convert",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "string-convert@^0.2.0",
"name": "string-convert",
"escapedName": "string-convert",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/json2mq"
],
"_resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
"_shasum": "6982cc3049fbb4cd85f8b24568b9d9bf39eeff97",
"_spec": "string-convert@^0.2.0",
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/json2mq",
"author": "",
"bugs": {
"url": "https://github.com/akiran/string-convert/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "String convertions",
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.3.0"
},
"homepage": "https://github.com/akiran/string-convert#readme",
"license": "MIT",
"main": "index.js",
"name": "string-convert",
"repository": {
"type": "git",
"url": "git+https://github.com/akiran/string-convert.git"
},
"scripts": {
"test": "mocha test"
},
"version": "0.2.1"
}