{
  "_from": "@rollup/plugin-babel@^5.2.0",
  "_id": "@rollup/plugin-babel@5.3.0",
  "_inBundle": false,
  "_integrity": "sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==",
  "_location": "/@rollup/plugin-babel",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@rollup/plugin-babel@^5.2.0",
    "name": "@rollup/plugin-babel",
    "escapedName": "@rollup%2fplugin-babel",
    "scope": "@rollup",
    "rawSpec": "^5.2.0",
    "saveSpec": null,
    "fetchSpec": "^5.2.0"
  },
  "_requiredBy": [
    "/workbox-build"
  ],
  "_resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz",
  "_shasum": "9cb1c5146ddd6a4968ad96f209c50c62f92f9879",
  "_spec": "@rollup/plugin-babel@^5.2.0",
  "_where": "C:\\Users\\Others\\Desktop\\cms-api\\cms-aptitude-apis\\node_modules\\workbox-build",
  "author": {
    "name": "Rich Harris"
  },
  "ava": {
    "babel": {
      "compileEnhancements": false
    },
    "files": [
      "!**/fixtures/**",
      "!**/helpers/**",
      "!**/recipes/**",
      "!**/types.ts"
    ]
  },
  "bugs": {
    "url": "https://github.com/rollup/plugins/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Bogdan Chadkin",
      "email": "trysound@yandex.ru"
    },
    {
      "name": "Mateusz Burzyński",
      "email": "mateuszburzynski@gmail.com",
      "url": "https://github.com/Andarist"
    }
  ],
  "dependencies": {
    "@babel/helper-module-imports": "^7.10.4",
    "@rollup/pluginutils": "^3.1.0"
  },
  "deprecated": false,
  "description": "Seamless integration between Rollup and Babel.",
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/plugin-external-helpers": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "@types/babel__core": "^7.1.9",
    "rollup": "^2.23.0",
    "source-map": "^0.7.3"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "files": [
    "dist",
    "types",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/rollup/plugins/tree/master/packages/babel#readme",
  "keywords": [
    "rollup",
    "plugin",
    "rollup-plugin",
    "babel",
    "es2015",
    "es6"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "name": "@rollup/plugin-babel",
  "peerDependencies": {
    "@babel/core": "^7.0.0",
    "@types/babel__core": "^7.1.9",
    "rollup": "^1.20.0||^2.0.0"
  },
  "peerDependenciesMeta": {
    "@types/babel__core": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/plugins.git"
  },
  "scripts": {
    "build": "rollup -c",
    "ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
    "ci:lint": "pnpm run build && pnpm run lint",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "ci:test": "pnpm run test -- --verbose",
    "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",
    "lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write README.md",
    "lint:js": "eslint --fix --cache src test",
    "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
    "prebuild": "del-cli dist",
    "prepublishOnly": "pnpm run lint && pnpm run test && pnpm run build && pnpm run test:ts",
    "pretest": "pnpm run build",
    "test": "ava",
    "test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
  },
  "types": "types/index.d.ts",
  "version": "5.3.0"
}
