{
  "_args": [
    [
      "babel-plugin-const-enum@1.2.0",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_development": true,
  "_from": "babel-plugin-const-enum@1.2.0",
  "_id": "babel-plugin-const-enum@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==",
  "_location": "/babel-plugin-const-enum",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "babel-plugin-const-enum@1.2.0",
    "name": "babel-plugin-const-enum",
    "escapedName": "babel-plugin-const-enum",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/@nrwl/web"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-const-enum/-/babel-plugin-const-enum-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Lau"
  },
  "bugs": {
    "url": "https://github.com/dosentmatter/babel-plugin-const-enum/issues"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.0.0",
    "@babel/plugin-syntax-typescript": "^7.3.3",
    "@babel/traverse": "^7.16.0"
  },
  "description": "Transform TypeScript `const` enums",
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.0",
    "@babel/plugin-transform-typescript": "^7.9.4",
    "@babel/preset-env": "^7.5.0",
    "babel-jest": "^27.0.6",
    "eslint": "^7.7.0",
    "jest": "^27.0.6",
    "prettier": "^2.0.4"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/dosentmatter/babel-plugin-const-enum#readme",
  "keywords": [
    "babel-plugin",
    "typescript",
    "const",
    "enum",
    "terser",
    "uglify",
    "minify",
    "compress"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "babel-plugin-const-enum",
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dosentmatter/babel-plugin-const-enum.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "lint-fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'",
    "prepublishOnly": "yarn run build",
    "prettier-fix": "prettier --write 'src/**/*.js' '__tests__/**/*.js'",
    "test": "jest"
  },
  "version": "1.2.0"
}
