package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@babel/helpers@^7.12.1",
  3. "_id": "@babel/helpers@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==",
  6. "_location": "/@babel/helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helpers@^7.12.1",
  12. "name": "@babel/helpers",
  13. "escapedName": "@babel%2fhelpers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.5.tgz",
  23. "_shasum": "4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2",
  24. "_spec": "@babel/helpers@^7.12.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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.14.5",
  36. "@babel/traverse": "^7.14.5",
  37. "@babel/types": "^7.14.5"
  38. },
  39. "deprecated": false,
  40. "description": "Collection of helper functions used by Babel transforms.",
  41. "devDependencies": {
  42. "@babel/helper-plugin-test-runner": "7.14.5"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-helpers",
  48. "license": "MIT",
  49. "main": "./lib/index.js",
  50. "name": "@babel/helpers",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-helpers"
  58. },
  59. "version": "7.14.5"
  60. }