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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "warning@^4.0.3",
  3. "_id": "warning@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  6. "_location": "/warning",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "warning@^4.0.3",
  12. "name": "warning",
  13. "escapedName": "warning",
  14. "rawSpec": "^4.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.3"
  17. },
  18. "_requiredBy": [
  19. "/create-react-context",
  20. "/react-bootstrap",
  21. "/react-overlays",
  22. "/react-popper"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
  25. "_shasum": "16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3",
  26. "_spec": "warning@^4.0.3",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/react-bootstrap",
  28. "author": {
  29. "name": "Berkeley Martinez",
  30. "email": "berkeley@berkeleytrue.com",
  31. "url": "http://www.berkeleytrue.com"
  32. },
  33. "browserify": {
  34. "transform": [
  35. "loose-envify"
  36. ]
  37. },
  38. "bugs": {
  39. "url": "https://github.com/BerkeleyTrue/warning/issues"
  40. },
  41. "bundleDependencies": false,
  42. "config": {
  43. "commitizen": {
  44. "path": "cz-conventional-changelog"
  45. }
  46. },
  47. "dependencies": {
  48. "loose-envify": "^1.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "A mirror of Facebook's Warning",
  52. "devDependencies": {
  53. "@commitlint/cli": "^6.2.0",
  54. "@commitlint/config-conventional": "^6.1.3",
  55. "browserify": "^16.2.2",
  56. "commitizen": "^2.10.1",
  57. "cz-conventional-changelog": "^2.1.0",
  58. "husky": "^0.14.3",
  59. "jest": "^23.1.0",
  60. "uglify-js": "^3.3.25"
  61. },
  62. "files": [
  63. "warning.js"
  64. ],
  65. "homepage": "https://github.com/BerkeleyTrue/warning",
  66. "keywords": [
  67. "warning",
  68. "facebook",
  69. "react",
  70. "invariant"
  71. ],
  72. "license": "MIT",
  73. "main": "warning.js",
  74. "name": "warning",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/BerkeleyTrue/warning.git"
  78. },
  79. "scripts": {
  80. "commit": "git cz",
  81. "commitmsg": "commitlint -e $GIT_PARAMS",
  82. "test": "npm run test:dev && npm run test:prod",
  83. "test:dev": "NODE_ENV=development jest",
  84. "test:prod": "NODE_ENV=production jest"
  85. },
  86. "version": "4.0.3"
  87. }