package.json 3.4 KB

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