{
  "_from": "babel-plugin-const-enum@^1.0.1",
  "_id": "babel-plugin-const-enum@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==",
  "_location": "/babel-plugin-const-enum",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-plugin-const-enum@^1.0.1",
    "name": "babel-plugin-const-enum",
    "escapedName": "babel-plugin-const-enum",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/@nrwl/web"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-const-enum/-/babel-plugin-const-enum-1.2.0.tgz",
  "_shasum": "3d25524106f68f081e187829ba736b251c289861",
  "_spec": "babel-plugin-const-enum@^1.0.1",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@nrwl/web",
  "author": {
    "name": "Kevin Lau"
  },
  "bugs": {
    "url": "https://github.com/dosentmatter/babel-plugin-const-enum/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.0.0",
    "@babel/plugin-syntax-typescript": "^7.3.3",
    "@babel/traverse": "^7.16.0"
  },
  "deprecated": false,
  "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"
}
