package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.17.6",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-class-features-plugin@7.17.6",
  10. "_id": "@babel/helper-create-class-features-plugin@7.17.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==",
  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.17.6",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.17.6",
  23. "saveSpec": null,
  24. "fetchSpec": "7.17.6"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-class-properties",
  28. "/@babel/plugin-proposal-decorators"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz",
  31. "_spec": "7.17.6",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "dependencies": {
  41. "@babel/helper-annotate-as-pure": "^7.16.7",
  42. "@babel/helper-environment-visitor": "^7.16.7",
  43. "@babel/helper-function-name": "^7.16.7",
  44. "@babel/helper-member-expression-to-functions": "^7.16.7",
  45. "@babel/helper-optimise-call-expression": "^7.16.7",
  46. "@babel/helper-replace-supers": "^7.16.7",
  47. "@babel/helper-split-export-declaration": "^7.16.7"
  48. },
  49. "description": "Compile class public and private fields, private methods and decorators to ES6",
  50. "devDependencies": {
  51. "@babel/core": "^7.17.5",
  52. "@babel/helper-plugin-test-runner": "^7.16.7",
  53. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  54. "@babel/preset-env": "^7.16.11"
  55. },
  56. "engines": {
  57. "node": ">=6.9.0"
  58. },
  59. "homepage": "https://github.com/babel/babel#readme",
  60. "keywords": [
  61. "babel",
  62. "babel-plugin"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/index.js",
  66. "name": "@babel/helper-create-class-features-plugin",
  67. "peerDependencies": {
  68. "@babel/core": "^7.0.0"
  69. },
  70. "publishConfig": {
  71. "access": "public"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/babel/babel.git",
  76. "directory": "packages/babel-helper-create-class-features-plugin"
  77. },
  78. "version": "7.17.6"
  79. }