u200b
Version:
Append, prepend, and insert zero-width space to string.
42 lines (41 loc) • 929 B
JSON
{
"name": "komento",
"version": "0.33.0",
"main": "komento.deploy.js",
"support": "komento.support.js",
"homepage": "https://github.com/volkovasystems/komento",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"description": "Parses comments inside javascript functions and converts them to string.",
"moduleType": [
"globals",
"node"
],
"keywords": [
"comment",
"parser",
"komento"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"depher": "^0.38.0",
"falzy": "^0.23.0",
"handlebars": "^4.0.10",
"protype": "^0.24.0",
"realign": "^0.19.0",
"stringe": "^0.5.0",
"stuffed": "^0.27.0",
"truly": "^0.20.0",
"wichevr": "^0.14.0"
}
}