package.json
1.7 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
69
70
{
"_from": "eckles@^1.4.1",
"_id": "eckles@1.4.1",
"_inBundle": false,
"_integrity": "sha512-auWyk/k8oSkVHaD4RxkPadKsLUcIwKgr/h8F7UZEueFDBO7BsE4y+H6IMUDbfqKIFPg/9MxV6KcBdJCmVVcxSA==",
"_location": "/eckles",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eckles@^1.4.1",
"name": "eckles",
"escapedName": "eckles",
"rawSpec": "^1.4.1",
"saveSpec": null,
"fetchSpec": "^1.4.1"
},
"_requiredBy": [
"/keypairs"
],
"_resolved": "https://registry.npmjs.org/eckles/-/eckles-1.4.1.tgz",
"_shasum": "5e97fefa8554a7af594070c461e6b25fe3819382",
"_spec": "eckles@^1.4.1",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\keypairs",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bin": {
"eckles": "bin/eckles.js"
},
"bundleDependencies": false,
"deprecated": false,
"description": "💯 PEM-to-JWK and JWK-to-PEM (and SSH) for ECDSA 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/eckles.js",
"keywords": [
"zero-dependency",
"JWK-to-PEM",
"PEM-to-JWK",
"ECDSA",
"EC",
"SSH-to-JWK",
"JWK-to-SSH",
"p-256",
"prime256v1",
"secp256r1",
"p-384",
"secp384r1"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "eckles",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/eckles.js"
},
"scripts": {
"test": "bash test.sh"
},
"version": "1.4.1"
}