package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/helpers@^7.18.6",
  3. "_id": "@babel/helpers@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==",
  6. "_location": "/@babel/helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helpers@^7.18.6",
  12. "name": "@babel/helpers",
  13. "escapedName": "@babel%2fhelpers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz",
  23. "_shasum": "4c966140eaa1fcaa3d5a8c09d7db61077d4debfd",
  24. "_spec": "@babel/helpers@^7.18.6",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\core",
  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/template": "^7.18.6",
  36. "@babel/traverse": "^7.18.6",
  37. "@babel/types": "^7.18.6"
  38. },
  39. "deprecated": false,
  40. "description": "Collection of helper functions used by Babel transforms.",
  41. "devDependencies": {
  42. "@babel/generator": "^7.18.6",
  43. "@babel/helper-plugin-test-runner": "^7.18.6",
  44. "@babel/parser": "^7.18.6",
  45. "regenerator-runtime": "^0.13.9",
  46. "terser": "^5.9.0"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helpers",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helpers",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helpers"
  62. },
  63. "type": "commonjs",
  64. "version": "7.18.6"
  65. }