package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. {
  2. "_args": [
  3. [
  4. "mocha-webpack@2.0.0-beta.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mocha-webpack@2.0.0-beta.0",
  10. "_id": "mocha-webpack@2.0.0-beta.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2ezbW0h5cYWr874F/hzytQCqINxk+GVelMY4xWTSHwwH1LrPAOzjlUljZ+/PhpaP6QeqYbL5x5vK/bnaXqkfEw==",
  13. "_location": "/mocha-webpack",
  14. "_phantomChildren": {
  15. "array-union": "1.0.2",
  16. "async-each": "1.0.3",
  17. "bindings": "1.5.0",
  18. "braces": "2.3.2",
  19. "dir-glob": "2.2.2",
  20. "glob": "7.1.6",
  21. "graceful-fs": "4.2.4",
  22. "ignore": "3.3.10",
  23. "inherits": "2.0.4",
  24. "is-extglob": "2.1.1",
  25. "is-glob": "4.0.1",
  26. "micromatch": "3.1.10",
  27. "nan": "2.15.0",
  28. "path-dirname": "1.0.2",
  29. "path-is-absolute": "1.0.1",
  30. "readable-stream": "2.3.7",
  31. "remove-trailing-separator": "1.1.0",
  32. "upath": "1.2.0"
  33. },
  34. "_requested": {
  35. "type": "version",
  36. "registry": true,
  37. "raw": "mocha-webpack@2.0.0-beta.0",
  38. "name": "mocha-webpack",
  39. "escapedName": "mocha-webpack",
  40. "rawSpec": "2.0.0-beta.0",
  41. "saveSpec": null,
  42. "fetchSpec": "2.0.0-beta.0"
  43. },
  44. "_requiredBy": [
  45. "/@vue/cli-plugin-unit-mocha"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/mocha-webpack/-/mocha-webpack-2.0.0-beta.0.tgz",
  48. "_spec": "2.0.0-beta.0",
  49. "_where": "E:\\item\\newItem\\admin",
  50. "author": {
  51. "name": "Jan-André Zinser"
  52. },
  53. "bin": {
  54. "mocha-webpack": "./bin/mocha-webpack"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/zinserjan/mocha-webpack/issues"
  58. },
  59. "dependencies": {
  60. "babel-runtime": "^6.18.0",
  61. "chalk": "^2.3.0",
  62. "chokidar": "^2.0.2",
  63. "glob-parent": "^3.1.0",
  64. "globby": "^7.1.1",
  65. "interpret": "^1.0.1",
  66. "is-glob": "^4.0.0",
  67. "loader-utils": "^1.1.0",
  68. "lodash": "^4.3.0",
  69. "memory-fs": "^0.4.1",
  70. "nodent-runtime": "^3.0.3",
  71. "normalize-path": "^2.0.1",
  72. "progress": "^2.0.0",
  73. "source-map-support": "^0.5.0",
  74. "strip-ansi": "^4.0.0",
  75. "toposort": "^1.0.0",
  76. "yargs": "^11.0.0"
  77. },
  78. "description": "mocha cli with webpack support",
  79. "devDependencies": {
  80. "anymatch": "^2.0.0",
  81. "babel-cli": "^6.5.1",
  82. "babel-core": "^6.26.0",
  83. "babel-eslint": "^8.2.2",
  84. "babel-loader": "~7.1.0",
  85. "babel-plugin-istanbul": "^4.1.5",
  86. "babel-plugin-lodash": "^3.2.10",
  87. "babel-plugin-transform-class-properties": "^6.5.2",
  88. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  89. "babel-plugin-transform-flow-strip-types": "^6.18.0",
  90. "babel-plugin-transform-object-rest-spread": "^6.19.0",
  91. "babel-plugin-transform-runtime": "^6.15.0",
  92. "babel-preset-env": "^1.6.1",
  93. "babel-register": "^6.5.2",
  94. "bdd-lazy-var": "^2.1.2",
  95. "chai": "^4.1.0",
  96. "coffee-script": "^1.11.1",
  97. "cross-env": "^5.1.0",
  98. "css-loader": "~0.28.7",
  99. "del": "^3.0.0",
  100. "del-cli": "^1.1.0",
  101. "eslint": "^4.19.0",
  102. "eslint-config-airbnb-base": "^12.1.0",
  103. "eslint-plugin-flowtype": "^2.29.1",
  104. "eslint-plugin-flowtype-errors": "^3.5.1",
  105. "eslint-plugin-import": "^2.9.0",
  106. "fast-async": "^6.1.2",
  107. "flow-bin": "^0.68.0",
  108. "fs-extra": "^5.0.0",
  109. "gh-pages": "^1.0.0",
  110. "gitbook-cli": "^2.3.2",
  111. "gitbook-plugin-anchors": "^0.7.1",
  112. "gitbook-plugin-edit-link": "^2.0.2",
  113. "gitbook-plugin-github": "^2.0.0",
  114. "gitbook-plugin-prism": "^2.0.0",
  115. "glob": "7.1.2",
  116. "mocha": "^5.0.1",
  117. "node-sass": "~4.7.2",
  118. "np": "^2.9.0",
  119. "nyc": "^11.3.0",
  120. "sass-loader": "~6.0.0",
  121. "sinon": "^4.0.1",
  122. "tiny-worker": "^2.1.2",
  123. "webpack": "^4",
  124. "worker-loader": "^1.1.1",
  125. "write-file-webpack-plugin": "^4.2.0"
  126. },
  127. "files": [
  128. "*.md",
  129. "bin",
  130. "src",
  131. "lib"
  132. ],
  133. "greenkeeper": {
  134. "ignore": [
  135. "globby",
  136. "gitbook-cli",
  137. "gitbook-plugin-anchors",
  138. "gitbook-plugin-edit-link",
  139. "gitbook-plugin-github",
  140. "gitbook-plugin-prism"
  141. ]
  142. },
  143. "homepage": "https://github.com/zinserjan/mocha-webpack#readme",
  144. "keywords": [
  145. "webpack",
  146. "mocha"
  147. ],
  148. "license": "MIT",
  149. "main": "./lib/createMochaWebpack.js",
  150. "name": "mocha-webpack",
  151. "nyc": {
  152. "include": [
  153. "src/**/*.js"
  154. ],
  155. "sourceMap": false,
  156. "instrument": false
  157. },
  158. "peerDependencies": {
  159. "mocha": ">=4 <=5",
  160. "webpack": "^4.0.0"
  161. },
  162. "repository": {
  163. "type": "git",
  164. "url": "git+https://github.com/zinserjan/mocha-webpack.git"
  165. },
  166. "scripts": {
  167. "build": "npm run clean-lib && babel ./src -d lib",
  168. "clean-lib": "del-cli \"lib/**\" \"!lib\" \"!lib/reporters\" \"!lib/utils.js\" \"!lib/entry.js\" \"!lib/reporters/base.js\"",
  169. "clean-tmp": "del-cli \".tmp/**\"",
  170. "cover": "cross-env BABEL_ENV=coverage nyc --reporter=lcov --reporter=text npm test",
  171. "docs:build": "npm run docs:prepare && gitbook build",
  172. "docs:clean": "del-cli _book",
  173. "docs:deploy": "npm run docs:clean && npm run docs:build && gh-pages -d _book",
  174. "docs:prepare": "gitbook install",
  175. "docs:watch": "npm run docs:prepare && gitbook serve --port 3000",
  176. "flow": "flow",
  177. "lint": "eslint --report-unused-disable-directives src test bin",
  178. "postpublish": "npm run docs:deploy",
  179. "posttest": "npm run lint",
  180. "prepublish": "npm run build",
  181. "release": "np",
  182. "test": "npm run clean-tmp && npm run build && mocha --timeout 10000 --recursive --require babel-register \"test/**/*.test.js\""
  183. },
  184. "version": "2.0.0-beta.0"
  185. }