u200b
Version:
Append, prepend, and insert zero-width space to string.
34 lines (33 loc) • 783 B
JSON
{
"name": "disdo",
"version": "0.17.0",
"main": "disdo.deploy.js",
"support": "disdo.support.js",
"homepage": "https://github.com/volkovasystems/disdo",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"description": "Transform any human readable alphanumeric string divided by certain characters into space separated form. Latin word for spread.",
"moduleType": [
"globals",
"node"
],
"keywords": [
"disdo",
"spread",
"space-separated-string"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"falzy": "^0.23.0"
}
}