-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
package.json
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
{
"name": "node_extra_ca_certs_mozilla_bundle",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_EXTRA_CA_CERTS=ca_bundle/ca_intermediate_root_bundle.pem node test_bundle.js",
"start": "node index.js",
"install": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arvind-agarwal/node_extra_ca_certs_mozilla_bundle.git"
},
"keywords": [
"NODE_EXTRA_CA_CERTS",
"Mozilla certificates",
"CA",
"certs",
"certificate error",
"UNABLE_TO_VERIFY_LEAF_SIGNATURE",
"CERT_UNTRUSTED",
"Unable to verify the first certificate",
"pem",
"pem certificate",
"pem certificates"
],
"author": "Arvind Agarwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/arvind-agarwal/node_extra_ca_certs_mozilla_bundle/issues"
},
"homepage": "https://github.com/arvind-agarwal/node_extra_ca_certs_mozilla_bundle#readme",
"dependencies": {
"axios": "^1.6.5",
"cross-env": "^7.0.3",
"csvtojson": "^2.0.10"
}
}