package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.13.11",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-class-features-plugin@7.13.11",
  10. "_id": "@babel/helper-create-class-features-plugin@7.13.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-MNMKAFvKLJU/VlP8JQkaSSF39PY=",
  13. "_location": "/@babel/helper-create-class-features-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-create-class-features-plugin@7.13.11",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.13.11",
  23. "saveSpec": null,
  24. "fetchSpec": "7.13.11"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-class-properties",
  28. "/@babel/plugin-proposal-decorators",
  29. "/@babel/plugin-proposal-private-methods"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.11.tgz",
  32. "_spec": "7.13.11",
  33. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "@babel/helper-function-name": "^7.12.13",
  43. "@babel/helper-member-expression-to-functions": "^7.13.0",
  44. "@babel/helper-optimise-call-expression": "^7.12.13",
  45. "@babel/helper-replace-supers": "^7.13.0",
  46. "@babel/helper-split-export-declaration": "^7.12.13"
  47. },
  48. "description": "Compile class public and private fields, private methods and decorators to ES6",
  49. "devDependencies": {
  50. "@babel/core": "7.13.10",
  51. "@babel/helper-plugin-test-runner": "7.13.10",
  52. "@babel/preset-env": "7.13.10"
  53. },
  54. "homepage": "https://github.com/babel/babel#readme",
  55. "keywords": [
  56. "babel",
  57. "babel-plugin"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "@babel/helper-create-class-features-plugin",
  62. "peerDependencies": {
  63. "@babel/core": "^7.0.0"
  64. },
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/babel/babel.git",
  71. "directory": "packages/babel-helper-create-class-features-plugin"
  72. },
  73. "version": "7.13.11"
  74. }