package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@babel/plugin-proposal-decorators@^7.8.3",
  3. "_id": "@babel/plugin-proposal-decorators@7.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5ow8XkpqCINEVlaCVvw+cbk1kM8=",
  6. "_location": "/@babel/plugin-proposal-decorators",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-decorators@^7.8.3",
  12. "name": "@babel/plugin-proposal-decorators",
  13. "escapedName": "@babel%2fplugin-proposal-decorators",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.nlark.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.14.2.tgz",
  23. "_shasum": "e68c3c5e4a6a08834456568256fc3e71b93590cf",
  24. "_spec": "@babel/plugin-proposal-decorators@^7.8.3",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@vue\\babel-preset-app",
  26. "author": {
  27. "name": "Logan Smyth",
  28. "email": "loganfsmyth@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-create-class-features-plugin": "^7.14.2",
  36. "@babel/helper-plugin-utils": "^7.13.0",
  37. "@babel/plugin-syntax-decorators": "^7.12.13"
  38. },
  39. "deprecated": false,
  40. "description": "Compile class and object decorators to ES5",
  41. "devDependencies": {
  42. "@babel/core": "7.14.2",
  43. "@babel/helper-plugin-test-runner": "7.13.10",
  44. "babel-plugin-polyfill-es-shims": "^0.2.0",
  45. "object.getownpropertydescriptors": "^2.1.1"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators",
  48. "keywords": [
  49. "babel",
  50. "babel-plugin",
  51. "decorators"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/index.js",
  55. "name": "@babel/plugin-proposal-decorators",
  56. "peerDependencies": {
  57. "@babel/core": "^7.0.0-0"
  58. },
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-plugin-proposal-decorators"
  66. },
  67. "version": "7.14.2"
  68. }