package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@babel/helpers@^7.13.16",
  3. "_id": "@babel/helpers@7.13.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==",
  6. "_location": "/@babel/helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helpers@^7.13.16",
  12. "name": "@babel/helpers",
  13. "escapedName": "@babel%2fhelpers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.16",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.16"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.17.tgz",
  23. "_shasum": "b497c7a00e9719d5b613b8982bda6ed3ee94caf6",
  24. "_spec": "@babel/helpers@^7.13.16",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\core",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/template": "^7.12.13",
  36. "@babel/traverse": "^7.13.17",
  37. "@babel/types": "^7.13.17"
  38. },
  39. "deprecated": false,
  40. "description": "Collection of helper functions used by Babel transforms.",
  41. "devDependencies": {
  42. "@babel/helper-plugin-test-runner": "7.13.10"
  43. },
  44. "homepage": "https://babel.dev/docs/en/next/babel-helpers",
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@babel/helpers",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-helpers"
  55. },
  56. "version": "7.13.17"
  57. }