1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/ocsp/package.json

68 lines
1.6 KiB
JSON
Raw Normal View History

2023-07-29 20:33:28 +02:00
{
"_from": "ocsp",
"_id": "ocsp@1.2.0",
"_inBundle": false,
"_integrity": "sha512-r4Q3oYKU+3b6iD4bn+5O2dQqctu8pFrJfWouUiKjiNXXjdr99lN/EaTVkFQevGlV/lKsomgtt/XRGB8xV8rq3Q==",
"_location": "/ocsp",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ocsp",
"name": "ocsp",
"escapedName": "ocsp",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ocsp/-/ocsp-1.2.0.tgz",
"_shasum": "469a1776b457dee67eb0201408c1946bac4076cc",
"_spec": "ocsp",
"_where": "/home/ubuntu/OCSP",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"bugs": {
"url": "https://github.com/indutny/ocsp/issues"
},
"bundleDependencies": false,
"dependencies": {
"asn1.js": "^4.8.0",
"asn1.js-rfc2560": "^4.0.0",
"asn1.js-rfc5280": "^2.0.0",
"async": "^1.5.2",
"simple-lru-cache": "0.0.2"
},
"deprecated": false,
"description": "OCSP Stapling implementation",
"devDependencies": {
"jscs": "^2.4.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"selfsigned.js": "^3.0.1"
},
"homepage": "https://github.com/indutny/ocsp#readme",
"keywords": [
"OCSP",
"ASN.1",
"Stapling"
],
"license": "MIT",
"main": "lib/ocsp.js",
"name": "ocsp",
"repository": {
"type": "git",
"url": "git+https://github.com/indutny/ocsp.git"
},
"scripts": {
"lint": "jshint lib/*.js lib/**/*.js && jscs lib/*.js lib/**/*.js test/*.js test/**/*.js",
"test": "mocha test/*-test.js"
},
"version": "1.2.0"
}