| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "@wangeditor/table-module@^1.1.4",
- "_id": "@wangeditor/table-module@1.1.4",
- "_inBundle": false,
- "_integrity": "sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==",
- "_location": "/@wangeditor/table-module",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@wangeditor/table-module@^1.1.4",
- "name": "@wangeditor/table-module",
- "escapedName": "@wangeditor%2ftable-module",
- "scope": "@wangeditor",
- "rawSpec": "^1.1.4",
- "saveSpec": null,
- "fetchSpec": "^1.1.4"
- },
- "_requiredBy": [
- "/@wangeditor/editor"
- ],
- "_resolved": "https://registry.npmmirror.com/@wangeditor/table-module/-/table-module-1.1.4.tgz",
- "_shasum": "757d4a5868b2b658041cd323854a4d707c8347e9",
- "_spec": "@wangeditor/table-module@^1.1.4",
- "_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 table module",
- "directories": {
- "lib": "dist",
- "test": "__tests__"
- },
- "files": [
- "dist"
- ],
- "gitHead": "e52351a9f1f46f50cc3684d5b142e3d51ac36509",
- "homepage": "https://github.com/wangeditor-team/wangEditor#readme",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "name": "@wangeditor/table-module",
- "peerDependencies": {
- "@wangeditor/core": "1.x",
- "dom7": "^3.0.0",
- "lodash.isequal": "^4.5.0",
- "lodash.throttle": "^4.1.1",
- "nanoid": "^3.2.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/table-module/src/index.d.ts",
- "version": "1.1.4"
- }
|