You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "react-scroll-to-component@1.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-scroll-to-component@1.0.2",
  9. "_id": "react-scroll-to-component@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-8mDck2xipT53J4bXgy/giE4ZU1Q=",
  12. "_location": "/react-scroll-to-component",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-scroll-to-component@1.0.2",
  18. "name": "react-scroll-to-component",
  19. "escapedName": "react-scroll-to-component",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/react-scroll-to-component/-/react-scroll-to-component-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "FlyingAnt",
  32. "email": "liucheng@lyingant.me"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/flyingant/react-scroll-to-component/issues"
  36. },
  37. "dependencies": {
  38. "scroll-to": "0.0.2"
  39. },
  40. "description": "smooth scrolling to react component via reference",
  41. "homepage": "https://github.com/flyingant/react-scroll-to-component#readme",
  42. "keywords": [
  43. "react",
  44. "component",
  45. "scroll",
  46. "scroll-to",
  47. "scroll-to-component",
  48. "scroll-to-position",
  49. "scroll-to-element"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "react-scroll-to-component",
  54. "peerDependencies": {
  55. "react": "^0.14.0 || ^15.0.0 || ^16.0.0",
  56. "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/flyingant/react-scroll-to-component.git"
  61. },
  62. "version": "1.0.2"
  63. }