UNPKG

u200b

Version:

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

55 lines (54 loc) 1.55 kB
{ "name": "diatom", "version": "0.34.0", "description": "Class blueprint", "main": "diatom.js", "support": "diatom.support.js", "deploy": "diatom.deploy.js", "browser": "diatom.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "build:template": "babel template.module.js -o template.js --source-maps", "build:diatom": "babel diatom.js --out-file diatom.support.js --source-maps", "build": "npm run build:template && npm run build:diatom && webpack --progress --display-modules", "pretest": "npm run clear && npm run build", "test": "node diatom-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/diatom.git" }, "keywords": [ "class", "blueprint", "genesis" ], "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/diatom/issues" }, "homepage": "https://github.com/volkovasystems/diatom#readme", "dependencies": { "arid": "^0.30.0", "babel-runtime": "^6.25.0", "burne": "^0.6.0", "falzy": "^0.23.0", "komento": "^0.33.0", "llamalize": "^0.17.0", "shft": "^0.5.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.3" } }