| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "@wangeditor/code-highlight@^1.0.3",
- "_id": "@wangeditor/code-highlight@1.0.3",
- "_inBundle": false,
- "_integrity": "sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==",
- "_location": "/@wangeditor/code-highlight",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@wangeditor/code-highlight@^1.0.3",
- "name": "@wangeditor/code-highlight",
- "escapedName": "@wangeditor%2fcode-highlight",
- "scope": "@wangeditor",
- "rawSpec": "^1.0.3",
- "saveSpec": null,
- "fetchSpec": "^1.0.3"
- },
- "_requiredBy": [
- "/@wangeditor/editor"
- ],
- "_resolved": "https://registry.npmmirror.com/@wangeditor/code-highlight/-/code-highlight-1.0.3.tgz",
- "_shasum": "90256857714d5c0cf83ac475aea64db7bf29a7cd",
- "_spec": "@wangeditor/code-highlight@^1.0.3",
- "_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": {
- "prismjs": "^1.23.0"
- },
- "deprecated": false,
- "description": "wangEditor code-highlight module",
- "devDependencies": {
- "@types/prismjs": "^1.16.5"
- },
- "directories": {
- "lib": "dist",
- "test": "__tests__"
- },
- "files": [
- "dist"
- ],
- "gitHead": "81e666f4e702574d644851da2e98a8d6d4a18b9e",
- "homepage": "https://github.com/wangeditor-team/wangEditor#readme",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "name": "@wangeditor/code-highlight",
- "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/code-highlight/src/index.d.ts",
- "version": "1.0.3"
- }
|