{
  "_args": [
    [
      {
        "raw": "babel-plugin-dynamic-import-node@1.1.0",
        "scope": null,
        "escapedName": "babel-plugin-dynamic-import-node",
        "name": "babel-plugin-dynamic-import-node",
        "rawSpec": "1.1.0",
        "spec": "1.1.0",
        "type": "version"
      },
      "/home/centralpertec/public_html/react-loadbar/node_modules/@baristalabs/react-scripts-ts"
    ]
  ],
  "_from": "babel-plugin-dynamic-import-node@1.1.0",
  "_id": "babel-plugin-dynamic-import-node@1.1.0",
  "_inCache": true,
  "_location": "/babel-plugin-dynamic-import-node",
  "_nodeVersion": "8.4.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/babel-plugin-dynamic-import-node-1.1.0.tgz_1505105213914_0.7788259815424681"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "babel-plugin-dynamic-import-node@1.1.0",
    "scope": null,
    "escapedName": "babel-plugin-dynamic-import-node",
    "name": "babel-plugin-dynamic-import-node",
    "rawSpec": "1.1.0",
    "spec": "1.1.0",
    "type": "version"
  },
  "_requiredBy": [
    "/@baristalabs/react-scripts-ts"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.1.0.tgz",
  "_shasum": "bd1d88ac7aaf98df4917c384373b04d971a2b37a",
  "_shrinkwrap": null,
  "_spec": "babel-plugin-dynamic-import-node@1.1.0",
  "_where": "/home/centralpertec/public_html/react-loadbar/node_modules/@baristalabs/react-scripts-ts",
  "author": {
    "name": "Jordan Gensler",
    "email": "jordan.gensler@airbnb.com"
  },
  "bugs": {
    "url": "https://github.com/airbnb/babel-plugin-dynamic-import-node/issues"
  },
  "dependencies": {
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-template": "^6.26.0",
    "babel-types": "^6.26.0"
  },
  "description": "Babel plugin to transpile import() to a deferred require(), for node",
  "devDependencies": {
    "airbnb-js-shims": "^1.3.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel-preset-airbnb": "^2.4.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "eslint": "^4.6.1",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-plugin-import": "^2.7.0",
    "in-publish": "^2.0.0",
    "mocha": "^3.5.2",
    "rimraf": "^2.6.1",
    "safe-publish-latest": "^1.1.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "integrity": "sha512-tTfZbM9Ecwj3GK50mnPrUpinTwA4xXmDiQGCk/aBYbvl1+X8YqldK86wZ1owVJ4u3mrKbRlXMma80J18qwiaTQ==",
    "shasum": "bd1d88ac7aaf98df4917c384373b04d971a2b37a",
    "tarball": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.1.0.tgz"
  },
  "gitHead": "c6d1c6be8b227380fc5b8e9e697c124f3275ec49",
  "homepage": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
  "keywords": [
    "babel",
    "plugin",
    "dynamic",
    "import",
    "node"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    },
    {
      "name": "airbnb",
      "email": "jordan.harband+npm@airbnb.com"
    },
    {
      "name": "jordangens",
      "email": "jordangens@gmail.com"
    }
  ],
  "name": "babel-plugin-dynamic-import-node",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
    "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
    "clean": "rimraf lib",
    "lint": "eslint .",
    "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
    "prebuild": "npm run clean",
    "prepublish": "not-in-publish || (safe-publish-latest && npm run build)",
    "pretest": "npm run lint",
    "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
    "tag": "git tag v$npm_package_version",
    "test": "npm run tests-only",
    "tests-only": "mocha",
    "version:major": "npm --no-git-tag-version version major",
    "version:minor": "npm --no-git-tag-version version minor",
    "version:patch": "npm --no-git-tag-version version patch"
  },
  "version": "1.1.0"
}
