Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@babel/plugin-syntax-jsx@^7.2.0",
  3. "_id": "@babel/plugin-syntax-jsx@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==",
  6. "_location": "/@babel/plugin-syntax-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-jsx@^7.2.0",
  12. "name": "@babel/plugin-syntax-jsx",
  13. "escapedName": "@babel%2fplugin-syntax-jsx",
  14. "scope": "@babel",
  15. "rawSpec": "^7.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.2.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-transform-react-jsx",
  21. "/@babel/plugin-transform-react-jsx-self",
  22. "/@babel/plugin-transform-react-jsx-source"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz",
  25. "_shasum": "0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7",
  26. "_spec": "@babel/plugin-syntax-jsx@^7.2.0",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/plugin-transform-react-jsx",
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@babel/helper-plugin-utils": "^7.0.0"
  31. },
  32. "deprecated": false,
  33. "description": "Allow parsing of jsx",
  34. "devDependencies": {
  35. "@babel/core": "^7.2.0"
  36. },
  37. "keywords": [
  38. "babel-plugin"
  39. ],
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "name": "@babel/plugin-syntax-jsx",
  43. "peerDependencies": {
  44. "@babel/core": "^7.0.0-0"
  45. },
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx"
  52. },
  53. "version": "7.2.0"
  54. }