package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "acorn-jsx@^5.3.1",
  3. "_id": "acorn-jsx@5.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==",
  6. "_location": "/acorn-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn-jsx@^5.3.1",
  12. "name": "acorn-jsx",
  13. "escapedName": "acorn-jsx",
  14. "rawSpec": "^5.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.3.1"
  17. },
  18. "_requiredBy": [
  19. "/espree"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz",
  22. "_shasum": "fc8661e11b7ac1539c47dbfea2e72b3af34d267b",
  23. "_spec": "acorn-jsx@^5.3.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\espree",
  25. "bugs": {
  26. "url": "https://github.com/acornjs/acorn-jsx/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "Modern, fast React.js JSX parser",
  31. "devDependencies": {
  32. "acorn": "^8.0.1"
  33. },
  34. "homepage": "https://github.com/acornjs/acorn-jsx",
  35. "license": "MIT",
  36. "maintainers": [
  37. {
  38. "name": "Ingvar Stepanyan",
  39. "email": "me@rreverser.com",
  40. "url": "http://rreverser.com/"
  41. }
  42. ],
  43. "name": "acorn-jsx",
  44. "peerDependencies": {
  45. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/acornjs/acorn-jsx.git"
  50. },
  51. "scripts": {
  52. "test": "node test/run.js"
  53. },
  54. "version": "5.3.1"
  55. }