| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "selfsigned@^1.9.1",
- "_id": "selfsigned@1.10.6",
- "_inBundle": false,
- "_integrity": "sha512-i3+CeqxL7DpAazgVpAGdKMwHuL63B5nhJMh9NQ7xmChGkA3jNFflq6Jyo1LLJYcr3idWiNOPWHCrm4zMayLG4w==",
- "_location": "/selfsigned",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "selfsigned@^1.9.1",
- "name": "selfsigned",
- "escapedName": "selfsigned",
- "rawSpec": "^1.9.1",
- "saveSpec": null,
- "fetchSpec": "^1.9.1"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.6.tgz",
- "_shasum": "7b3cd37ed9c2034261a173af1a1aae27d8169b67",
- "_spec": "selfsigned@^1.9.1",
- "_where": "D:\\workSpace\\dealer_front\\node_modules\\webpack-dev-server",
- "author": {
- "name": "José F. Romaniello",
- "email": "jfromaniello@gmail.com",
- "url": "http://joseoncode.com"
- },
- "bugs": {
- "url": "https://github.com/jfromaniello/selfsigned/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Paolo Fragomeni",
- "email": "paolo@async.ly",
- "url": "http://async.ly"
- },
- {
- "name": "Charles Bushong",
- "email": "bushong1@gmail.com",
- "url": "http://github.com/bushong1"
- }
- ],
- "dependencies": {
- "node-forge": "0.8.2"
- },
- "deprecated": false,
- "description": "Generate self signed certificates private and public keys",
- "devDependencies": {
- "mocha": "^5.1.1"
- },
- "homepage": "https://github.com/jfromaniello/selfsigned#readme",
- "keywords": [
- "openssl",
- "self",
- "signed",
- "certificates"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "selfsigned",
- "repository": {
- "type": "git",
- "url": "git://github.com/jfromaniello/selfsigned.git"
- },
- "scripts": {
- "test": "mocha -t 5000"
- },
- "version": "1.10.6"
- }
|