package.json
1.63 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
67
68
{
"_from": "rasha@^1.2.4",
"_id": "rasha@1.2.5",
"_inBundle": false,
"_integrity": "sha512-KxtX+/fBk+wM7O3CNgwjSh5elwFilLvqWajhr6wFr2Hd63JnKTTi43Tw+Jb1hxJQWOwoya+NZWR2xztn3hCrTw==",
"_location": "/rasha",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rasha@^1.2.4",
"name": "rasha",
"escapedName": "rasha",
"rawSpec": "^1.2.4",
"saveSpec": null,
"fetchSpec": "^1.2.4"
},
"_requiredBy": [
"/keypairs"
],
"_resolved": "https://registry.npmjs.org/rasha/-/rasha-1.2.5.tgz",
"_shasum": "72668da31dcc68ac277c5b73d610e087cd33b031",
"_spec": "rasha@^1.2.4",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\keypairs",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bin": {
"rasha": "bin/rasha.js"
},
"bundleDependencies": false,
"deprecated": false,
"description": "💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
"directories": {
"lib": "lib"
},
"files": [
"bin",
"fixtures",
"lib"
],
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
"keywords": [
"zero-dependency",
"PEM-to-JWK",
"JWK-to-PEM",
"RSA",
"2048",
"4096",
"asn1",
"x509",
"JWK-to-SSH",
"PEM-to-SSH"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "rasha",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/rasha.js"
},
"scripts": {
"test": "bash test.sh"
},
"version": "1.2.5"
}