package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "@babel/helper-member-expression-to-functions@^7.0.0",
  3. "_id": "@babel/helper-member-expression-to-functions@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg==",
  6. "_location": "/@babel/helper-member-expression-to-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-member-expression-to-functions@^7.0.0",
  12. "name": "@babel/helper-member-expression-to-functions",
  13. "escapedName": "@babel%2fhelper-member-expression-to-functions",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-replace-supers"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz",
  23. "_shasum": "8cd14b0a0df7ff00f009e7d7a436945f47c7a16f",
  24. "_spec": "@babel/helper-member-expression-to-functions@^7.0.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/helper-replace-supers",
  26. "author": {
  27. "name": "Justin Ridgewell",
  28. "email": "justin@ridgewell.name"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/types": "^7.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "Helper function to replace certain member expressions with function calls",
  36. "license": "MIT",
  37. "main": "lib/index.js",
  38. "name": "@babel/helper-member-expression-to-functions",
  39. "repository": {
  40. "type": "git",
  41. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions"
  42. },
  43. "version": "7.0.0"
  44. }