u200b
Version:
Append, prepend, and insert zero-width space to string.
55 lines • 1.5 kB
JSON
{
"name": "transyl",
"version": "0.4.0",
"description": "Compare symbols if similar.",
"main": "transyl.js",
"support": "transyl.support.js",
"deploy": "transyl.deploy.js",
"browser": "transyl.deploy.js",
"scripts": {
"build": "babel transyl.js --out-file transyl.support.js --source-maps && webpack --progress --display-modules",
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"formal": "jesy apply '*.json'",
"pretest": "npm run clear && npm run build",
"test": "node transyl-test.js",
"posttest": "npm run formal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/transyl.git"
},
"keywords": [
"compare",
"symbols",
"similar",
"transyl"
],
"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/transyl/issues"
},
"homepage": "https://github.com/volkovasystems/transyl#readme",
"dependencies": {
"babel-runtime": "^6.25.0",
"falzy": "^0.23.0",
"mtch": "^0.6.0",
"plough": "^0.29.0",
"protype": "^0.24.0",
"shft": "^0.5.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"
}
}