UNPKG

babel-plugin-transform-private-underscore

Version:

Babel plugin to make class properties starting with an underscore really private

50 lines (49 loc) 1.18 kB
{ "name": "babel-plugin-transform-private-underscore", "version": "0.1.4", "description": "Babel plugin to make class properties starting with an underscore really private", "main": "lib/index.js", "scripts": { "clean": "rm -rf lib && rm -rf coverage", "build": "babel src -d lib", "test": "jest", "lint": "eslint ." }, "author": "Thibault Derousseaux <tib.dex@gmail.com>", "license": "MIT", "keywords": [ "babel", "babel-plugin", "transform", "class", "underscore", "private", "weakmap" ], "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/tibdex/babel-plugin-transform-private-underscore.git" }, "engines": { "npm": ">=3.8.6", "node": ">=6.1.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-preset-es2015": "^6.14.0", "eslint": "^3.10.0", "eslint-config-airbnb-base": "^10.0.0", "eslint-plugin-import": "^2.2.0", "jest": "^17.0.0", "lodash.isequal": "^4.4.0" }, "dependencies": { "babel-register": "^6.14.0", "babel-template": "^6.14.0", "babel-types": "^6.14.0" } }