| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "selfsigned@2.4.1",
- "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
- ]
- ],
- "_development": true,
- "_from": "selfsigned@2.4.1",
- "_id": "selfsigned@2.4.1",
- "_inBundle": false,
- "_integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
- "_location": "/selfsigned",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "selfsigned@2.4.1",
- "name": "selfsigned",
- "escapedName": "selfsigned",
- "rawSpec": "2.4.1",
- "saveSpec": null,
- "fetchSpec": "2.4.1"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
- "_spec": "2.4.1",
- "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
- "author": {
- "name": "José F. Romaniello",
- "email": "jfromaniello@gmail.com",
- "url": "http://joseoncode.com"
- },
- "bugs": {
- "url": "https://github.com/jfromaniello/selfsigned/issues"
- },
- "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": {
- "@types/node-forge": "^1.3.0",
- "node-forge": "^1"
- },
- "description": "Generate self signed certificates private and public keys",
- "devDependencies": {
- "chai": "^4.3.4",
- "mocha": "^9.1.1"
- },
- "engines": {
- "node": ">=10"
- },
- "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"
- },
- "types": "index.d.ts",
- "version": "2.4.1"
- }
|