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
| {
| "_from": "util-deprecate@1.0.2",
| "_id": "util-deprecate@1.0.2",
| "_inBundle": false,
| "_integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
| "_location": "/util-deprecate",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "util-deprecate@1.0.2",
| "name": "util-deprecate",
| "escapedName": "util-deprecate",
| "rawSpec": "1.0.2",
| "saveSpec": null,
| "fetchSpec": "1.0.2"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
| "_shasum": "450d4dc9fa70de732762fbd2d4a28981419a0ccf",
| "_spec": "util-deprecate@1.0.2",
| "_where": "D:\\源码\\vue-element-admin-master",
| "author": {
| "name": "Nathan Rajlich",
| "email": "nathan@tootallnate.net",
| "url": "http://n8.io/"
| },
| "browser": "browser.js",
| "bugs": {
| "url": "https://github.com/TooTallNate/util-deprecate/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "The Node.js `util.deprecate()` function with browser support",
| "homepage": "https://github.com/TooTallNate/util-deprecate",
| "keywords": [
| "util",
| "deprecate",
| "browserify",
| "browser",
| "node"
| ],
| "license": "MIT",
| "main": "node.js",
| "name": "util-deprecate",
| "repository": {
| "type": "git",
| "url": "git://github.com/TooTallNate/util-deprecate.git"
| },
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "version": "1.0.2"
| }
|
|