package.json 6.0 KB

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