package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-react-pure-annotations@7.10.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-transform-react-pure-annotations@7.10.4",
  9. "_id": "@babel/plugin-transform-react-pure-annotations@7.10.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A==",
  12. "_location": "/@babel/plugin-transform-react-pure-annotations",
  13. "_phantomChildren": {
  14. "to-fast-properties": "2.0.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "@babel/plugin-transform-react-pure-annotations@7.10.4",
  20. "name": "@babel/plugin-transform-react-pure-annotations",
  21. "escapedName": "@babel%2fplugin-transform-react-pure-annotations",
  22. "scope": "@babel",
  23. "rawSpec": "7.10.4",
  24. "saveSpec": null,
  25. "fetchSpec": "7.10.4"
  26. },
  27. "_requiredBy": [
  28. "/@babel/preset-react"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.4.tgz",
  31. "_spec": "7.10.4",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "dependencies": {
  37. "@babel/helper-annotate-as-pure": "^7.10.4",
  38. "@babel/helper-plugin-utils": "^7.10.4"
  39. },
  40. "description": "Mark top-level React method calls as pure for tree shaking",
  41. "devDependencies": {
  42. "@babel/core": "^7.10.4",
  43. "@babel/helper-plugin-test-runner": "^7.10.4"
  44. },
  45. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  46. "homepage": "https://github.com/babel/babel#readme",
  47. "keywords": [
  48. "babel-plugin"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/plugin-transform-react-pure-annotations",
  53. "peerDependencies": {
  54. "@babel/core": "^7.0.0-0"
  55. },
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-plugin-transform-react-pure-annotations"
  63. },
  64. "version": "7.10.4"
  65. }