Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "@restart/context@^2.1.4",
  3. "_id": "@restart/context@2.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==",
  6. "_location": "/@restart/context",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@restart/context@^2.1.4",
  12. "name": "@restart/context",
  13. "escapedName": "@restart%2fcontext",
  14. "scope": "@restart",
  15. "rawSpec": "^2.1.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.1.4"
  18. },
  19. "_requiredBy": [
  20. "/react-bootstrap"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz",
  23. "_shasum": "a99d87c299a34c28bd85bb489cb07bfd23149c02",
  24. "_spec": "@restart/context@^2.1.4",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/react-bootstrap",
  26. "author": {
  27. "name": "4Catalyzer"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/react-restart/context/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "React context helpers.",
  35. "homepage": "https://github.com/react-restart/context#readme",
  36. "husky": {
  37. "hooks": {
  38. "pre-commit": "lint-staged"
  39. }
  40. },
  41. "jest": {
  42. "roots": [
  43. "<rootDir>/test"
  44. ],
  45. "setupFiles": [
  46. "<rootDir>/test/index.js"
  47. ]
  48. },
  49. "license": "MIT",
  50. "lint-staged": {
  51. "*.js": [
  52. "eslint --fix",
  53. "git add"
  54. ],
  55. "*.{json,css,md}": [
  56. "prettier --write --ignore-path .eslintignore",
  57. "git add"
  58. ]
  59. },
  60. "main": "index.js",
  61. "module": "es/index.js",
  62. "name": "@restart/context",
  63. "peerDependencies": {
  64. "react": ">=16.3.2"
  65. },
  66. "prettier": {
  67. "printWidth": 79,
  68. "singleQuote": true,
  69. "trailingComma": "all"
  70. },
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "release": {
  75. "extends": [
  76. "@4c/semantic-release-config"
  77. ],
  78. "pkgRoot": "lib"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/react-restart/context.git"
  83. },
  84. "types": "index.d.ts",
  85. "version": "2.1.4"
  86. }