package.json 1.6 KB

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