package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "@codemirror/view@6.0.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "@codemirror/view@6.0.3",
  9. "_id": "@codemirror/view@6.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1gDBymhbx2DZzwnR/rNUu1LiQqjxBJtFiB+4uLR6tHQ6vKhTIwUsP5uZUQ7SM7JxVx3UihMynnTqjcsC+mczZg==",
  12. "_location": "/@codemirror/view",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@codemirror/view@6.0.3",
  18. "name": "@codemirror/view",
  19. "escapedName": "@codemirror%2fview",
  20. "scope": "@codemirror",
  21. "rawSpec": "6.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.3"
  24. },
  25. "_requiredBy": [
  26. "/@codemirror/autocomplete",
  27. "/@codemirror/commands",
  28. "/@codemirror/language",
  29. "/@codemirror/lint",
  30. "/@codemirror/search",
  31. "/codemirror"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.0.3.tgz",
  34. "_spec": "6.0.3",
  35. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  36. "author": {
  37. "name": "Marijn Haverbeke",
  38. "email": "marijnh@gmail.com",
  39. "url": "http://marijnhaverbeke.nl"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/codemirror/view/issues"
  43. },
  44. "dependencies": {
  45. "@codemirror/state": "^6.0.0",
  46. "style-mod": "^4.0.0",
  47. "w3c-keyname": "^2.2.4"
  48. },
  49. "description": "DOM view component for the CodeMirror code editor",
  50. "devDependencies": {
  51. "@codemirror/buildhelper": "^0.1.6"
  52. },
  53. "exports": {
  54. "import": "./dist/index.js",
  55. "require": "./dist/index.cjs"
  56. },
  57. "homepage": "https://github.com/codemirror/view#readme",
  58. "keywords": [
  59. "editor",
  60. "code"
  61. ],
  62. "license": "MIT",
  63. "main": "dist/index.cjs",
  64. "module": "dist/index.js",
  65. "name": "@codemirror/view",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/codemirror/view.git"
  69. },
  70. "scripts": {
  71. "prepare": "cm-buildhelper src/index.ts",
  72. "test": "cm-runtests"
  73. },
  74. "sideEffects": false,
  75. "type": "module",
  76. "types": "dist/index.d.ts",
  77. "version": "6.0.3"
  78. }