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
{
"_args": [
[
"layui-src@2.4.5",
"E:\\changfa\\crscd-view"
]
],
"_from": "layui-src@2.4.5",
"_id": "layui-src@2.4.5",
"_inBundle": false,
"_integrity": "sha512-dPaMlKaq6nip9c8GoJccnVatN39k8I/p3UtqPvMX+TZKsAp6nGpysE7UZb5rvqGpZaL6ESqFqkmrwHj7BijLlA==",
"_location": "/layui-src",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "layui-src@2.4.5",
"name": "layui-src",
"escapedName": "layui-src",
"rawSpec": "2.4.5",
"saveSpec": null,
"fetchSpec": "2.4.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/layui-src/-/layui-src-2.4.5.tgz",
"_spec": "2.4.5",
"_where": "E:\\changfa\\crscd-view",
"author": "",
"bugs": {
"url": "https://github.com/sentsin/layui/issues"
},
"dependencies": {},
"description": "Classic modular front-end component library",
"devDependencies": {
"chai": "^4.1.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0 ",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^4.0.0",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.1.0",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
},
"directories": {
"doc": "doc",
"example": "examples",
"test": "test"
},
"homepage": "https://www.layui.com",
"independents": {
"layim": "3.8.0"
},
"keywords": [
"layui",
"ui",
"JavaScript Framework",
"toolkit",
"front-end component library"
],
"license": "MIT",
"main": "layui.js",
"name": "layui-src",
"realname": "layui",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sentsin/layui.git"
},
"scripts": {
"test": "karma start karma.conf.unit.js",
"test:cov": "npm test -- --reporters mocha,coverage",
"test:sauce": "karma start karma.conf.sauce.js",
"test:watch": "npm test -- --auto-watch --no-single-run"
},
"version": "2.4.5"
}