{
  "_from": "plop@4.0.1",
  "_id": "plop@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-5n8QU93kvL/ObOzBcPAB1siVFtAH1TZM6TntJ3JK5kXT0jIgnQV+j+uaOWWFJlg1cNkzLYm8klgASF65K36q9w==",
  "_location": "/plop",
  "_phantomChildren": {
    "@inquirer/figures": "1.0.10",
    "@types/through": "0.0.33",
    "ansi-escapes": "4.3.2",
    "ansi-styles": "4.3.0",
    "bl": "4.1.0",
    "capital-case": "1.0.4",
    "cli-cursor": "3.1.0",
    "cli-spinners": "2.9.2",
    "dir-glob": "3.0.1",
    "external-editor": "3.1.0",
    "fast-glob": "3.3.3",
    "get-east-asian-width": "1.3.0",
    "graceful-fs": "4.2.11",
    "handlebars": "4.7.8",
    "has-flag": "4.0.0",
    "ignore": "5.3.2",
    "is-glob": "4.0.3",
    "is-interactive": "1.0.0",
    "is-unicode-supported": "0.1.0",
    "lodash.get": "4.4.2",
    "log-symbols": "4.1.0",
    "merge2": "1.4.1",
    "mimic-function": "5.0.1",
    "resolve": "1.22.10",
    "rimraf": "3.0.2",
    "rxjs": "7.8.2",
    "stdin-discarder": "0.2.2",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "tslib": "2.8.1",
    "wcwidth": "1.0.1",
    "yoctocolors-cjs": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "plop@4.0.1",
    "name": "plop",
    "escapedName": "plop",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/@strapi/generators"
  ],
  "_resolved": "https://registry.npmjs.org/plop/-/plop-4.0.1.tgz",
  "_shasum": "85d8a6e9d6d4dbcb1ec811f0d3220ae869539dd2",
  "_spec": "plop@4.0.1",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/generators",
  "author": {
    "name": "Andrew Worcester",
    "email": "andrew@amwmedia.com",
    "url": "http://amwmedia.com"
  },
  "bin": {
    "plop": "bin/plop.js"
  },
  "bugs": {
    "url": "https://github.com/plopjs/plop/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/liftoff": "^4.0.3",
    "chalk": "^5.3.0",
    "interpret": "^3.1.1",
    "liftoff": "^4.0.0",
    "minimist": "^1.2.8",
    "node-plop": "^0.32.0",
    "ora": "^8.0.0",
    "v8flags": "^4.0.1"
  },
  "deprecated": false,
  "description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
  "devDependencies": {
    "cli-testing-library": "^2.0.1",
    "inquirer-directory": "^2.2.0",
    "nyc": "^15.1.0",
    "plop-pack-fancy-comments": "^0.2.1",
    "queue-microtask": "^1.2.3",
    "vitest": "^1.1.0"
  },
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://plopjs.com",
  "keywords": [
    "generator",
    "scaffolding",
    "yeoman",
    "make",
    "build",
    "generate",
    "gen",
    "plop"
  ],
  "license": "MIT",
  "main": "./src/plop.js",
  "name": "plop",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plopjs/plop.git",
    "directory": "packages/plop"
  },
  "scripts": {
    "postpublish": "node ./scripts/postpublish.js",
    "prepublishOnly": "node ./scripts/prepublishOnly.js",
    "test": "npm run test:instrument && npm run vitest && nyc report",
    "test:instrument": "nyc instrument ./bin ./instrumented/bin && nyc instrument ./src ./instrumented/src && cp package.json ./instrumented",
    "vitest": "vitest run"
  },
  "type": "module",
  "version": "4.0.1"
}
