UNPKG

u200b

Version:

Append, prepend, and insert zero-width space to string.

56 lines (55 loc) 1.55 kB
{ "name": "komento", "version": "0.33.0", "description": "Parses comments inside javascript functions and converts them to string.", "main": "komento.js", "support": "komento.support.js", "deploy": "komento.deploy.js", "browser": "komento.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "build": "babel komento.js --out-file komento.support.js --source-maps && webpack --progress --display-modules", "pretest": "npm run clear && npm run build", "test": "node komento-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/komento.git" }, "keywords": [ "comment", "parser", "komento" ], "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/komento/issues" }, "homepage": "https://github.com/volkovasystems/komento#readme", "dependencies": { "babel-runtime": "^6.25.0", "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" }, "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.4.1" } }