| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "@wangeditor/basic-modules@^1.1.7",
- "_id": "@wangeditor/basic-modules@1.1.7",
- "_inBundle": false,
- "_integrity": "sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==",
- "_location": "/@wangeditor/basic-modules",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@wangeditor/basic-modules@^1.1.7",
- "name": "@wangeditor/basic-modules",
- "escapedName": "@wangeditor%2fbasic-modules",
- "scope": "@wangeditor",
- "rawSpec": "^1.1.7",
- "saveSpec": null,
- "fetchSpec": "^1.1.7"
- },
- "_requiredBy": [
- "/@wangeditor/editor"
- ],
- "_resolved": "https://registry.npmmirror.com/@wangeditor/basic-modules/-/basic-modules-1.1.7.tgz",
- "_shasum": "a9c3ccf4ef53332f29550d59d3676e15f395946f",
- "_spec": "@wangeditor/basic-modules@^1.1.7",
- "_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": [],
- "dependencies": {
- "is-url": "^1.2.4"
- },
- "deprecated": false,
- "description": "wangEditor basic modules",
- "devDependencies": {
- "@types/is-url": "^1.2.29"
- },
- "directories": {
- "lib": "dist",
- "test": "__tests__"
- },
- "files": [
- "dist"
- ],
- "gitHead": "75812c37496111f1b6e8121967db9c7f2c2ba46d",
- "homepage": "https://github.com/wangeditor-team/wangEditor#readme",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "name": "@wangeditor/basic-modules",
- "peerDependencies": {
- "@wangeditor/core": "1.x",
- "dom7": "^3.0.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/basic-modules/src/index.d.ts",
- "version": "1.1.7"
- }
|