package.json
1.59 KB
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
{
"_from": "keypairs@^1.2.14",
"_id": "keypairs@1.2.14",
"_inBundle": false,
"_integrity": "sha512-ZoZfZMygyB0QcjSlz7Rh6wT2CJasYEHBPETtmHZEfxuJd7bnsOG5AdtPZqHZBT+hoHvuWCp/4y8VmvTvH0Y9uA==",
"_location": "/keypairs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "keypairs@^1.2.14",
"name": "keypairs",
"escapedName": "keypairs",
"rawSpec": "^1.2.14",
"saveSpec": null,
"fetchSpec": "^1.2.14"
},
"_requiredBy": [
"/greenlock",
"/rsa-compat"
],
"_resolved": "https://registry.npmjs.org/keypairs/-/keypairs-1.2.14.tgz",
"_shasum": "c971e8d03ae2d048fc6879117e0509bae6543887",
"_spec": "keypairs@^1.2.14",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bin": {
"keypairs-install": "bin/keypairs.js"
},
"bundleDependencies": false,
"dependencies": {
"eckles": "^1.4.1",
"rasha": "^1.2.4"
},
"deprecated": false,
"description": "Lightweight RSA/ECDSA keypair generation and JWK <-> PEM using node's native RSA and ECDSA support",
"files": [
"bin/keypairs.js"
],
"keywords": [
"EC",
"RSA",
"ECDSA",
"PEM",
"JWK",
"keypair",
"crypto",
"sign",
"verify"
],
"license": "MPL-2.0",
"main": "keypairs.js",
"name": "keypairs",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/keypairs.js"
},
"scripts": {
"test": "node test.js"
},
"version": "1.2.14"
}