package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@babel/plugin-transform-new-target@^7.27.1",
  3. "_id": "@babel/plugin-transform-new-target@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
  6. "_location": "/@babel/plugin-transform-new-target",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-new-target@^7.27.1",
  12. "name": "@babel/plugin-transform-new-target",
  13. "escapedName": "@babel%2fplugin-transform-new-target",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
  23. "_shasum": "259c43939728cad1706ac17351b7e6a7bea1abeb",
  24. "_spec": "@babel/plugin-transform-new-target@^7.27.1",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.27.1"
  36. },
  37. "deprecated": false,
  38. "description": "Transforms new.target meta property",
  39. "devDependencies": {
  40. "@babel/core": "^7.27.1",
  41. "@babel/helper-plugin-test-runner": "^7.27.1",
  42. "@babel/plugin-transform-arrow-functions": "^7.27.1",
  43. "@babel/plugin-transform-class-properties": "^7.27.1"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-new-target",
  49. "keywords": [
  50. "babel-plugin"
  51. ],
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/plugin-transform-new-target",
  55. "peerDependencies": {
  56. "@babel/core": "^7.0.0-0"
  57. },
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-plugin-transform-new-target"
  65. },
  66. "type": "commonjs",
  67. "version": "7.27.1"
  68. }