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
| {
| "_from": "selfsigned@^1.10.8",
| "_id": "selfsigned@1.10.14",
| "_inBundle": false,
| "_integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==",
| "_location": "/selfsigned",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "selfsigned@^1.10.8",
| "name": "selfsigned",
| "escapedName": "selfsigned",
| "rawSpec": "^1.10.8",
| "saveSpec": null,
| "fetchSpec": "^1.10.8"
| },
| "_requiredBy": [
| "/webpack-dev-server"
| ],
| "_resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-1.10.14.tgz",
| "_shasum": "ee51d84d9dcecc61e07e4aba34f229ab525c1574",
| "_spec": "selfsigned@^1.10.8",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\webpack-dev-server",
| "author": {
| "name": "José F. Romaniello",
| "email": "jfromaniello@gmail.com",
| "url": "http://joseoncode.com"
| },
| "bugs": {
| "url": "https://github.com/jfromaniello/selfsigned/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Paolo Fragomeni",
| "email": "paolo@async.ly",
| "url": "http://async.ly"
| },
| {
| "name": "Charles Bushong",
| "email": "bushong1@gmail.com",
| "url": "http://github.com/bushong1"
| }
| ],
| "dependencies": {
| "node-forge": "^0.10.0"
| },
| "deprecated": false,
| "description": "Generate self signed certificates private and public keys",
| "devDependencies": {
| "chai": "^4.3.4",
| "mocha": "^9.1.1"
| },
| "homepage": "https://github.com/jfromaniello/selfsigned#readme",
| "keywords": [
| "openssl",
| "self",
| "signed",
| "certificates"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "selfsigned",
| "repository": {
| "type": "git",
| "url": "git://github.com/jfromaniello/selfsigned.git"
| },
| "scripts": {
| "test": "mocha -t 5000"
| },
| "version": "1.10.14"
| }
|
|