package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "parchment@1.1.4",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "parchment@1.1.4",
  9. "_id": "parchment@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==",
  12. "_location": "/parchment",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parchment@1.1.4",
  18. "name": "parchment",
  19. "escapedName": "parchment",
  20. "rawSpec": "1.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.4"
  23. },
  24. "_requiredBy": [
  25. "/quill"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/parchment/-/parchment-1.1.4.tgz",
  28. "_spec": "1.1.4",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "Jason Chen",
  32. "email": "jhchen7@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/quilljs/parchment/issues"
  36. },
  37. "description": "A document model for rich text editors",
  38. "devDependencies": {
  39. "babel-core": "^6.26.0",
  40. "istanbul": "~0.4.5",
  41. "jasmine-core": "^2.9.1",
  42. "karma": "^2.0.0",
  43. "karma-babel-preprocessor": "^7.0.0",
  44. "karma-chrome-launcher": "^2.2.0",
  45. "karma-coverage": "^1.1.1",
  46. "karma-jasmine": "^1.1.1",
  47. "karma-sauce-launcher": "^1.2.0",
  48. "karma-webpack": "^2.0.9",
  49. "ts-loader": "^3.4.0",
  50. "typescript": "^2.7.1",
  51. "webpack": "^3.10.0"
  52. },
  53. "files": [
  54. "tsconfig.json",
  55. "dist",
  56. "src"
  57. ],
  58. "homepage": "http://quilljs.com/docs/parchment",
  59. "license": "BSD-3-Clause",
  60. "main": "dist/parchment.js",
  61. "name": "parchment",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/quilljs/parchment.git"
  65. },
  66. "scripts": {
  67. "build": "webpack --config webpack.conf.js",
  68. "prepublish": "npm run build",
  69. "test": "karma start",
  70. "test:server": "karma start --no-single-run",
  71. "test:travis": "karma start --browsers saucelabs-chrome --reporters dots,saucelabs"
  72. },
  73. "types": "dist/src/parchment.d.ts",
  74. "version": "1.1.4"
  75. }