package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "@jest/transform@^27.5.1",
  3. "_id": "@jest/transform@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  6. "_location": "/@jest/transform",
  7. "_phantomChildren": {
  8. "imurmurhash": "0.1.4",
  9. "is-typedarray": "1.0.0",
  10. "picomatch": "2.3.1",
  11. "signal-exit": "3.0.7",
  12. "typedarray-to-buffer": "3.1.5"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "@jest/transform@^27.5.1",
  18. "name": "@jest/transform",
  19. "escapedName": "@jest%2ftransform",
  20. "scope": "@jest",
  21. "rawSpec": "^27.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "^27.5.1"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/@jest/reporters",
  28. "/babel-jest",
  29. "/jest-runner",
  30. "/jest-runtime",
  31. "/jest-snapshot"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  34. "_shasum": "6c3501dcc00c4c08915f292a600ece5ecfe1f409",
  35. "_spec": "@jest/transform@^27.5.1",
  36. "_where": "H:\\gs_nuxt\\node_modules\\babel-jest",
  37. "bugs": {
  38. "url": "https://github.com/facebook/jest/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "@babel/core": "^7.1.0",
  43. "@jest/types": "^27.5.1",
  44. "babel-plugin-istanbul": "^6.1.1",
  45. "chalk": "^4.0.0",
  46. "convert-source-map": "^1.4.0",
  47. "fast-json-stable-stringify": "^2.0.0",
  48. "graceful-fs": "^4.2.9",
  49. "jest-haste-map": "^27.5.1",
  50. "jest-regex-util": "^27.5.1",
  51. "jest-util": "^27.5.1",
  52. "micromatch": "^4.0.4",
  53. "pirates": "^4.0.4",
  54. "slash": "^3.0.0",
  55. "source-map": "^0.6.1",
  56. "write-file-atomic": "^3.0.0"
  57. },
  58. "deprecated": false,
  59. "devDependencies": {
  60. "@jest/test-utils": "^27.5.1",
  61. "@types/babel__core": "^7.1.0",
  62. "@types/convert-source-map": "^1.5.1",
  63. "@types/fast-json-stable-stringify": "^2.0.0",
  64. "@types/graceful-fs": "^4.1.2",
  65. "@types/micromatch": "^4.0.1",
  66. "@types/write-file-atomic": "^3.0.0",
  67. "dedent": "^0.7.0"
  68. },
  69. "engines": {
  70. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  71. },
  72. "exports": {
  73. ".": {
  74. "types": "./build/index.d.ts",
  75. "default": "./build/index.js"
  76. },
  77. "./package.json": "./package.json"
  78. },
  79. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  80. "homepage": "https://github.com/facebook/jest#readme",
  81. "license": "MIT",
  82. "main": "./build/index.js",
  83. "name": "@jest/transform",
  84. "publishConfig": {
  85. "access": "public"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/facebook/jest.git",
  90. "directory": "packages/jest-transform"
  91. },
  92. "types": "./build/index.d.ts",
  93. "version": "27.5.1"
  94. }