| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "slate@^0.72.0",
- "_id": "slate@0.72.8",
- "_inBundle": false,
- "_integrity": "sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==",
- "_location": "/slate",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "slate@^0.72.0",
- "name": "slate",
- "escapedName": "slate",
- "rawSpec": "^0.72.0",
- "saveSpec": null,
- "fetchSpec": "^0.72.0"
- },
- "_requiredBy": [
- "/@wangeditor/editor"
- ],
- "_resolved": "https://registry.npmmirror.com/slate/-/slate-0.72.8.tgz",
- "_shasum": "5a018edf24e45448655293a68bfbcf563aa5ba81",
- "_spec": "slate@^0.72.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\editor",
- "bugs": {
- "url": "https://github.com/ianstormtaylor/slate/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "immer": "^9.0.6",
- "is-plain-object": "^5.0.0",
- "tiny-warning": "^1.0.3"
- },
- "deprecated": false,
- "description": "A completely customizable framework for building rich text editors.",
- "devDependencies": {
- "@babel/runtime": "^7.7.4",
- "lodash": "^4.17.21",
- "slate-hyperscript": "^0.67.0",
- "source-map-loader": "^0.2.4"
- },
- "files": [
- "dist/"
- ],
- "homepage": "https://github.com/ianstormtaylor/slate#readme",
- "keywords": [
- "canvas",
- "contenteditable",
- "custom",
- "document",
- "edit",
- "editor",
- "html",
- "immutable",
- "markdown",
- "medium",
- "paper",
- "react",
- "rich",
- "richtext",
- "richtext",
- "slate",
- "text",
- "wysiwyg",
- "wysiwym"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.es.js",
- "name": "slate",
- "repository": {
- "type": "git",
- "url": "git://github.com/ianstormtaylor/slate.git"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "umd": "dist/slate.js",
- "umdMin": "dist/slate.min.js",
- "version": "0.72.8"
- }
|