package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.10.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/helper-create-class-features-plugin@7.10.5",
  9. "_id": "@babel/helper-create-class-features-plugin@7.10.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==",
  12. "_location": "/@babel/helper-create-class-features-plugin",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.2",
  15. "escape-string-regexp": "1.0.5",
  16. "globals": "11.12.0",
  17. "has-flag": "3.0.0",
  18. "jsesc": "2.5.2",
  19. "to-fast-properties": "2.0.0"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "@babel/helper-create-class-features-plugin@7.10.5",
  25. "name": "@babel/helper-create-class-features-plugin",
  26. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  27. "scope": "@babel",
  28. "rawSpec": "7.10.5",
  29. "saveSpec": null,
  30. "fetchSpec": "7.10.5"
  31. },
  32. "_requiredBy": [
  33. "/@babel/plugin-proposal-class-properties",
  34. "/@babel/plugin-proposal-decorators",
  35. "/@babel/plugin-proposal-private-methods"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz",
  38. "_spec": "7.10.5",
  39. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  40. "author": {
  41. "name": "The Babel Team",
  42. "url": "https://babeljs.io/team"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/babel/babel/issues"
  46. },
  47. "dependencies": {
  48. "@babel/helper-function-name": "^7.10.4",
  49. "@babel/helper-member-expression-to-functions": "^7.10.5",
  50. "@babel/helper-optimise-call-expression": "^7.10.4",
  51. "@babel/helper-plugin-utils": "^7.10.4",
  52. "@babel/helper-replace-supers": "^7.10.4",
  53. "@babel/helper-split-export-declaration": "^7.10.4"
  54. },
  55. "description": "Compile class public and private fields, private methods and decorators to ES6",
  56. "devDependencies": {
  57. "@babel/core": "^7.10.5",
  58. "@babel/helper-plugin-test-runner": "^7.10.4"
  59. },
  60. "gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7",
  61. "homepage": "https://github.com/babel/babel#readme",
  62. "keywords": [
  63. "babel",
  64. "babel-plugin"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "name": "@babel/helper-create-class-features-plugin",
  69. "peerDependencies": {
  70. "@babel/core": "^7.0.0"
  71. },
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/babel/babel.git",
  78. "directory": "packages/babel-helper-create-class-features-plugin"
  79. },
  80. "version": "7.10.5"
  81. }