1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
| {
| "_from": "plantuml-encoder@^1.2.5",
| "_id": "plantuml-encoder@1.4.0",
| "_inBundle": false,
| "_integrity": "sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==",
| "_location": "/plantuml-encoder",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "plantuml-encoder@^1.2.5",
| "name": "plantuml-encoder",
| "escapedName": "plantuml-encoder",
| "rawSpec": "^1.2.5",
| "saveSpec": null,
| "fetchSpec": "^1.2.5"
| },
| "_requiredBy": [
| "/tui-editor"
| ],
| "_resolved": "https://registry.npmmirror.com/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz",
| "_shasum": "7899302cf785de956bf1a167e15420feee5975f7",
| "_spec": "plantuml-encoder@^1.2.5",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\tui-editor",
| "author": {
| "name": "Markus Hedvall",
| "email": "mackanhedvall@gmail.com"
| },
| "browser": {
| "./lib/deflate.js": "./lib/browser-deflate.js",
| "./lib/inflate.js": "./lib/browser-inflate.js",
| "./index.js": "./browser-index.js"
| },
| "bugs": {
| "url": "https://github.com/markushedvall/plantuml-encoder/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "PlantUML encoder for browsers and Node.js",
| "devDependencies": {
| "browserify": "^16.x",
| "chai": "^4.x",
| "mocha": "^6.x",
| "pako": "=1.0.10",
| "standard": "^13.x",
| "uglify-js": "^3.x"
| },
| "files": [
| "index.js",
| "browser-index.js",
| "lib/",
| "dist/"
| ],
| "homepage": "https://github.com/markushedvall/plantuml-encoder#readme",
| "keywords": [
| "plantuml",
| "encoder"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "plantuml-encoder",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/markushedvall/plantuml-encoder.git"
| },
| "scripts": {
| "browserify": "npm run browserifyEncoder && npm run browserifyDecoder",
| "browserifyDecoder": "browserify lib/decoder.js -s plantumlEncoder -o dist/plantuml-decoder.js",
| "browserifyEncoder": "browserify lib/encoder.js -s plantumlEncoder -o dist/plantuml-encoder.js",
| "build": "npm run browserify && npm run uglify",
| "test": "standard && mocha",
| "uglify": "npm run uglifyEncoder && npm run uglifyDecoder",
| "uglifyDecoder": "uglifyjs dist/plantuml-decoder.js -c -m -o dist/plantuml-decoder.min.js",
| "uglifyEncoder": "uglifyjs dist/plantuml-encoder.js -c -m -o dist/plantuml-encoder.min.js"
| },
| "standard": {
| "ignore": "dist/"
| },
| "version": "1.4.0"
| }
|
|