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 2.8 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "hoist-non-react-statics@3.3.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "hoist-non-react-statics@3.3.2",
  9. "_id": "hoist-non-react-statics@3.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  12. "_location": "/hoist-non-react-statics",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hoist-non-react-statics@3.3.2",
  18. "name": "hoist-non-react-statics",
  19. "escapedName": "hoist-non-react-statics",
  20. "rawSpec": "3.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.2"
  23. },
  24. "_requiredBy": [
  25. "/@material-ui/core",
  26. "/@types/hoist-non-react-statics",
  27. "/@types/react-redux",
  28. "/react-redux"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  31. "_spec": "3.3.2",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Michael Ridgway",
  35. "email": "mcridgway@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mridgway/hoist-non-react-statics/issues"
  39. },
  40. "dependencies": {
  41. "react-is": "^16.7.0"
  42. },
  43. "description": "Copies non-react specific statics from a child component to a parent component",
  44. "devDependencies": {
  45. "@babel/core": "^7.5.0",
  46. "@babel/plugin-proposal-class-properties": "^7.5.0",
  47. "@babel/preset-env": "^7.5.0",
  48. "@babel/preset-react": "^7.0.0",
  49. "@babel/register": "^7.4.4",
  50. "chai": "^4.2.0",
  51. "coveralls": "^2.11.1",
  52. "create-react-class": "^15.5.3",
  53. "eslint": "^4.13.1",
  54. "mocha": "^6.1.4",
  55. "nyc": "^14.1.1",
  56. "pre-commit": "^1.0.7",
  57. "prop-types": "^15.6.2",
  58. "react": "^16.7.0",
  59. "rimraf": "^2.6.2",
  60. "rollup": "^1.16.6",
  61. "rollup-plugin-babel": "^4.3.3",
  62. "rollup-plugin-commonjs": "^10.0.1",
  63. "rollup-plugin-node-resolve": "^5.2.0",
  64. "rollup-plugin-terser": "^5.1.1"
  65. },
  66. "files": [
  67. "src",
  68. "dist",
  69. "index.d.ts"
  70. ],
  71. "homepage": "https://github.com/mridgway/hoist-non-react-statics#readme",
  72. "keywords": [
  73. "react"
  74. ],
  75. "license": "BSD-3-Clause",
  76. "main": "dist/hoist-non-react-statics.cjs.js",
  77. "name": "hoist-non-react-statics",
  78. "publishConfig": {
  79. "registry": "https://registry.npmjs.org/"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/mridgway/hoist-non-react-statics.git"
  84. },
  85. "scripts": {
  86. "build": "rimraf dist && rollup -c",
  87. "coverage": "nyc report --reporter=text-lcov | coveralls",
  88. "lint": "eslint src",
  89. "prepublish": "npm test",
  90. "test": "nyc mocha tests/unit/ --recursive --reporter spec --require=@babel/register"
  91. },
  92. "version": "3.3.2"
  93. }