You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.9 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "selfsigned@2.4.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "selfsigned@2.4.1",
  10. "_id": "selfsigned@2.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
  13. "_location": "/selfsigned",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "selfsigned@2.4.1",
  19. "name": "selfsigned",
  20. "escapedName": "selfsigned",
  21. "rawSpec": "2.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-2.4.1.tgz",
  29. "_spec": "2.4.1",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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. "@types/node-forge": "^1.3.0",
  53. "node-forge": "^1"
  54. },
  55. "description": "Generate self signed certificates private and public keys",
  56. "devDependencies": {
  57. "chai": "^4.3.4",
  58. "mocha": "^9.1.1"
  59. },
  60. "engines": {
  61. "node": ">=10"
  62. },
  63. "homepage": "https://github.com/jfromaniello/selfsigned#readme",
  64. "keywords": [
  65. "openssl",
  66. "self",
  67. "signed",
  68. "certificates"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "selfsigned",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/jfromaniello/selfsigned.git"
  76. },
  77. "scripts": {
  78. "test": "mocha -t 5000"
  79. },
  80. "types": "index.d.ts",
  81. "version": "2.4.1"
  82. }