package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@babel/plugin-transform-block-scoped-functions@^7.8.3",
  3. "_id": "@babel/plugin-transform-block-scoped-functions@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg==",
  6. "_location": "/@babel/plugin-transform-block-scoped-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-block-scoped-functions@^7.8.3",
  12. "name": "@babel/plugin-transform-block-scoped-functions",
  13. "escapedName": "@babel%2fplugin-transform-block-scoped-functions",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz",
  23. "_shasum": "437eec5b799b5852072084b3ae5ef66e8349e8a3",
  24. "_spec": "@babel/plugin-transform-block-scoped-functions@^7.8.3",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-plugin-utils": "^7.8.3"
  29. },
  30. "deprecated": false,
  31. "description": "Babel plugin to ensure function declarations at the block level are block scoped",
  32. "devDependencies": {
  33. "@babel/core": "^7.8.3",
  34. "@babel/helper-plugin-test-runner": "^7.8.3"
  35. },
  36. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  37. "keywords": [
  38. "babel-plugin"
  39. ],
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "name": "@babel/plugin-transform-block-scoped-functions",
  43. "peerDependencies": {
  44. "@babel/core": "^7.0.0-0"
  45. },
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions"
  52. },
  53. "version": "7.8.3"
  54. }