package.json 1.8 KB

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