package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "selfsigned@^1.10.8",
  3. "_id": "selfsigned@1.10.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==",
  6. "_location": "/selfsigned",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "selfsigned@^1.10.8",
  12. "name": "selfsigned",
  13. "escapedName": "selfsigned",
  14. "rawSpec": "^1.10.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.10.8"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.8.tgz",
  22. "_shasum": "0d17208b7d12c33f8eac85c41835f27fc3d81a30",
  23. "_spec": "selfsigned@^1.10.8",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "José F. Romaniello",
  27. "email": "jfromaniello@gmail.com",
  28. "url": "http://joseoncode.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jfromaniello/selfsigned/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Paolo Fragomeni",
  37. "email": "paolo@async.ly",
  38. "url": "http://async.ly"
  39. },
  40. {
  41. "name": "Charles Bushong",
  42. "email": "bushong1@gmail.com",
  43. "url": "http://github.com/bushong1"
  44. }
  45. ],
  46. "dependencies": {
  47. "node-forge": "^0.10.0"
  48. },
  49. "deprecated": false,
  50. "description": "Generate self signed certificates private and public keys",
  51. "devDependencies": {
  52. "mocha": "^5.1.1"
  53. },
  54. "homepage": "https://github.com/jfromaniello/selfsigned#readme",
  55. "keywords": [
  56. "openssl",
  57. "self",
  58. "signed",
  59. "certificates"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "selfsigned",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/jfromaniello/selfsigned.git"
  67. },
  68. "scripts": {
  69. "test": "mocha -t 5000"
  70. },
  71. "version": "1.10.8"
  72. }