draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+72
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"_from": "selfsigned@^1.10.7",
|
||||
"_id": "selfsigned@1.10.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA==",
|
||||
"_location": "/selfsigned",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "selfsigned@^1.10.7",
|
||||
"name": "selfsigned",
|
||||
"escapedName": "selfsigned",
|
||||
"rawSpec": "^1.10.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.10.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack-dev-server"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz",
|
||||
"_shasum": "da5819fd049d5574f28e88a9bcc6dbc6e6f3906b",
|
||||
"_spec": "selfsigned@^1.10.7",
|
||||
"_where": "O:\\zero\\zero.Web\\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.9.0"
|
||||
},
|
||||
"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.7"
|
||||
}
|
||||
Reference in New Issue
Block a user