{
  "_args": [
    [
      "@wpackio/babel-preset-base@4.4.1",
      "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais"
    ]
  ],
  "_development": true,
  "_from": "@wpackio/babel-preset-base@4.4.1",
  "_id": "@wpackio/babel-preset-base@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-jjJwYML2qkLI5klEBhrfyZoQhbkIZbxm/2rv+7oL/1LCTMOyBfjlKIm8FxaRbALCsKipkwuXbEgfF+SO6MaXRA==",
  "_location": "/@wpackio/babel-preset-base",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@wpackio/babel-preset-base@4.4.1",
    "name": "@wpackio/babel-preset-base",
    "escapedName": "@wpackio%2fbabel-preset-base",
    "scope": "@wpackio",
    "rawSpec": "4.4.1",
    "saveSpec": null,
    "fetchSpec": "4.4.1"
  },
  "_requiredBy": [
    "/@wpackio/scripts"
  ],
  "_resolved": "https://registry.npmjs.org/@wpackio/babel-preset-base/-/babel-preset-base-4.4.1.tgz",
  "_spec": "4.4.1",
  "_where": "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais",
  "author": {
    "name": "Swashata Ghosh",
    "email": "swashata4u@gmail.com",
    "url": "https://swas.io"
  },
  "bugs": {
    "url": "https://github.com/swashata/wp-webpack-script/issues"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-json-strings": "^7.8.3",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.9.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.8.3",
    "@babel/plugin-transform-destructuring": "^7.8.8",
    "@babel/plugin-transform-runtime": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-react": "^7.9.1",
    "@babel/runtime": "^7.9.0"
  },
  "description": "Babel preset for @wps/scripts, without react specific transforms.",
  "devDependencies": {
    "@babel/core": "7.9.0",
    "@wpackio/eslint-config": "^4.4.1",
    "dts-gen": "0.6.0"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "files": [
    "lib"
  ],
  "gitHead": "0137786b5007cbf74d50375f784f1a8b6c4f05a2",
  "homepage": "https://wpack.io",
  "keywords": [
    "wordpress",
    "bundler",
    "webpack",
    "browser-sync",
    "wordpress-bundler"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@wpackio/babel-preset-base",
  "peerDependencies": {
    "@babel/core": ">=7.0.0"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swashata/wp-webpack-script.git"
  },
  "scripts": {
    "build": "yarn clean && yarn build:types && yarn build:js",
    "build:js": "babel ./src --out-dir lib --extensions '.ts,.tsx'",
    "build:types": "tsc --emitDeclarationOnly",
    "clean": "rimraf './lib' && rm -f ./tsconfig.tsbuildinfo",
    "lint": "eslint src --ext='.ts,.js'",
    "prepare": "cross-env NODE_ENV=production yarn build",
    "test": "jest --color",
    "type-check": "tsc --emitDeclarationOnly",
    "type-check:watch": "yarn type-check --watch"
  },
  "types": "lib/index.d.ts",
  "version": "4.4.1"
}
