package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "jest@^24.9.0",
  3. "_id": "jest@24.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw==",
  6. "_location": "/jest",
  7. "_phantomChildren": {
  8. "@jest/core": "24.9.0",
  9. "@jest/test-result": "24.9.0",
  10. "@jest/types": "24.9.0",
  11. "chalk": "2.4.2",
  12. "exit": "0.1.2",
  13. "import-local": "2.0.0",
  14. "jest-config": "24.9.0",
  15. "jest-util": "24.9.0",
  16. "jest-validate": "24.9.0",
  17. "prompts": "2.4.2",
  18. "realpath-native": "1.1.0",
  19. "yargs": "13.3.2"
  20. },
  21. "_requested": {
  22. "type": "range",
  23. "registry": true,
  24. "raw": "jest@^24.9.0",
  25. "name": "jest",
  26. "escapedName": "jest",
  27. "rawSpec": "^24.9.0",
  28. "saveSpec": null,
  29. "fetchSpec": "^24.9.0"
  30. },
  31. "_requiredBy": [
  32. "/@vue/cli-plugin-unit-jest"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/jest/-/jest-24.9.0.tgz",
  35. "_shasum": "987d290c05a08b52c56188c1002e368edb007171",
  36. "_spec": "jest@^24.9.0",
  37. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@vue\\cli-plugin-unit-jest",
  38. "bin": {
  39. "jest": "bin/jest.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/facebook/jest/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "import-local": "^2.0.0",
  47. "jest-cli": "^24.9.0"
  48. },
  49. "deprecated": false,
  50. "description": "Delightful JavaScript Testing.",
  51. "engines": {
  52. "node": ">= 6"
  53. },
  54. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
  55. "homepage": "https://jestjs.io/",
  56. "keywords": [
  57. "ava",
  58. "babel",
  59. "coverage",
  60. "easy",
  61. "expect",
  62. "facebook",
  63. "immersive",
  64. "instant",
  65. "jasmine",
  66. "jest",
  67. "jsdom",
  68. "mocha",
  69. "mocking",
  70. "painless",
  71. "qunit",
  72. "runner",
  73. "sandboxed",
  74. "snapshot",
  75. "tap",
  76. "tape",
  77. "test",
  78. "testing",
  79. "typescript",
  80. "watch"
  81. ],
  82. "license": "MIT",
  83. "main": "build/jest.js",
  84. "name": "jest",
  85. "publishConfig": {
  86. "access": "public"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/facebook/jest.git"
  91. },
  92. "types": "build/jest.d.ts",
  93. "version": "24.9.0"
  94. }