package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@babel/helpers@^7.9.0",
  3. "_id": "@babel/helpers@7.9.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==",
  6. "_location": "/@babel/helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helpers@^7.9.0",
  12. "name": "@babel/helpers",
  13. "escapedName": "@babel%2fhelpers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.9.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.9.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz",
  23. "_shasum": "b42a81a811f1e7313b88cba8adc66b3d9ae6c09f",
  24. "_spec": "@babel/helpers@^7.9.0",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\core",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/template": "^7.8.3",
  33. "@babel/traverse": "^7.9.0",
  34. "@babel/types": "^7.9.0"
  35. },
  36. "deprecated": false,
  37. "description": "Collection of helper functions used by Babel transforms.",
  38. "devDependencies": {
  39. "@babel/helper-plugin-test-runner": "^7.8.3"
  40. },
  41. "gitHead": "2399e0df23cbd574a5ab39822288c438f5380ae8",
  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.9.2"
  54. }