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

91 строка
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "draftjs-to-html@0.8.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "draftjs-to-html@0.8.4",
  9. "_id": "draftjs-to-html@0.8.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+4hekxc8dTJvKk6usiEsFX9O1uOD9vLZZOs9ZI3RhTe89yNmtazYII/ILDXfbMPfzNaYfX7Gf3zjRm6UUFxqyg==",
  12. "_location": "/draftjs-to-html",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "draftjs-to-html@0.8.4",
  18. "name": "draftjs-to-html",
  19. "escapedName": "draftjs-to-html",
  20. "rawSpec": "0.8.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.8.4"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/draftjs-to-html/-/draftjs-to-html-0.8.4.tgz",
  28. "_spec": "0.8.4",
  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-to-html/issues"
  35. },
  36. "description": "A library for draftjs to html conversion.",
  37. "devDependencies": {
  38. "babel-core": "^6.26.0",
  39. "babel-eslint": "^8.2.1",
  40. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  41. "babel-preset-env": "^1.6.1",
  42. "babel-preset-react": "^6.24.1",
  43. "babel-preset-stage-0": "^6.24.1",
  44. "babel-register": "^6.26.0",
  45. "chai": "^4.1.2",
  46. "draft-js": "^0.10.4",
  47. "eslint": "^4.12.1",
  48. "eslint-config-airbnb": "^16.1.0",
  49. "eslint-plugin-import": "^2.8.0",
  50. "eslint-plugin-jsx-a11y": "^6.0.3",
  51. "eslint-plugin-mocha": "^4.11.0",
  52. "eslint-plugin-react": "^7.5.1",
  53. "flow-bin": "^0.63.1",
  54. "jsdom": "^11.5.1",
  55. "mocha": "^4.0.1",
  56. "react": "^16.2.0",
  57. "react-dom": "^16.2.0",
  58. "rimraf": "^2.6.2",
  59. "rollup": "^0.53.3",
  60. "rollup-plugin-babel": "^3.0.3",
  61. "sinon": "^4.1.4",
  62. "size-limit": "^0.14.1"
  63. },
  64. "homepage": "https://github.com/jpuri/draftjs-to-html#readme",
  65. "license": "MIT",
  66. "main": "lib/draftjs-to-html.js",
  67. "name": "draftjs-to-html",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jpuri/draftjs-to-html.git"
  71. },
  72. "scripts": {
  73. "build": "npm run clean && rollup -c && npm run size",
  74. "check": "npm run lint && npm run flow",
  75. "clean": "rimraf lib",
  76. "dev": "rollup -c -w",
  77. "flow": "flow; test $? -eq 0 -o $? -eq 2",
  78. "lint": "eslint js",
  79. "size": "size-limit",
  80. "test": "NODE_ENV=test mocha --require config/test-compiler.js config/test-setup.js js/**/*Test.js"
  81. },
  82. "size-limit": [
  83. {
  84. "path": "lib/*",
  85. "webpack": false,
  86. "limit": "4.5 KB"
  87. }
  88. ],
  89. "version": "0.8.4"
  90. }