package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/plugin-transform-block-scoping@^7.14.4",
  3. "_id": "@babel/plugin-transform-block-scoping@7.14.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-yvFAsLLiRixQlVPRQObQq++2Htg=",
  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.14.4",
  12. "name": "@babel/plugin-transform-block-scoping",
  13. "escapedName": "@babel%2fplugin-transform-block-scoping",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.nlark.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.14.4.tgz?cache=0&sync_timestamp=1622221984666&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-block-scoping%2Fdownload%2F%40babel%2Fplugin-transform-block-scoping-7.14.4.tgz",
  23. "_shasum": "caf140b0b2e2462c509553d140e6d0abefb61ed8",
  24. "_spec": "@babel/plugin-transform-block-scoping@^7.14.4",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-plugin-utils": "^7.13.0"
  32. },
  33. "deprecated": false,
  34. "description": "Compile ES2015 block scoping (const and let) to ES5",
  35. "devDependencies": {
  36. "@babel/core": "7.14.3",
  37. "@babel/helper-plugin-test-runner": "7.13.10"
  38. },
  39. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/plugin-transform-block-scoping",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-plugin-transform-block-scoping"
  56. },
  57. "version": "7.14.4"
  58. }