package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@babel/helpers@^7.5.4",
  3. "_id": "@babel/[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==",
  6. "_location": "/@babel/helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helpers@^7.5.4",
  12. "name": "@babel/helpers",
  13. "escapedName": "@babel%2fhelpers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.5.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.5.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.4.tgz",
  23. "_shasum": "2f00608aa10d460bde0ccf665d6dcf8477357cf0",
  24. "_spec": "@babel/helpers@^7.5.4",
  25. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/core",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "[email protected]"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/template": "^7.4.4",
  33. "@babel/traverse": "^7.5.0",
  34. "@babel/types": "^7.5.0"
  35. },
  36. "deprecated": false,
  37. "description": "Collection of helper functions used by Babel transforms.",
  38. "devDependencies": {
  39. "@babel/helper-plugin-test-runner": "^7.0.0"
  40. },
  41. "gitHead": "a9a7f4e690b15d569deb8a53719f37d6dc09393b",
  42. "homepage": "https://babeljs.io/",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/helpers",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
  52. },
  53. "version": "7.5.4"
  54. }