| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "slate-history@^0.66.0",
- "_id": "slate-history@0.66.0",
- "_inBundle": false,
- "_integrity": "sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==",
- "_location": "/slate-history",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "slate-history@^0.66.0",
- "name": "slate-history",
- "escapedName": "slate-history",
- "rawSpec": "^0.66.0",
- "saveSpec": null,
- "fetchSpec": "^0.66.0"
- },
- "_requiredBy": [
- "/@wangeditor/core"
- ],
- "_resolved": "https://registry.npmmirror.com/slate-history/-/slate-history-0.66.0.tgz",
- "_shasum": "ac63fddb903098ceb4c944433e3f75fe63acf940",
- "_spec": "slate-history@^0.66.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\core",
- "bugs": {
- "url": "https://github.com/ianstormtaylor/slate/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "is-plain-object": "^5.0.0"
- },
- "deprecated": false,
- "description": "An operation-based history implementation for Slate editors.",
- "devDependencies": {
- "@babel/runtime": "^7.7.4",
- "lodash": "^4.17.21",
- "slate": "^0.66.0",
- "slate-hyperscript": "^0.66.0",
- "source-map-loader": "^0.2.4"
- },
- "files": [
- "dist/"
- ],
- "homepage": "https://github.com/ianstormtaylor/slate#readme",
- "keywords": [
- "editor",
- "history",
- "operation",
- "redo",
- "save",
- "slate",
- "stack",
- "undo"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.es.js",
- "name": "slate-history",
- "peerDependencies": {
- "slate": ">=0.65.3"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/ianstormtaylor/slate.git"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "umd": "dist/slate-history.js",
- "umdGlobals": {
- "slate": "Slate"
- },
- "umdMin": "dist/slate-history.min.js",
- "version": "0.66.0"
- }
|