package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "jest-docblock@^27.5.1",
  3. "_id": "jest-docblock@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  6. "_location": "/jest-docblock",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-docblock@^27.5.1",
  12. "name": "jest-docblock",
  13. "escapedName": "jest-docblock",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/jest-runner"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  22. "_shasum": "14092f364a42c6108d42c33c8cf30e058e25f6c0",
  23. "_spec": "jest-docblock@^27.5.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\jest-runner",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "detect-newline": "^3.0.0"
  31. },
  32. "deprecated": false,
  33. "description": "`jest-docblock` is a package that can extract and parse a specially-formatted comment called a \"docblock\" at the top of a file.",
  34. "devDependencies": {
  35. "@types/node": "*"
  36. },
  37. "engines": {
  38. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  39. },
  40. "exports": {
  41. ".": {
  42. "types": "./build/index.d.ts",
  43. "default": "./build/index.js"
  44. },
  45. "./package.json": "./package.json"
  46. },
  47. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  48. "homepage": "https://github.com/facebook/jest#readme",
  49. "license": "MIT",
  50. "main": "./build/index.js",
  51. "name": "jest-docblock",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/facebook/jest.git",
  58. "directory": "packages/jest-docblock"
  59. },
  60. "types": "./build/index.d.ts",
  61. "version": "27.5.1"
  62. }