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

90 строки
2.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "draftjs-utils@0.10.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "draftjs-utils@0.10.2",
  9. "_id": "draftjs-utils@0.10.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EstHqr3R3JVcilJrBaO/A+01GvwwKmC7e4TCjC7S94ZeMh4IVmf60OuQXtHHpwItK8C2JCi3iljgN5KHkJboUg==",
  12. "_location": "/draftjs-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "draftjs-utils@0.10.2",
  18. "name": "draftjs-utils",
  19. "escapedName": "draftjs-utils",
  20. "rawSpec": "0.10.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.10.2"
  23. },
  24. "_requiredBy": [
  25. "/react-draft-wysiwyg"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/draftjs-utils/-/draftjs-utils-0.10.2.tgz",
  28. "_spec": "0.10.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jyoti Puri"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jpuri/draftjs-utils/issues"
  35. },
  36. "description": "Collection of utility function for use with Draftjs.",
  37. "devDependencies": {
  38. "@babel/core": "^7.7.5",
  39. "@babel/preset-env": "^7.7.6",
  40. "@babel/preset-react": "^7.7.4",
  41. "@babel/register": "^7.7.4",
  42. "autoprefixer": "^9.7.3",
  43. "babel-eslint": "^10.0.3",
  44. "babel-loader": "^8.0.6",
  45. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  46. "chai": "^4.2.0",
  47. "draft-js": "^0.11.3",
  48. "enzyme": "^3.10.0",
  49. "eslint": "^6.7.2",
  50. "eslint-config-airbnb": "^18.0.1",
  51. "eslint-plugin-import": "2.18.2",
  52. "eslint-plugin-jsx-a11y": "^6.2.3",
  53. "eslint-plugin-mocha": "^6.2.2",
  54. "eslint-plugin-react": "^7.17.0",
  55. "flow-bin": "^0.113.0",
  56. "immutable": "^3.8.2",
  57. "jsdom": "^15.2.1",
  58. "mocha": "^6.2.2",
  59. "react": "^16.12.0",
  60. "react-dom": "^16.12.0",
  61. "rimraf": "^3.0.0",
  62. "sinon": "^7.5.0",
  63. "uglifyjs-webpack-plugin": "^2.2.0",
  64. "webpack": "^4.41.2",
  65. "webpack-cli": "^3.3.10"
  66. },
  67. "homepage": "https://github.com/jpuri/draftjs-utils#readme",
  68. "license": "MIT",
  69. "main": "lib/draftjs-utils.js",
  70. "name": "draftjs-utils",
  71. "peerDependencies": {
  72. "draft-js": "^0.11.x",
  73. "immutable": "3.x.x || 4.x.x"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jpuri/draftjs-utils.git"
  78. },
  79. "scripts": {
  80. "build": "npm run clean && npm run build:webpack",
  81. "build:webpack": "NODE_ENV=production webpack --mode production --config config/webpack.prod.config.js",
  82. "check": "npm run lint && npm run flow",
  83. "clean": "rimraf lib",
  84. "flow": "flow; test $? -eq 0 -o $? -eq 2",
  85. "lint": "eslint js",
  86. "test": "mocha --require config/test-compiler.js config/test-setup.js js/**/*Test.js"
  87. },
  88. "version": "0.10.2"
  89. }