{
  "_from": "node-plop@0.26.3",
  "_id": "node-plop@0.26.3",
  "_inBundle": false,
  "_integrity": "sha512-Cov028YhBZ5aB7MdMWJEmwyBig43aGL5WT4vdoB28Oitau1zZAcHUn8Sgfk9HM33TqhtLJ9PlM/O0Mv+QpV/4Q==",
  "_location": "/node-plop",
  "_phantomChildren": {
    "ansi-escapes": "4.3.2",
    "cli-cursor": "3.1.0",
    "cli-width": "3.0.0",
    "external-editor": "3.1.0",
    "figures": "3.2.0",
    "lodash": "4.17.21",
    "minimist": "1.2.8",
    "mute-stream": "0.0.8",
    "run-async": "2.4.1",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "through": "2.3.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-plop@0.26.3",
    "name": "node-plop",
    "escapedName": "node-plop",
    "rawSpec": "0.26.3",
    "saveSpec": null,
    "fetchSpec": "0.26.3"
  },
  "_requiredBy": [
    "/@strapi/generators",
    "/plop"
  ],
  "_resolved": "https://registry.npmjs.org/node-plop/-/node-plop-0.26.3.tgz",
  "_shasum": "d6fa7e71393c8b940513ba8c4868f8aaa6dea9df",
  "_spec": "node-plop@0.26.3",
  "_where": "/home/ghf/system/node_modules/@strapi/generators",
  "author": {
    "name": "Andrew Worcester",
    "email": "andrew@amwmedia.com",
    "url": "http://amwmedia.com"
  },
  "ava": {
    "files": [
      "tests/*.ava.js"
    ],
    "sources": [
      "tests/**/plopfile.js",
      "lib/**/*.js"
    ],
    "require": [
      "@babel/register"
    ],
    "tap": true
  },
  "bugs": {
    "url": "https://github.com/amwmedia/node-plop/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime-corejs3": "^7.9.2",
    "@types/inquirer": "^6.5.0",
    "change-case": "^3.1.0",
    "del": "^5.1.0",
    "globby": "^10.0.1",
    "handlebars": "^4.4.3",
    "inquirer": "^7.1.0",
    "isbinaryfile": "^4.0.2",
    "lodash.get": "^4.4.2",
    "mkdirp": "^0.5.1",
    "resolve": "^1.12.0"
  },
  "deprecated": false,
  "description": "programmatic plopping for fun and profit",
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/plugin-transform-runtime": "^7.9.0",
    "@babel/preset-env": "^7.6.3",
    "@babel/register": "^7.6.2",
    "@types/node": "^13.13.5",
    "@typescript-eslint/eslint-plugin": "^2.21.0",
    "@typescript-eslint/parser": "^2.21.0",
    "ava": "^2.4.0",
    "dtslint": "^3.5.1",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "plop": "^2.4.0",
    "plop-pack-fancy-comments": "^0.2.1",
    "pre-commit": "^1.x",
    "typescript": "^3.8.2"
  },
  "engines": {
    "node": ">=8.9.4"
  },
  "homepage": "https://github.com/amwmedia/node-plop#readme",
  "keywords": [
    "plop",
    "generator",
    "scaffolding",
    "node",
    "programmatic",
    "automation"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "node-plop",
  "pre-commit": [
    "eslint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amwmedia/node-plop.git"
  },
  "scripts": {
    "clean": "node ./build-scripts/clean",
    "compile": "npm run clean && babel src --out-dir lib",
    "compile-watch": "babel src --watch --out-dir lib",
    "develop": "npm run clean && (npm run compile-watch & npm run test-watch)",
    "eslint": "eslint src/",
    "prepublishOnly": "npm run compile",
    "test": "npm run test:js && npm run test:typings",
    "test-watch": "ava --watch",
    "test:js": "npm run eslint && npm run compile && ava",
    "test:typings": "dtslint types --localTs node_modules/typescript/lib --expectOnly"
  },
  "types": "types/index.d.ts",
  "version": "0.26.3"
}
