执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
81
82
83
84
85
86
87
88
89
90
91
{
  "_from": "to-mark@^1.1.4",
  "_id": "to-mark@1.1.9",
  "_inBundle": false,
  "_integrity": "sha512-qHVnIhvwJbIIqOjuJgH2JlOmV/wPSSAY0QOQ47xQb9VPCzhV0Nd23+bBD4K/mzDGJA5lckZMfkgLScYvqKnPpg==",
  "_location": "/to-mark",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "to-mark@^1.1.4",
    "name": "to-mark",
    "escapedName": "to-mark",
    "rawSpec": "^1.1.4",
    "saveSpec": null,
    "fetchSpec": "^1.1.4"
  },
  "_requiredBy": [
    "/tui-editor"
  ],
  "_resolved": "https://registry.npmmirror.com/to-mark/-/to-mark-1.1.9.tgz",
  "_shasum": "2cfbc8e765c430ddcb46a218be079b4ca2773d5b",
  "_spec": "to-mark@^1.1.4",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\tui-editor",
  "author": {
    "name": "NHN Ent. FE Development Lab",
    "email": "dl_javascript@nhnent.com",
    "url": "https://github.com/to-mark"
  },
  "bugs": {
    "url": "https://github.com/nhn/to-mark/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "devDependencies": {
    "cross-env": "^5.0.5",
    "gulp": "^3.9.0",
    "gulp-concat": "^2.6.0",
    "gulp-concat-css": "^2.2.0",
    "gulp-csslint": "^0.3.1",
    "gulp-eslint": "^3.0.1",
    "gulp-livereload": "^3.7.0",
    "gulp-rename": "^1.2.2",
    "gulp-strip-debug": "^1.0.2",
    "gulp-sync": "^0.1.4",
    "gulp-uglify": "^1.4.1",
    "gulp-util": "^3.0.6",
    "istanbul-instrumenter-loader": "^3.0.0",
    "jasmine-core": "^2.4.1",
    "karma": "^2.0.3",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-edge-launcher": "^0.4.1",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "karma-jasmine-ajax": "^0.1.13",
    "karma-jasmine-jquery": "^0.1.1",
    "karma-junit-reporter": "^1.1.0",
    "karma-narrow-reporter": "^1.1.1",
    "karma-remap-coverage": "^0.1.4",
    "karma-safari-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.2.0",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-webdriver-launcher": "git+https://github.com/nhn/karma-webdriver-launcher.git#v1.2.0",
    "karma-webpack": "^2.0.9",
    "tui-release-notes": "github:nhn/tui.release-notes#v1.0.0",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^1.14.1"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nhn/to-mark#readme",
  "license": "MIT",
  "main": "dist/to-mark.js",
  "name": "to-mark",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nhn/to-mark.git"
  },
  "scripts": {
    "build": "gulp build",
    "dev": "gulp develop",
    "note": "tuie --tag=$(git describe --tags)",
    "test": "karma start",
    "test:ne": "cross-env SERVER=ne karma start",
    "test:sl": "cross-env SERVER=sl karma start"
  },
  "version": "1.1.9"
}