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.
 
 
 
 

123 lines
3.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "react-onclickoutside@6.9.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-onclickoutside@6.9.0",
  9. "_id": "react-onclickoutside@6.9.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8ltIY3bC7oGhj2nPAvWOGi+xGFybPNhJM0V1H8hY/whNcXgmDeaeoCMPPd8VatrpTsUWjb/vGzrmu6SrXVty3A==",
  12. "_location": "/react-onclickoutside",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-onclickoutside@6.9.0",
  18. "name": "react-onclickoutside",
  19. "escapedName": "react-onclickoutside",
  20. "rawSpec": "6.9.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.9.0"
  23. },
  24. "_requiredBy": [
  25. "/react-bootstrap-typeahead",
  26. "/react-datepicker"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.9.0.tgz",
  29. "_spec": "6.9.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "authors": [
  32. "Pomax <pomax@nihongoresources.com>",
  33. "Andarist <mateuszburzynski@gmail.com>"
  34. ],
  35. "bugs": {
  36. "url": "https://github.com/Pomax/react-onclickoutside/issues"
  37. },
  38. "description": "An onClickOutside wrapper for React components",
  39. "devDependencies": {
  40. "@babel/core": "7.0.0-beta.31",
  41. "@babel/plugin-proposal-class-properties": "7.0.0-beta.31",
  42. "@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.31",
  43. "@babel/preset-env": "7.0.0-beta.31",
  44. "@babel/preset-stage-0": "7.0.0-beta.31",
  45. "babel-eslint": "^8.0.2",
  46. "babel-loader": "8.0.0-beta.0",
  47. "chai": "^4.1.2",
  48. "eslint": "^4.12.0",
  49. "husky": "^0.14.3",
  50. "karma": "^1.4.0",
  51. "karma-chai": "^0.1.0",
  52. "karma-firefox-launcher": "^1.0.1",
  53. "karma-mocha": "^1.3.0",
  54. "karma-spec-reporter": "0.0.31",
  55. "karma-webpack": "^2.0.6",
  56. "lint-staged": "^5.0.0",
  57. "mocha": "^4.0.1",
  58. "npm-run-all": "^4.0.2",
  59. "prettier": "^1.8.2",
  60. "react": "^15.5.x",
  61. "react-dom": "^15.5.x",
  62. "react-test-renderer": "^15.5.x",
  63. "require-hijack": "^1.2.1",
  64. "rimraf": "^2.6.2",
  65. "rollup": "^0.52.0",
  66. "rollup-plugin-babel": "4.0.0-beta.0",
  67. "rollup-plugin-uglify": "^2.0.1",
  68. "webpack": "^3.8.1"
  69. },
  70. "files": [
  71. "dist"
  72. ],
  73. "homepage": "https://github.com/Pomax/react-onclickoutside",
  74. "jsnext:main": "dist/react-onclickoutside.es.js",
  75. "keywords": [
  76. "react",
  77. "onclick",
  78. "outside",
  79. "onclickoutside"
  80. ],
  81. "license": "MIT",
  82. "lint-staged": {
  83. "{src,test}/**/*.js": [
  84. "prettier --print-width=120 --single-quote --trailing-comma=all --write",
  85. "eslint --fix",
  86. "git add"
  87. ],
  88. "*.md": [
  89. "prettier --write",
  90. "git add"
  91. ]
  92. },
  93. "main": "dist/react-onclickoutside.cjs.js",
  94. "module": "dist/react-onclickoutside.es.js",
  95. "name": "react-onclickoutside",
  96. "peerDependencies": {
  97. "react": "^15.5.x || ^16.x",
  98. "react-dom": "^15.5.x || ^16.x"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/Pomax/react-onclickoutside.git"
  103. },
  104. "scripts": {
  105. "build": "rollup -c",
  106. "clean": "rimraf dist",
  107. "lint": "eslint src/*.js ./test",
  108. "prebuild": "npm run clean",
  109. "precommit": "npm test && lint-staged",
  110. "prepare": "npm run build",
  111. "prerelease": "npm run test",
  112. "release:major": "npm run prerelease && npm version major && npm publish && git push --follow-tags",
  113. "release:minor": "npm run prerelease && npm version minor && npm publish && git push --follow-tags",
  114. "release:patch": "npm run prerelease && npm version patch && npm publish && git push --follow-tags",
  115. "test": "run-s test:**",
  116. "test:basic": "run-s lint build",
  117. "test:karma": "karma start test/karma.conf.js --single-run",
  118. "test:nodom": "mocha test/no-dom-test.js"
  119. },
  120. "unpkg": "dist/react-onclickoutside.min.js",
  121. "version": "6.9.0"
  122. }