package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "@babel/plugin-proposal-decorators@^7.8.3",
  3. "_id": "@babel/plugin-proposal-decorators@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gAdhsjaYmiZVxx5vTMiRfj31nB7LhwBJFMSLzeDxc7X4tKLixup0+k9ughn0RcpBrv9E3PBaXJW7jF5TCihAOg==",
  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.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.18.6.tgz",
  23. "_shasum": "68e9fd0f022b944f84a8824bb28bfaee724d2595",
  24. "_spec": "@babel/plugin-proposal-decorators@^7.8.3",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\babel-preset-app",
  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-create-class-features-plugin": "^7.18.6",
  36. "@babel/helper-plugin-utils": "^7.18.6",
  37. "@babel/helper-replace-supers": "^7.18.6",
  38. "@babel/helper-split-export-declaration": "^7.18.6",
  39. "@babel/plugin-syntax-decorators": "^7.18.6"
  40. },
  41. "deprecated": false,
  42. "description": "Compile class and object decorators to ES5",
  43. "devDependencies": {
  44. "@babel/core": "^7.18.6",
  45. "@babel/helper-plugin-test-runner": "^7.18.6",
  46. "@babel/traverse": "^7.18.6",
  47. "@types/charcodes": "^0.2.0",
  48. "babel-plugin-polyfill-es-shims": "^0.6.1",
  49. "charcodes": "^0.2.0",
  50. "object.getownpropertydescriptors": "^2.1.1"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. },
  55. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators",
  56. "keywords": [
  57. "babel",
  58. "babel-plugin",
  59. "decorators"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/index.js",
  63. "name": "@babel/plugin-proposal-decorators",
  64. "peerDependencies": {
  65. "@babel/core": "^7.0.0-0"
  66. },
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/babel/babel.git",
  73. "directory": "packages/babel-plugin-proposal-decorators"
  74. },
  75. "type": "commonjs",
  76. "version": "7.18.6"
  77. }