Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "react-context-toolbox@^2.0.2",
  3. "_id": "react-context-toolbox@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tY4j0imkYC3n5ZlYSgFkaw7fmlCp3IoQQ6DxpqeNHzcD0hf+6V+/HeJxviLUZ1Rv1Yn3N3xyO2EhkkZwHn0m1A==",
  6. "_location": "/react-context-toolbox",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "react-context-toolbox@^2.0.2",
  12. "name": "react-context-toolbox",
  13. "escapedName": "react-context-toolbox",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/react-overlays"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/react-context-toolbox/-/react-context-toolbox-2.0.2.tgz",
  22. "_shasum": "35637287cb23f801e6ed802c2bb7a97e1f04e3fb",
  23. "_spec": "react-context-toolbox@^2.0.2",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/react-overlays",
  25. "author": {
  26. "name": "4Catalyzer"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/4Catalyzer/react-context-toolbox/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "homepage": "https://github.com/4Catalyzer/react-context-toolbox#readme",
  34. "jest": {
  35. "roots": [
  36. "<rootDir>/test"
  37. ],
  38. "testEnvironment": "jsdom",
  39. "setupFiles": [
  40. "<rootDir>/test/index.js"
  41. ]
  42. },
  43. "license": "MIT",
  44. "lint-staged": {
  45. "*.js": [
  46. "eslint --fix",
  47. "git add"
  48. ],
  49. "*.{json,css,md}": [
  50. "prettier --write --ignore-path .eslintignore",
  51. "git add"
  52. ]
  53. },
  54. "main": "index.js",
  55. "module": "lib/es/index.js",
  56. "name": "react-context-toolbox",
  57. "peerDependencies": {
  58. "react": ">=16.3.2"
  59. },
  60. "prettier": {
  61. "printWidth": 79,
  62. "singleQuote": true,
  63. "trailingComma": "all"
  64. },
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/4Catalyzer/react-context-toolbox.git"
  71. },
  72. "types": "index.d.ts",
  73. "version": "2.0.2"
  74. }