package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/helper-replace-supers@^7.14.5",
  3. "_id": "@babel/helper-replace-supers@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==",
  6. "_location": "/@babel/helper-replace-supers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-replace-supers@^7.14.5",
  12. "name": "@babel/helper-replace-supers",
  13. "escapedName": "@babel%2fhelper-replace-supers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-class-features-plugin",
  21. "/@babel/helper-module-transforms",
  22. "/@babel/plugin-transform-classes",
  23. "/@babel/plugin-transform-object-super"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz",
  26. "_shasum": "0ecc0b03c41cd567b4024ea016134c28414abb94",
  27. "_spec": "@babel/helper-replace-supers@^7.14.5",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\helper-module-transforms",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/helper-member-expression-to-functions": "^7.14.5",
  39. "@babel/helper-optimise-call-expression": "^7.14.5",
  40. "@babel/traverse": "^7.14.5",
  41. "@babel/types": "^7.14.5"
  42. },
  43. "deprecated": false,
  44. "description": "Helper function to replace supers",
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
  49. "license": "MIT",
  50. "main": "./lib/index.js",
  51. "name": "@babel/helper-replace-supers",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/babel/babel.git",
  58. "directory": "packages/babel-helper-replace-supers"
  59. },
  60. "version": "7.14.5"
  61. }