package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_args": [
  3. [
  4. "jest-docblock@23.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-docblock@23.2.0",
  10. "_id": "jest-docblock@23.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8IXh8YVI2Z/dabICB+b9VdkTg6c=",
  13. "_location": "/jest-docblock",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-docblock@23.2.0",
  19. "name": "jest-docblock",
  20. "escapedName": "jest-docblock",
  21. "rawSpec": "23.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "23.2.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-haste-map",
  27. "/jest-runner"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/jest-docblock/download/jest-docblock-23.2.0.tgz",
  30. "_spec": "23.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "detect-newline": "^2.1.0"
  37. },
  38. "description": "`jest-docblock` is a package that can extract and parse a specially-formatted comment called a \"docblock\" at the top of a file.",
  39. "homepage": "https://github.com/facebook/jest#readme",
  40. "license": "MIT",
  41. "main": "build/index.js",
  42. "name": "jest-docblock",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/facebook/jest.git"
  46. },
  47. "version": "23.2.0"
  48. }