add Base64 handling

This commit is contained in:
2016-11-01 00:22:38 +01:00
parent 68d0124c24
commit 3858127968
27 changed files with 515 additions and 362 deletions

View File

@@ -22,12 +22,14 @@
},
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
"devDependencies": {
"@types/should": "^8.1.30",
"beautylog": "^6.0.0",
"npmts-g": "^5.2.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
"should": "^11.1.1",
"typings-test": "^1.0.3"
},
"dependencies": {
"beautylog": "^5.0.20",
"typings-global": "^1.0.6"
"js-base64": "^2.1.9",
"typings-global": "^1.0.14"
}
}