| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "selfsigned",
- "version": "1.10.8",
- "description": "Generate self signed certificates private and public keys",
- "main": "index.js",
- "scripts": {
- "test": "mocha -t 5000"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/jfromaniello/selfsigned.git"
- },
- "keywords": [
- "openssl",
- "self",
- "signed",
- "certificates"
- ],
- "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
- "contributors": [
- {
- "name": "Paolo Fragomeni",
- "email": "paolo@async.ly",
- "url": "http://async.ly"
- },
- {
- "name": "Charles Bushong",
- "email": "bushong1@gmail.com",
- "url": "http://github.com/bushong1"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "node-forge": "^0.10.0"
- },
- "devDependencies": {
- "mocha": "^5.1.1"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:21:05 GMT+0800 (CST)",
- "_from": "selfsigned@1.10.8",
- "_resolved": "https://registry.npm.taobao.org/selfsigned/download/selfsigned-1.10.8.tgz?cache=0&sync_timestamp=1600186071973&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fselfsigned%2Fdownload%2Fselfsigned-1.10.8.tgz"
- }
|