@tiptap/pm
Advanced tools
| "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// inputrules/index.ts | ||
| var _prosemirrorinputrules = require('prosemirror-inputrules'); _createStarExport(_prosemirrorinputrules); |
| export * from 'prosemirror-inputrules'; |
| export * from 'prosemirror-inputrules'; |
| // inputrules/index.ts | ||
| export * from "prosemirror-inputrules"; |
| export * from 'prosemirror-inputrules' |
+21
| MIT License | ||
| Copyright (c) 2025, Tiptap GmbH | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
| # Third-party licenses | ||
| This package re-exports packages from the [ProseMirror](https://prosemirror.net) project. | ||
| ProseMirror is licensed under the MIT License. | ||
| Copyright (C) Marijn Haverbeke <marijn@haverbeke.berlin> and others | ||
| The following ProseMirror packages are re-exported by this package: | ||
| - prosemirror-changeset | ||
| - prosemirror-commands | ||
| - prosemirror-dropcursor | ||
| - prosemirror-gapcursor | ||
| - prosemirror-history | ||
| - prosemirror-inputrules | ||
| - prosemirror-keymap | ||
| - prosemirror-model | ||
| - prosemirror-schema-list | ||
| - prosemirror-state | ||
| - prosemirror-tables | ||
| - prosemirror-transform | ||
| - prosemirror-view | ||
| --- | ||
| ## [MIT License (ProseMirror)](https://code.haverbeke.berlin/prosemirror/prosemirror/src/branch/main/LICENSE) | ||
| Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in | ||
| all copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| THE SOFTWARE. |
@@ -7,2 +7,3 @@ export * from 'prosemirror-changeset'; | ||
| import 'prosemirror-keymap'; | ||
| import 'prosemirror-inputrules'; | ||
| import 'prosemirror-model'; | ||
@@ -9,0 +10,0 @@ import 'prosemirror-schema-list'; |
@@ -7,2 +7,3 @@ export * from 'prosemirror-changeset'; | ||
| import 'prosemirror-keymap'; | ||
| import 'prosemirror-inputrules'; | ||
| import 'prosemirror-model'; | ||
@@ -9,0 +10,0 @@ import 'prosemirror-schema-list'; |
+36
-24
| { | ||
| "name": "@tiptap/pm", | ||
| "version": "3.24.0", | ||
| "description": "prosemirror wrapper package for tiptap", | ||
| "version": "3.23.6", | ||
| "homepage": "https://tiptap.dev", | ||
| "keywords": [ | ||
| "tiptap", | ||
| "prosemirror" | ||
| "prosemirror", | ||
| "tiptap" | ||
| ], | ||
| "homepage": "https://tiptap.dev", | ||
| "license": "MIT", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/ueberdosis/tiptap", | ||
| "directory": "packages/pm" | ||
| }, | ||
| "funding": { | ||
@@ -15,2 +20,20 @@ "type": "github", | ||
| }, | ||
| "files": [ | ||
| "dist/**", | ||
| "changeset/**", | ||
| "commands/**", | ||
| "dropcursor/**", | ||
| "gapcursor/**", | ||
| "history/**", | ||
| "inputrules/**", | ||
| "keymap/**", | ||
| "model/**", | ||
| "schema-list/**", | ||
| "state/**", | ||
| "tables/**", | ||
| "transform/**", | ||
| "view/**", | ||
| "LICENSE", | ||
| "THIRD_PARTY_LICENSES.md" | ||
| ], | ||
| "type": "module", | ||
@@ -42,2 +65,10 @@ "exports": { | ||
| }, | ||
| "./inputrules": { | ||
| "types": { | ||
| "import": "./dist/inputrules/index.d.ts", | ||
| "require": "./dist/inputrules/index.d.cts" | ||
| }, | ||
| "import": "./dist/inputrules/index.js", | ||
| "require": "./dist/inputrules/index.cjs" | ||
| }, | ||
| "./gapcursor": { | ||
@@ -116,17 +147,2 @@ "types": { | ||
| }, | ||
| "files": [ | ||
| "dist/**", | ||
| "changeset/**", | ||
| "commands/**", | ||
| "dropcursor/**", | ||
| "gapcursor/**", | ||
| "history/**", | ||
| "keymap/**", | ||
| "model/**", | ||
| "schema-list/**", | ||
| "state/**", | ||
| "tables/**", | ||
| "transform/**", | ||
| "view/**" | ||
| ], | ||
| "dependencies": { | ||
@@ -138,2 +154,3 @@ "prosemirror-changeset": "^2.3.0", | ||
| "prosemirror-history": "^1.4.1", | ||
| "prosemirror-inputrules": "^1.4.0", | ||
| "prosemirror-keymap": "^1.2.2", | ||
@@ -147,7 +164,2 @@ "prosemirror-model": "^1.24.1", | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/ueberdosis/tiptap", | ||
| "directory": "packages/pm" | ||
| }, | ||
| "scripts": { | ||
@@ -154,0 +166,0 @@ "build": "tsup" |
+1
-1
@@ -14,3 +14,3 @@ # @tiptap/pm | ||
| The `pm` package is a wrapper package for [ProseMirror](https://ProseMirror.net). This includes all ProseMirror packages that are required to run Tiptap. | ||
| The `pm` package re-exports [ProseMirror](https://ProseMirror.net) packages under a single version range. It bundles all ProseMirror packages that are required to run Tiptap into one consistent dependency, so you don't need to install and align multiple ProseMirror packages yourself. | ||
@@ -17,0 +17,0 @@ ## Official Documentation |
-21
| MIT License | ||
| Copyright (c) 2025, Tiptap GmbH | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
17687
20.71%69
9.52%103
8.42%13
8.33%+ Added