You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.9 KiB
82 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"selfsigned@2.4.1",
|
|
"D:\\IDEAproject\\frontend\\Front-end logistics"
|
|
]
|
|
],
|
|
"_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.npmmirror.com/selfsigned/-/selfsigned-2.4.1.tgz",
|
|
"_spec": "2.4.1",
|
|
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
|
|
"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"
|
|
}
|