{
  "_args": [
    [
      "@codemirror/view@6.0.3",
      "D:\\qianger\\7\\jindouyunNewFront"
    ]
  ],
  "_from": "@codemirror/view@6.0.3",
  "_id": "@codemirror/view@6.0.3",
  "_inBundle": false,
  "_integrity": "sha512-1gDBymhbx2DZzwnR/rNUu1LiQqjxBJtFiB+4uLR6tHQ6vKhTIwUsP5uZUQ7SM7JxVx3UihMynnTqjcsC+mczZg==",
  "_location": "/@codemirror/view",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@codemirror/view@6.0.3",
    "name": "@codemirror/view",
    "escapedName": "@codemirror%2fview",
    "scope": "@codemirror",
    "rawSpec": "6.0.3",
    "saveSpec": null,
    "fetchSpec": "6.0.3"
  },
  "_requiredBy": [
    "/@codemirror/autocomplete",
    "/@codemirror/commands",
    "/@codemirror/language",
    "/@codemirror/lint",
    "/@codemirror/search",
    "/codemirror"
  ],
  "_resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.0.3.tgz",
  "_spec": "6.0.3",
  "_where": "D:\\qianger\\7\\jindouyunNewFront",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijnh@gmail.com",
    "url": "http://marijnhaverbeke.nl"
  },
  "bugs": {
    "url": "https://github.com/codemirror/view/issues"
  },
  "dependencies": {
    "@codemirror/state": "^6.0.0",
    "style-mod": "^4.0.0",
    "w3c-keyname": "^2.2.4"
  },
  "description": "DOM view component for the CodeMirror code editor",
  "devDependencies": {
    "@codemirror/buildhelper": "^0.1.6"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/codemirror/view#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@codemirror/view",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/view.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/index.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.0.3"
}