UNPKG

babel-plugin-transform-strip-block

Version:

A Babel Plugin to strip blocks of code marked by special comment tags.

52 lines (51 loc) 1.33 kB
{ "name": "babel-plugin-transform-strip-block", "description": "A Babel Plugin to strip blocks of code marked by special comment tags.", "version": "0.0.5", "license": "MIT", "files": [ "dist-*/", "bin/" ], "pika": true, "sideEffects": false, "keywords": [ "babel-plugin", "babel-transform" ], "homepage": "https://github.com/felix-kaestner/babel-plugin-transform-strip-block", "dependencies": { "@babel/helper-plugin-utils": "^7.16.5", "@babel/types": "^7.16.0" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "@pika/pack": "^0.5.0", "@pika/plugin-build-node": "^0.9.2", "@pika/plugin-build-web": "^0.9.2", "@pika/plugin-standard-pkg": "^0.9.2", "babel-jest": "^26.6.3", "babel-plugin-tester": "^9.2.0", "eslint": "^7.32.0", "eslint-config-prettier": "^6.15.0", "husky": "^4.3.8", "jest": "^26.6.3", "lint-staged": "^10.5.4", "np": "^6.5.0", "prettier": "^2.5.1" }, "engines": { "node": ">= 10.0.0", "npm": ">= 6.x", "yarn": ">= 1.4.x" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "esnext": "dist-src/index.js", "main": "dist-node/index.js", "module": "dist-web/index.js" }