package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "history",
  3. "_id": "history@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==",
  6. "_location": "/history",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "history",
  12. "name": "history",
  13. "escapedName": "history",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/history/-/history-5.0.0.tgz",
  23. "_shasum": "0cabbb6c4bbf835addb874f8259f6d25101efd08",
  24. "_spec": "history",
  25. "_where": "E:\\a-level\\project_js2",
  26. "author": {
  27. "name": "React Training",
  28. "email": "hello@reacttraining.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ReactTraining/history/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/runtime": "^7.7.6"
  36. },
  37. "deprecated": false,
  38. "description": "Manage session history with JavaScript",
  39. "homepage": "https://github.com/ReactTraining/history#readme",
  40. "keywords": [
  41. "history",
  42. "location"
  43. ],
  44. "license": "MIT",
  45. "main": "main.js",
  46. "module": "index.js",
  47. "name": "history",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/ReactTraining/history.git"
  51. },
  52. "sideEffects": false,
  53. "types": "index.d.ts",
  54. "unpkg": "umd/history.production.min.js",
  55. "version": "5.0.0"
  56. }