Dashboard sipadu mbip
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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@restart/hooks@^0.3.11",
  3. "_id": "@restart/hooks@0.3.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rVNba1A2oMzKBg16fCrrHmCf4JjOzFhT9TWR8J+Y8iOcY4zffxtP3ke7mEsakvghHZT+9//uDOPSSeuBDW41GQ==",
  6. "_location": "/@restart/hooks",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@restart/hooks@^0.3.11",
  12. "name": "@restart/hooks",
  13. "escapedName": "@restart%2fhooks",
  14. "scope": "@restart",
  15. "rawSpec": "^0.3.11",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.11"
  18. },
  19. "_requiredBy": [
  20. "/react-bootstrap"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.3.15.tgz",
  23. "_shasum": "17cb37a272dfb9cbacf83614a5a7170e68f17d75",
  24. "_spec": "@restart/hooks@^0.3.11",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/react-bootstrap",
  26. "author": {
  27. "name": "Jason Quense",
  28. "email": "monastic.panic@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jquense/react-common-hooks/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "homepage": "https://github.com/jquense/react-common-hooks#readme",
  36. "jest": {
  37. "preset": "@4c",
  38. "setupFilesAfterEnv": [
  39. "./test/setup.js"
  40. ]
  41. },
  42. "license": "MIT",
  43. "main": "cjs/index.js",
  44. "module": "esm/index.js",
  45. "name": "@restart/hooks",
  46. "peerDependencies": {
  47. "react": "^16.8.0-0"
  48. },
  49. "prettier": {
  50. "singleQuote": true,
  51. "semi": false,
  52. "trailingComma": "all"
  53. },
  54. "publishConfig": {
  55. "access": "public",
  56. "directory": "lib"
  57. },
  58. "release": {
  59. "conventionalCommits": true
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jquense/react-common-hooks.git"
  64. },
  65. "types": "cjs/index.d.ts",
  66. "version": "0.3.15"
  67. }