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
| {
| "_from": "nprogress@0.2.0",
| "_id": "nprogress@0.2.0",
| "_inBundle": false,
| "_integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==",
| "_location": "/nprogress",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "nprogress@0.2.0",
| "name": "nprogress",
| "escapedName": "nprogress",
| "rawSpec": "0.2.0",
| "saveSpec": null,
| "fetchSpec": "0.2.0"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz",
| "_shasum": "cb8f34c53213d895723fcbab907e9422adbcafb1",
| "_spec": "nprogress@0.2.0",
| "_where": "D:\\源码\\vue-element-admin-master",
| "author": {
| "name": "Rico Sta. Cruz",
| "email": "hi@ricostacruz.com"
| },
| "bugs": {
| "url": "https://github.com/rstacruz/nprogress/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Simple slim progress bars",
| "devDependencies": {
| "chai": "~1.6.1",
| "jquery": "^2.1.1",
| "jsdom": "^5.4.1",
| "mocha": "^2.2.4",
| "mocha-jsdom": "^0.3.0"
| },
| "homepage": "https://github.com/rstacruz/nprogress#readme",
| "jspm": {
| "format": "global",
| "shim": {
| "nprogress": {
| "deps": [
| "./nprogress.css!"
| ]
| }
| },
| "dependencies": {
| "css": "*"
| }
| },
| "license": "MIT",
| "main": "nprogress.js",
| "name": "nprogress",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/rstacruz/nprogress.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "spm": {
| "main": "nprogress.js",
| "output": [
| "nprogress.css"
| ],
| "ignore": [
| "support",
| "test",
| "vendor"
| ]
| },
| "version": "0.2.0"
| }
|
|