package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-flow@7.10.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-syntax-flow@7.10.4",
  9. "_id": "@babel/plugin-syntax-flow@7.10.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yxQsX1dJixF4qEEdzVbst3SZQ58Nrooz8NV9Z9GL4byTE25BvJgl5lf0RECUf0fh28rZBb/RYTWn/eeKwCMrZQ==",
  12. "_location": "/@babel/plugin-syntax-flow",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-syntax-flow@7.10.4",
  18. "name": "@babel/plugin-syntax-flow",
  19. "escapedName": "@babel%2fplugin-syntax-flow",
  20. "scope": "@babel",
  21. "rawSpec": "7.10.4",
  22. "saveSpec": null,
  23. "fetchSpec": "7.10.4"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-transform-flow-strip-types"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.4.tgz",
  29. "_spec": "7.10.4",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.10.4"
  36. },
  37. "description": "Allow parsing of the flow syntax",
  38. "devDependencies": {
  39. "@babel/core": "^7.10.4"
  40. },
  41. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  42. "homepage": "https://github.com/babel/babel#readme",
  43. "keywords": [
  44. "babel-plugin"
  45. ],
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/plugin-syntax-flow",
  49. "peerDependencies": {
  50. "@babel/core": "^7.0.0-0"
  51. },
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/babel/babel.git",
  58. "directory": "packages/babel-plugin-syntax-flow"
  59. },
  60. "version": "7.10.4"
  61. }