package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "jest@23.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest@23.6.0",
  10. "_id": "jest@23.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-rVg16SPr9uGeeh11KaQy7f7ngT0=",
  13. "_location": "/jest",
  14. "_phantomChildren": {
  15. "ansi-escapes": "3.2.0",
  16. "arr-flatten": "1.1.0",
  17. "chalk": "2.4.2",
  18. "exit": "0.1.2",
  19. "expand-range": "1.8.2",
  20. "filename-regex": "2.0.1",
  21. "glob": "7.1.3",
  22. "graceful-fs": "4.1.15",
  23. "import-local": "1.0.0",
  24. "is-buffer": "1.1.6",
  25. "is-ci": "1.2.1",
  26. "is-posix-bracket": "0.1.1",
  27. "istanbul-api": "1.3.7",
  28. "istanbul-lib-coverage": "1.2.1",
  29. "istanbul-lib-instrument": "1.10.2",
  30. "istanbul-lib-source-maps": "1.2.6",
  31. "jest-changed-files": "23.4.2",
  32. "jest-config": "23.6.0",
  33. "jest-environment-jsdom": "23.4.0",
  34. "jest-get-type": "22.4.3",
  35. "jest-haste-map": "23.6.0",
  36. "jest-message-util": "23.4.0",
  37. "jest-regex-util": "23.3.0",
  38. "jest-resolve-dependencies": "23.6.0",
  39. "jest-runner": "23.6.0",
  40. "jest-runtime": "23.6.0",
  41. "jest-snapshot": "23.6.0",
  42. "jest-util": "23.4.0",
  43. "jest-validate": "23.6.0",
  44. "jest-watcher": "23.4.0",
  45. "jest-worker": "23.2.0",
  46. "node-notifier": "5.4.0",
  47. "object.omit": "2.0.1",
  48. "parse-glob": "3.0.4",
  49. "preserve": "0.2.0",
  50. "prompts": "0.1.14",
  51. "realpath-native": "1.1.0",
  52. "regex-cache": "0.4.4",
  53. "remove-trailing-separator": "1.1.0",
  54. "repeat-element": "1.1.3",
  55. "rimraf": "2.6.3",
  56. "string-length": "2.0.0",
  57. "which": "1.3.1",
  58. "yargs": "11.1.0"
  59. },
  60. "_requested": {
  61. "type": "version",
  62. "registry": true,
  63. "raw": "jest@23.6.0",
  64. "name": "jest",
  65. "escapedName": "jest",
  66. "rawSpec": "23.6.0",
  67. "saveSpec": null,
  68. "fetchSpec": "23.6.0"
  69. },
  70. "_requiredBy": [
  71. "/@vue/cli-plugin-unit-jest"
  72. ],
  73. "_resolved": "https://registry.npm.taobao.org/jest/download/jest-23.6.0.tgz",
  74. "_spec": "23.6.0",
  75. "_where": "/Users/lihai/jolijoli/pad_spa",
  76. "bin": {
  77. "jest": "bin/jest.js"
  78. },
  79. "bugs": {
  80. "url": "https://github.com/facebook/jest/issues"
  81. },
  82. "dependencies": {
  83. "import-local": "^1.0.0",
  84. "jest-cli": "^23.6.0"
  85. },
  86. "description": "Delightful JavaScript Testing.",
  87. "engines": {
  88. "node": ">= 6"
  89. },
  90. "homepage": "https://jestjs.io/",
  91. "keywords": [
  92. "ava",
  93. "babel",
  94. "coverage",
  95. "easy",
  96. "expect",
  97. "facebook",
  98. "immersive",
  99. "instant",
  100. "jasmine",
  101. "jest",
  102. "jsdom",
  103. "mocha",
  104. "mocking",
  105. "painless",
  106. "qunit",
  107. "runner",
  108. "sandboxed",
  109. "snapshot",
  110. "tap",
  111. "tape",
  112. "test",
  113. "testing",
  114. "typescript",
  115. "watch"
  116. ],
  117. "license": "MIT",
  118. "main": "build/jest.js",
  119. "name": "jest",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/facebook/jest.git"
  123. },
  124. "version": "23.6.0"
  125. }