package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@babel/plugin-transform-block-scoping@^7.16.7",
  3. "_id": "@babel/plugin-transform-block-scoping@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==",
  6. "_location": "/@babel/plugin-transform-block-scoping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-block-scoping@^7.16.7",
  12. "name": "@babel/plugin-transform-block-scoping",
  13. "escapedName": "@babel%2fplugin-transform-block-scoping",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
  23. "_shasum": "f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87",
  24. "_spec": "@babel/plugin-transform-block-scoping@^7.16.7",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.16.7"
  36. },
  37. "deprecated": false,
  38. "description": "Compile ES2015 block scoping (const and let) to ES5",
  39. "devDependencies": {
  40. "@babel/core": "^7.16.7",
  41. "@babel/helper-plugin-test-runner": "^7.16.7",
  42. "@babel/traverse": "^7.16.7"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
  48. "keywords": [
  49. "babel-plugin"
  50. ],
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "@babel/plugin-transform-block-scoping",
  54. "peerDependencies": {
  55. "@babel/core": "^7.0.0-0"
  56. },
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-plugin-transform-block-scoping"
  64. },
  65. "version": "7.16.7"
  66. }