package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_from": "@babel/helper-replace-supers@^7.4.0",
  3. "_id": "@babel/helper-replace-supers@7.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PVwCVnWWAgnal+kJ+ZSAphzyl58XrFeSKSAJRiqg5QToTsjL+Xu1f9+RJ+d+Q0aPhPfBGaYfkox66k86thxNSg==",
  6. "_location": "/@babel/helper-replace-supers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-replace-supers@^7.4.0",
  12. "name": "@babel/helper-replace-supers",
  13. "escapedName": "@babel%2fhelper-replace-supers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.4.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-transform-classes",
  21. "/@babel/plugin-transform-object-super"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.4.0.tgz",
  24. "_shasum": "4f56adb6aedcd449d2da9399c2dcf0545463b64c",
  25. "_spec": "@babel/helper-replace-supers@^7.4.0",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/plugin-transform-classes",
  27. "bundleDependencies": false,
  28. "dependencies": {
  29. "@babel/helper-member-expression-to-functions": "^7.0.0",
  30. "@babel/helper-optimise-call-expression": "^7.0.0",
  31. "@babel/traverse": "^7.4.0",
  32. "@babel/types": "^7.4.0"
  33. },
  34. "deprecated": false,
  35. "description": "Helper function to replace supers",
  36. "gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804",
  37. "license": "MIT",
  38. "main": "lib/index.js",
  39. "name": "@babel/helper-replace-supers",
  40. "publishConfig": {
  41. "access": "public"
  42. },
  43. "repository": {
  44. "type": "git",
  45. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers"
  46. },
  47. "version": "7.4.0"
  48. }