UNPKG

u200b

Version:

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

57 lines (56 loc) 1.54 kB
{ "name": "u200b", "version": "0.35.0", "description": "Append, prepend, and insert zero-width space to string.", "main": "u200b.js", "support": "u200b.support.js", "deploy": "u200b.deploy.js", "browser": "u200b.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "build": "babel u200b.js --out-file u200b.support.js --source-maps && webpack --progress --display-modules", "pretest": "npm run clear && npm run build", "test": "node u200b-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/u200b.git" }, "keywords": [ "zero-width-space", "space", "space-separator" ], "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/u200b/issues" }, "homepage": "https://github.com/volkovasystems/u200b#readme", "dependencies": { "arid": "^0.30.0", "babel-runtime": "^6.25.0", "clazof": "^0.36.0", "diatom": "^0.34.0", "falzy": "^0.23.0", "harden": "^0.23.0", "optfor": "^0.33.0", "plough": "^0.29.0", "stringe": "^0.5.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.5.4" } }