执行过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
{
  "_from": "@hapi/hoek@8.x.x",
  "_id": "@hapi/hoek@8.5.1",
  "_inBundle": false,
  "_integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==",
  "_location": "/@hapi/hoek",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@hapi/hoek@8.x.x",
    "name": "@hapi/hoek",
    "escapedName": "@hapi%2fhoek",
    "scope": "@hapi",
    "rawSpec": "8.x.x",
    "saveSpec": null,
    "fetchSpec": "8.x.x"
  },
  "_requiredBy": [
    "/@hapi/joi",
    "/@hapi/topo"
  ],
  "_resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-8.5.1.tgz",
  "_shasum": "fde96064ca446dec8c55a8c2f130957b070c6e06",
  "_spec": "@hapi/hoek@8.x.x",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@hapi\\joi",
  "bugs": {
    "url": "https://github.com/hapijs/hoek/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": "This version has been deprecated and is no longer supported or maintained",
  "description": "General purpose node utilities",
  "devDependencies": {
    "@hapi/code": "6.x.x",
    "@hapi/lab": "20.x.x"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/hapijs/hoek#readme",
  "keywords": [
    "utilities"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "@hapi/hoek",
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/hoek.git"
  },
  "scripts": {
    "test": "lab -a @hapi/code -t 100 -L -Y",
    "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  },
  "types": "lib/index.d.ts",
  "version": "8.5.1"
}