package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "@babel/core@7.22.11",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/core@7.22.11",
  10. "_id": "@babel/core@7.22.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==",
  13. "_location": "/@babel/core",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/core@7.22.11",
  19. "name": "@babel/core",
  20. "escapedName": "@babel%2fcore",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.11",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.11"
  25. },
  26. "_requiredBy": [
  27. "#DEV:/",
  28. "/@vue/babel-preset-app",
  29. "/@vue/cli-plugin-babel"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.22.11.tgz",
  32. "_spec": "7.22.11",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "browser": {
  39. "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
  40. "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
  41. "./lib/transform-file.js": "./lib/transform-file-browser.js",
  42. "./src/config/files/index.ts": "./src/config/files/index-browser.ts",
  43. "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
  44. "./src/transform-file.ts": "./src/transform-file-browser.ts"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
  48. },
  49. "dependencies": {
  50. "@ampproject/remapping": "^2.2.0",
  51. "@babel/code-frame": "^7.22.10",
  52. "@babel/generator": "^7.22.10",
  53. "@babel/helper-compilation-targets": "^7.22.10",
  54. "@babel/helper-module-transforms": "^7.22.9",
  55. "@babel/helpers": "^7.22.11",
  56. "@babel/parser": "^7.22.11",
  57. "@babel/template": "^7.22.5",
  58. "@babel/traverse": "^7.22.11",
  59. "@babel/types": "^7.22.11",
  60. "convert-source-map": "^1.7.0",
  61. "debug": "^4.1.0",
  62. "gensync": "^1.0.0-beta.2",
  63. "json5": "^2.2.3",
  64. "semver": "^6.3.1"
  65. },
  66. "description": "Babel compiler core.",
  67. "devDependencies": {
  68. "@babel/helper-transform-fixture-test-runner": "^7.22.11",
  69. "@babel/plugin-syntax-flow": "^7.22.5",
  70. "@babel/plugin-transform-flow-strip-types": "^7.22.5",
  71. "@babel/plugin-transform-modules-commonjs": "^7.22.11",
  72. "@babel/preset-env": "^7.22.10",
  73. "@babel/preset-typescript": "^7.22.11",
  74. "@jridgewell/trace-mapping": "^0.3.17",
  75. "@types/convert-source-map": "^1.5.1",
  76. "@types/debug": "^4.1.0",
  77. "@types/gensync": "^1.0.0",
  78. "@types/resolve": "^1.3.2",
  79. "@types/semver": "^5.4.0",
  80. "rimraf": "^3.0.0",
  81. "ts-node": "^10.9.1"
  82. },
  83. "engines": {
  84. "node": ">=6.9.0"
  85. },
  86. "funding": {
  87. "type": "opencollective",
  88. "url": "https://opencollective.com/babel"
  89. },
  90. "homepage": "https://babel.dev/docs/en/next/babel-core",
  91. "keywords": [
  92. "6to5",
  93. "babel",
  94. "classes",
  95. "const",
  96. "es6",
  97. "harmony",
  98. "let",
  99. "modules",
  100. "transpile",
  101. "transpiler",
  102. "var",
  103. "babel-core",
  104. "compiler"
  105. ],
  106. "license": "MIT",
  107. "main": "./lib/index.js",
  108. "name": "@babel/core",
  109. "publishConfig": {
  110. "access": "public"
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/babel/babel.git",
  115. "directory": "packages/babel-core"
  116. },
  117. "type": "commonjs",
  118. "version": "7.22.11"
  119. }