| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "@wangeditor/list-module@^1.0.5",
- "_id": "@wangeditor/list-module@1.0.5",
- "_inBundle": false,
- "_integrity": "sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==",
- "_location": "/@wangeditor/list-module",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@wangeditor/list-module@^1.0.5",
- "name": "@wangeditor/list-module",
- "escapedName": "@wangeditor%2flist-module",
- "scope": "@wangeditor",
- "rawSpec": "^1.0.5",
- "saveSpec": null,
- "fetchSpec": "^1.0.5"
- },
- "_requiredBy": [
- "/@wangeditor/editor"
- ],
- "_resolved": "https://registry.npmmirror.com/@wangeditor/list-module/-/list-module-1.0.5.tgz",
- "_shasum": "3fc0b167acddf885536b45fa0c127f9c6adaea33",
- "_spec": "@wangeditor/list-module@^1.0.5",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\editor",
- "author": {
- "name": "wangfupeng1988",
- "email": "wangfupeng1988@163.com"
- },
- "browser": {
- "./dist/index.js": "./dist/index.js",
- "./dist/index.esm.js": "./dist/index.esm.js"
- },
- "bugs": {
- "url": "https://github.com/wangeditor-team/wangEditor/issues"
- },
- "bundleDependencies": false,
- "contributors": [],
- "deprecated": false,
- "description": "wangEditor list module",
- "directories": {
- "lib": "dist",
- "test": "__tests__"
- },
- "files": [
- "dist"
- ],
- "gitHead": "4417e67aaa6f6b34131aa91f4be1c968d205814c",
- "homepage": "https://github.com/wangeditor-team/wangEditor#readme",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "name": "@wangeditor/list-module",
- "peerDependencies": {
- "@wangeditor/core": "1.x",
- "dom7": "^3.0.0",
- "slate": "^0.72.0",
- "snabbdom": "^3.1.0"
- },
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wangeditor-team/wangEditor.git"
- },
- "scripts": {
- "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
- "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
- "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
- "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
- "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js",
- "test": "jest",
- "test-c": "jest --coverage"
- },
- "types": "dist/list-module/src/index.d.ts",
- "version": "1.0.5"
- }
|