package.json 2.0 KB

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