Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

117 строки
3.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "react-input-autosize@2.2.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-input-autosize@2.2.2",
  9. "_id": "react-input-autosize@2.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw==",
  12. "_location": "/react-input-autosize",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-input-autosize@2.2.2",
  18. "name": "react-input-autosize",
  19. "escapedName": "react-input-autosize",
  20. "rawSpec": "2.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.2"
  23. },
  24. "_requiredBy": [
  25. "/react-data-grid-addons/react-select",
  26. "/react-select"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-2.2.2.tgz",
  29. "_spec": "2.2.2",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Jed Watson"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/JedWatson/react-input-autosize/issues"
  36. },
  37. "dependencies": {
  38. "prop-types": "^15.5.8"
  39. },
  40. "description": "Auto-resizing Input Component for React",
  41. "devDependencies": {
  42. "babel-cli": "^6.26.0",
  43. "babel-core": "^6.26.0",
  44. "babel-eslint": "^7.2.3",
  45. "babel-jest": "^6.0.1",
  46. "babel-loader": "^7.1.1",
  47. "babel-plugin-external-helpers": "^6.22.0",
  48. "babel-plugin-transform-react-remove-prop-types": "^0.4.8",
  49. "babel-preset-es2015": "^6.24.1",
  50. "babel-preset-react": "^6.24.1",
  51. "babel-preset-stage-2": "^6.24.1",
  52. "css-loader": "^0.28.7",
  53. "eslint": "^3.19.0",
  54. "eslint-config-keystone": "^3.0.0",
  55. "eslint-config-keystone-react": "^1.0.0",
  56. "eslint-plugin-react": "^6.10.3",
  57. "extract-text-webpack-plugin": "^3.0.0",
  58. "gh-pages": "^1.1.0",
  59. "html-loader": "^0.5.1",
  60. "html-webpack-plugin": "^2.30.1",
  61. "jest-cli": "^21.0.2",
  62. "less": "^2.3.1",
  63. "less-loader": "^4.0.5",
  64. "nps": "^5.7.1",
  65. "nps-utils": "^1.3.0",
  66. "react": "^15.0",
  67. "react-dom": "^15.0",
  68. "rollup": "^0.49.2",
  69. "rollup-plugin-babel": "^3.0.2",
  70. "rollup-plugin-commonjs": "^8.2.0",
  71. "rollup-plugin-node-resolve": "^3.0.0",
  72. "rollup-plugin-uglify": "^2.0.1",
  73. "style-loader": "^0.18.2",
  74. "uglify-es": "^3.0.28",
  75. "webpack": "^3.5.5",
  76. "webpack-dev-server": "^2.7.1"
  77. },
  78. "homepage": "https://github.com/JedWatson/react-input-autosize#readme",
  79. "jest": {
  80. "unmockedModulePathPatterns": [
  81. "<rootDir>/node_modules/react",
  82. "<rootDir>/node_modules/fbjs",
  83. "<rootDir>/node_modules/react-dom"
  84. ],
  85. "roots": [
  86. "<rootDir>/src"
  87. ]
  88. },
  89. "js:next": "dist/react-input-autosize.es.js",
  90. "keywords": [
  91. "react",
  92. "react-component",
  93. "input",
  94. "autosize"
  95. ],
  96. "license": "MIT",
  97. "main": "lib/AutosizeInput.js",
  98. "name": "react-input-autosize",
  99. "peerDependencies": {
  100. "react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0"
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/JedWatson/react-input-autosize.git"
  105. },
  106. "scripts": {
  107. "build": "NODE_ENV=production nps build",
  108. "build:examples": "nps examples",
  109. "deploy": "nps examples && gh-pages -d examples/dist",
  110. "lint": "eslint ./; true",
  111. "publish-examples": "NODE_ENV=production nps publish",
  112. "start": "webpack-dev-server --progress",
  113. "test": "jest; true"
  114. },
  115. "version": "2.2.2"
  116. }