package.json 1.6 KB

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