package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "jest-util@23.4.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-util@23.4.0",
  10. "_id": "jest-util@23.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TQY8uSe68KI4Mf9hvsLLv0l5NWE=",
  13. "_location": "/jest-util",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-util@23.4.0",
  19. "name": "jest-util",
  20. "escapedName": "jest-util",
  21. "rawSpec": "23.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "23.4.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-config",
  27. "/jest-environment-jsdom",
  28. "/jest-environment-node",
  29. "/jest-jasmine2",
  30. "/jest-runner",
  31. "/jest-runtime",
  32. "/jest/jest-cli"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/jest-util/download/jest-util-23.4.0.tgz",
  35. "_spec": "23.4.0",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "bugs": {
  38. "url": "https://github.com/facebook/jest/issues"
  39. },
  40. "dependencies": {
  41. "callsites": "^2.0.0",
  42. "chalk": "^2.0.1",
  43. "graceful-fs": "^4.1.11",
  44. "is-ci": "^1.0.10",
  45. "jest-message-util": "^23.4.0",
  46. "mkdirp": "^0.5.1",
  47. "slash": "^1.0.0",
  48. "source-map": "^0.6.0"
  49. },
  50. "devDependencies": {
  51. "jest-mock": "^23.2.0"
  52. },
  53. "homepage": "https://github.com/facebook/jest#readme",
  54. "license": "MIT",
  55. "main": "build/index.js",
  56. "name": "jest-util",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/facebook/jest.git"
  60. },
  61. "version": "23.4.0"
  62. }