{
  "_from": "prosemirror-dropcursor@^1.8.1",
  "_id": "prosemirror-dropcursor@1.8.2",
  "_inBundle": false,
  "_integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==",
  "_location": "/prosemirror-dropcursor",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "prosemirror-dropcursor@^1.8.1",
    "name": "prosemirror-dropcursor",
    "escapedName": "prosemirror-dropcursor",
    "rawSpec": "^1.8.1",
    "saveSpec": null,
    "fetchSpec": "^1.8.1"
  },
  "_requiredBy": [
    "/@tiptap/pm"
  ],
  "_resolved": "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz",
  "_shasum": "2ed30c4796109ddeb1cf7282372b3850528b7228",
  "_spec": "prosemirror-dropcursor@^1.8.1",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\@tiptap\\pm",
  "bugs": {
    "url": "https://github.com/prosemirror/prosemirror-dropcursor/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "prosemirror-state": "^1.0.0",
    "prosemirror-transform": "^1.1.0",
    "prosemirror-view": "^1.1.0"
  },
  "deprecated": false,
  "description": "Drop cursor plugin for ProseMirror",
  "devDependencies": {
    "@prosemirror/buildhelper": "^0.1.5"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/prosemirror/prosemirror-dropcursor#readme",
  "license": "MIT",
  "main": "dist/index.cjs",
  "maintainers": [
    {
      "name": "Marijn Haverbeke",
      "email": "marijn@haverbeke.berlin",
      "url": "http://marijnhaverbeke.nl"
    }
  ],
  "module": "dist/index.js",
  "name": "prosemirror-dropcursor",
  "repository": {
    "type": "git",
    "url": "git://github.com/prosemirror/prosemirror-dropcursor.git"
  },
  "scripts": {
    "prepare": "pm-buildhelper src/dropcursor.ts",
    "test": "pm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.8.2"
}
