{
  "_from": "prosemirror-history@^1.4.1",
  "_id": "prosemirror-history@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==",
  "_location": "/prosemirror-history",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "prosemirror-history@^1.4.1",
    "name": "prosemirror-history",
    "escapedName": "prosemirror-history",
    "rawSpec": "^1.4.1",
    "saveSpec": null,
    "fetchSpec": "^1.4.1"
  },
  "_requiredBy": [
    "/@tiptap/pm"
  ],
  "_resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.5.0.tgz",
  "_shasum": "ee21fc5de85a1473e3e3752015ffd6d649a06859",
  "_spec": "prosemirror-history@^1.4.1",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\@tiptap\\pm",
  "bugs": {
    "url": "https://github.com/prosemirror/prosemirror-history/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "prosemirror-state": "^1.2.2",
    "prosemirror-transform": "^1.0.0",
    "prosemirror-view": "^1.31.0",
    "rope-sequence": "^1.3.0"
  },
  "deprecated": false,
  "description": "Undo history for ProseMirror",
  "devDependencies": {
    "@prosemirror/buildhelper": "^0.1.5",
    "prosemirror-test-builder": "^1.0.0"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/prosemirror/prosemirror-history#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-history",
  "repository": {
    "type": "git",
    "url": "git://github.com/prosemirror/prosemirror-history.git"
  },
  "scripts": {
    "prepare": "pm-buildhelper src/history.ts",
    "test": "pm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.5.0"
}
