package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/helpers@7.17.9",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helpers@7.17.9",
  10. "_id": "@babel/helpers@7.17.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==",
  13. "_location": "/@babel/helpers",
  14. "_phantomChildren": {
  15. "to-fast-properties": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/helpers@7.17.9",
  21. "name": "@babel/helpers",
  22. "escapedName": "@babel%2fhelpers",
  23. "scope": "@babel",
  24. "rawSpec": "7.17.9",
  25. "saveSpec": null,
  26. "fetchSpec": "7.17.9"
  27. },
  28. "_requiredBy": [
  29. "/@babel/core"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.17.9.tgz",
  32. "_spec": "7.17.9",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "@babel/template": "^7.16.7",
  43. "@babel/traverse": "^7.17.9",
  44. "@babel/types": "^7.17.0"
  45. },
  46. "description": "Collection of helper functions used by Babel transforms.",
  47. "devDependencies": {
  48. "@babel/helper-plugin-test-runner": "^7.16.7",
  49. "terser": "^5.9.0"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "homepage": "https://babel.dev/docs/en/next/babel-helpers",
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/helpers",
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-helpers"
  65. },
  66. "version": "7.17.9"
  67. }