u200b
Version:
Append, prepend, and insert zero-width space to string.
48 lines (47 loc) • 1.4 kB
JSON
{
"name": "disdo",
"version": "0.17.0",
"description": "Transform any human readable alphanumeric string divided by certain characters into space separated form. Latin word for spread.",
"main": "disdo.js",
"support": "disdo.support.js",
"deploy": "disdo.deploy.js",
"browser": "disdo.deploy.js",
"scripts": {
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"build": "babel disdo.js --out-file disdo.support.js --source-maps && webpack --progress --display-modules",
"pretest": "npm run clear && npm run build",
"test": "node disdo-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/disdo.git"
},
"keywords": [
"spread",
"space-separated-string",
"disdo"
],
"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"contributors": [
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystems/disdo/issues"
},
"homepage": "https://github.com/volkovasystems/disdo#readme",
"dependencies": {
"babel-runtime": "^6.25.0",
"falzy": "^0.23.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"source-map-loader": "^0.2.1",
"webpack": "^3.5.1"
}
}