Files
30-seconds-of-code/node_modules/devcert-san/package.json
2019-08-20 15:52:05 +02:00

78 lines
1.9 KiB
JSON

{
"_from": "devcert-san@^0.3.3",
"_id": "devcert-san@0.3.3",
"_inBundle": false,
"_integrity": "sha1-qnckR0Gy2DF3HAEfIu4l45atS6k=",
"_location": "/devcert-san",
"_phantomChildren": {
"os-tmpdir": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "devcert-san@^0.3.3",
"name": "devcert-san",
"escapedName": "devcert-san",
"rawSpec": "^0.3.3",
"saveSpec": null,
"fetchSpec": "^0.3.3"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/devcert-san/-/devcert-san-0.3.3.tgz",
"_shasum": "aa77244741b2d831771c011f22ee25e396ad4ba9",
"_spec": "devcert-san@^0.3.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Dave Wasmer"
},
"bugs": {
"url": "https://github.com/davewasmer/devcert/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/configstore": "^2.1.1",
"@types/debug": "^0.0.29",
"@types/get-port": "^0.0.4",
"@types/glob": "^5.0.30",
"@types/mkdirp": "^0.3.29",
"@types/node": "^7.0.11",
"@types/tmp": "^0.0.32",
"command-exists": "^1.2.2",
"configstore": "^3.0.0",
"debug": "^2.6.3",
"eol": "^0.8.1",
"get-port": "^3.0.0",
"glob": "^7.1.1",
"mkdirp": "^0.5.1",
"tmp": "^0.0.31",
"tslib": "^1.6.0"
},
"deprecated": false,
"description": "Generate trusted local SSL/TLS certificates for local SSL development",
"devDependencies": {
"standard-version": "^4.0.0",
"typescript": "^2.2.2"
},
"homepage": "https://github.com/davewasmer/devcert#readme",
"keywords": [
"ssl",
"certificate",
"openssl",
"trust"
],
"license": "MIT",
"main": "dist/index.js",
"name": "devcert-san",
"repository": {
"type": "git",
"url": "git+https://github.com/davewasmer/devcert.git"
},
"scripts": {
"prepublish": "tsc",
"test": "echo \"Ha.\" && exit 1"
},
"version": "0.3.3"
}