package.json
2.25 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"_from": "ursa-optional@^0.9.10",
"_id": "ursa-optional@0.9.10",
"_inBundle": false,
"_integrity": "sha512-RvEbhnxlggX4MXon7KQulTFiJQtLJZpSb9ZSa7ZTkOW0AzqiVTaLjI4vxaSzJBDH9dwZ3ltZadFiBaZslp6haA==",
"_location": "/ursa-optional",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ursa-optional@^0.9.10",
"name": "ursa-optional",
"escapedName": "ursa-optional",
"rawSpec": "^0.9.10",
"saveSpec": null,
"fetchSpec": "^0.9.10"
},
"_requiredBy": [
"/le-acme-core/rsa-compat"
],
"_resolved": "https://registry.npmjs.org/ursa-optional/-/ursa-optional-0.9.10.tgz",
"_shasum": "f2eabfe0b6001dbf07a78740cd0a6e5ba6eb2554",
"_spec": "ursa-optional@^0.9.10",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\le-acme-core\\node_modules\\rsa-compat",
"author": {
"name": "Dan Bornstein",
"email": "danfuzz@milk.com",
"url": "http://www.milk.com/"
},
"bugs": {
"url": "https://github.com/mkg20001/ursa/issues"
},
"bundleDependencies": false,
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.11.1"
},
"deprecated": false,
"description": "RSA public/private key OpenSSL bindings for node and io.js",
"devDependencies": {
"mocha": "^5.2.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/mkg20001/ursa#readme",
"keywords": [
"crypto",
"key",
"openssl",
"private",
"public",
"rsa",
"sign",
"signature",
"verify",
"verification",
"hash",
"digest"
],
"license": "Apache-2.0",
"main": "lib/ursa.js",
"maintainers": [
{
"name": "Jeremie Miller",
"email": "jeremie@jabber.org",
"url": "http://jeremie.com/"
},
{
"name": "Maciej Krüger",
"email": "mkg20001@gmail.com",
"url": "https://mkg20001.io/"
}
],
"name": "ursa-optional",
"repository": {
"type": "git",
"url": "git+https://github.com/mkg20001/ursa.git"
},
"scripts": {
"install": "node rebuild.js",
"rebuild": "node-gyp rebuild",
"test": "mocha --recursive --reporter spec",
"test-watch": "npm test -- -w --reporter min"
},
"version": "0.9.10"
}