package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_from": "node-plop@~0.26.2",
  3. "_id": "node-plop@0.26.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Cov028YhBZ5aB7MdMWJEmwyBig43aGL5WT4vdoB28Oitau1zZAcHUn8Sgfk9HM33TqhtLJ9PlM/O0Mv+QpV/4Q==",
  6. "_location": "/node-plop",
  7. "_phantomChildren": {
  8. "@nodelib/fs.walk": "1.2.8",
  9. "@types/glob": "7.2.0",
  10. "aggregate-error": "3.1.0",
  11. "glob": "7.2.3",
  12. "glob-parent": "5.1.2",
  13. "graceful-fs": "4.2.10",
  14. "is-glob": "4.0.3",
  15. "is-path-cwd": "2.2.0",
  16. "merge2": "1.4.1",
  17. "picomatch": "2.3.1"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "node-plop@~0.26.2",
  23. "name": "node-plop",
  24. "escapedName": "node-plop",
  25. "rawSpec": "~0.26.2",
  26. "saveSpec": null,
  27. "fetchSpec": "~0.26.2"
  28. },
  29. "_requiredBy": [
  30. "/plop"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/node-plop/-/node-plop-0.26.3.tgz",
  33. "_shasum": "d6fa7e71393c8b940513ba8c4868f8aaa6dea9df",
  34. "_spec": "node-plop@~0.26.2",
  35. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\plop",
  36. "author": {
  37. "name": "Andrew Worcester",
  38. "email": "andrew@amwmedia.com",
  39. "url": "http://amwmedia.com"
  40. },
  41. "ava": {
  42. "files": [
  43. "tests/*.ava.js"
  44. ],
  45. "sources": [
  46. "tests/**/plopfile.js",
  47. "lib/**/*.js"
  48. ],
  49. "require": [
  50. "@babel/register"
  51. ],
  52. "tap": true
  53. },
  54. "bugs": {
  55. "url": "https://github.com/amwmedia/node-plop/issues"
  56. },
  57. "bundleDependencies": false,
  58. "dependencies": {
  59. "@babel/runtime-corejs3": "^7.9.2",
  60. "@types/inquirer": "^6.5.0",
  61. "change-case": "^3.1.0",
  62. "del": "^5.1.0",
  63. "globby": "^10.0.1",
  64. "handlebars": "^4.4.3",
  65. "inquirer": "^7.1.0",
  66. "isbinaryfile": "^4.0.2",
  67. "lodash.get": "^4.4.2",
  68. "mkdirp": "^0.5.1",
  69. "resolve": "^1.12.0"
  70. },
  71. "deprecated": false,
  72. "description": "programmatic plopping for fun and profit",
  73. "devDependencies": {
  74. "@babel/cli": "^7.6.4",
  75. "@babel/core": "^7.6.4",
  76. "@babel/plugin-transform-runtime": "^7.9.0",
  77. "@babel/preset-env": "^7.6.3",
  78. "@babel/register": "^7.6.2",
  79. "@types/node": "^13.13.5",
  80. "@typescript-eslint/eslint-plugin": "^2.21.0",
  81. "@typescript-eslint/parser": "^2.21.0",
  82. "ava": "^2.4.0",
  83. "dtslint": "^3.5.1",
  84. "eslint": "^6.8.0",
  85. "eslint-config-standard": "^14.1.0",
  86. "eslint-plugin-import": "^2.18.2",
  87. "eslint-plugin-node": "^10.0.0",
  88. "eslint-plugin-promise": "^4.2.1",
  89. "eslint-plugin-standard": "^4.0.1",
  90. "plop": "^2.4.0",
  91. "plop-pack-fancy-comments": "^0.2.1",
  92. "pre-commit": "^1.x",
  93. "typescript": "^3.8.2"
  94. },
  95. "engines": {
  96. "node": ">=8.9.4"
  97. },
  98. "homepage": "https://github.com/amwmedia/node-plop#readme",
  99. "keywords": [
  100. "plop",
  101. "generator",
  102. "scaffolding",
  103. "node",
  104. "programmatic",
  105. "automation"
  106. ],
  107. "license": "MIT",
  108. "main": "lib/index.js",
  109. "name": "node-plop",
  110. "pre-commit": [
  111. "eslint",
  112. "test"
  113. ],
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/amwmedia/node-plop.git"
  117. },
  118. "scripts": {
  119. "clean": "node ./build-scripts/clean",
  120. "compile": "npm run clean && babel src --out-dir lib",
  121. "compile-watch": "babel src --watch --out-dir lib",
  122. "develop": "npm run clean && (npm run compile-watch & npm run test-watch)",
  123. "eslint": "eslint src/",
  124. "prepublishOnly": "npm run compile",
  125. "test": "npm run test:js && npm run test:typings",
  126. "test-watch": "ava --watch",
  127. "test:js": "npm run eslint && npm run compile && ava",
  128. "test:typings": "dtslint types --localTs node_modules/typescript/lib --expectOnly"
  129. },
  130. "types": "types/index.d.ts",
  131. "version": "0.26.3"
  132. }