mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 18:07:20 +08:00
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"selfsigned@1.10.8",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "selfsigned@1.10.8",
|
|
"_id": "selfsigned@1.10.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-DRcgi30Swz+OrIXEGDXyf8PYGjA=",
|
|
"_location": "/selfsigned",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "selfsigned@1.10.8",
|
|
"name": "selfsigned",
|
|
"escapedName": "selfsigned",
|
|
"rawSpec": "1.10.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.10.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/vite"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/selfsigned/-/selfsigned-1.10.8.tgz",
|
|
"_spec": "1.10.8",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"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": {
|
|
"node-forge": "^0.10.0"
|
|
},
|
|
"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.8"
|
|
}
|