package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "jest-docblock@^23.2.0",
  3. "_id": "jest-docblock@23.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CB8MdScYLkzQ0Q/I4FYlt2UBkG9tFzi+ngSPVhSBB70nifaC+5iWz6GEfa/lB4T2KCqGy+DLzi1v34r9R1XzuA==",
  6. "_location": "/jest-docblock",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-docblock@^23.2.0",
  12. "name": "jest-docblock",
  13. "escapedName": "jest-docblock",
  14. "rawSpec": "^23.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^23.2.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-haste-map",
  20. "/jest-runner"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/jest-docblock/-/jest-docblock-23.2.0.tgz",
  23. "_shasum": "f085e1f18548d99fdd69b20207e6fd55d91383a7",
  24. "_spec": "jest-docblock@^23.2.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jest-haste-map",
  26. "bugs": {
  27. "url": "https://github.com/facebook/jest/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "detect-newline": "^2.1.0"
  32. },
  33. "deprecated": false,
  34. "description": "`jest-docblock` is a package that can extract and parse a specially-formatted comment called a \"docblock\" at the top of a file.",
  35. "homepage": "https://github.com/facebook/jest#readme",
  36. "license": "MIT",
  37. "main": "build/index.js",
  38. "name": "jest-docblock",
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/facebook/jest.git"
  42. },
  43. "version": "23.2.0"
  44. }