package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-proposal-function-sent@7.10.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-proposal-function-sent@7.10.4",
  9. "_id": "@babel/plugin-proposal-function-sent@7.10.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aBtve/DhQsVPAGnSDcgt33gF36rO0TK+KtHp9Hwtj3KwH+o1Cii9vfVVYeB9c6Jo1SXOgTRwRD7ljpTS0qbN8w==",
  12. "_location": "/@babel/plugin-proposal-function-sent",
  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/plugin-proposal-function-sent@7.10.4",
  25. "name": "@babel/plugin-proposal-function-sent",
  26. "escapedName": "@babel%2fplugin-proposal-function-sent",
  27. "scope": "@babel",
  28. "rawSpec": "7.10.4",
  29. "saveSpec": null,
  30. "fetchSpec": "7.10.4"
  31. },
  32. "_requiredBy": [
  33. "/documentation"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.10.4.tgz",
  36. "_spec": "7.10.4",
  37. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "@babel/helper-plugin-utils": "^7.10.4",
  43. "@babel/helper-wrap-function": "^7.10.4",
  44. "@babel/plugin-syntax-function-sent": "^7.10.4"
  45. },
  46. "description": "Compile the function.sent meta property to valid ES2015 code",
  47. "devDependencies": {
  48. "@babel/core": "^7.10.4",
  49. "@babel/helper-plugin-test-runner": "^7.10.4"
  50. },
  51. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  52. "homepage": "https://github.com/babel/babel#readme",
  53. "keywords": [
  54. "babel-plugin"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "@babel/plugin-proposal-function-sent",
  59. "peerDependencies": {
  60. "@babel/core": "^7.0.0-0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-plugin-proposal-function-sent"
  69. },
  70. "version": "7.10.4"
  71. }