package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "plop@2.7.4",
  3. "_id": "plop@2.7.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SaqN3mwug/Ur2RE/ryo05oLTLy+8qZGwosNt9JnrFWca+dLCsPJR1j2ZXwjrccmNu6LA7eB56lRyk/G0fKf9HA==",
  6. "_location": "/plop",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "has-ansi": "2.0.0"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "plop@2.7.4",
  15. "name": "plop",
  16. "escapedName": "plop",
  17. "rawSpec": "2.7.4",
  18. "saveSpec": null,
  19. "fetchSpec": "2.7.4"
  20. },
  21. "_requiredBy": [
  22. "#DEV:/"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/plop/-/plop-2.7.4.tgz",
  25. "_shasum": "835280aef3541102063b758f5116cce899e1c72b",
  26. "_spec": "plop@2.7.4",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  28. "author": {
  29. "name": "Andrew Worcester",
  30. "email": "andrew@amwmedia.com",
  31. "url": "http://amwmedia.com"
  32. },
  33. "bin": {
  34. "plop": "bin/plop.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/amwmedia/plop/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@types/liftoff": "^2.5.0",
  42. "chalk": "^1.1.3",
  43. "interpret": "^1.2.0",
  44. "liftoff": "^2.5.0",
  45. "minimist": "^1.2.0",
  46. "node-plop": "~0.26.2",
  47. "ora": "^3.4.0",
  48. "v8flags": "^2.0.10"
  49. },
  50. "deprecated": false,
  51. "description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
  52. "devDependencies": {
  53. "inquirer-directory": "^2.2.0",
  54. "plop-pack-fancy-comments": "^0.2.0"
  55. },
  56. "engines": {
  57. "node": ">=8.9.4"
  58. },
  59. "homepage": "https://plopjs.com",
  60. "keywords": [
  61. "generator",
  62. "scaffolding",
  63. "yeoman",
  64. "make",
  65. "build",
  66. "generate",
  67. "gen",
  68. "plop"
  69. ],
  70. "license": "MIT",
  71. "main": "./src/plop",
  72. "name": "plop",
  73. "preferGlobal": "true",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/amwmedia/plop.git"
  77. },
  78. "version": "2.7.4"
  79. }