package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "selfsigned@1.10.11",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "selfsigned@1.10.11",
  10. "_id": "selfsigned@1.10.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-JJKc2Qb+D0S20B+yOZmnOVN6y+k=",
  13. "_location": "/selfsigned",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "selfsigned@1.10.11",
  19. "name": "selfsigned",
  20. "escapedName": "selfsigned",
  21. "rawSpec": "1.10.11",
  22. "saveSpec": null,
  23. "fetchSpec": "1.10.11"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.nlark.com/selfsigned/download/selfsigned-1.10.11.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fselfsigned%2Fdownload%2Fselfsigned-1.10.11.tgz",
  29. "_spec": "1.10.11",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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. "chai": "^4.3.4",
  57. "mocha": "^8.3.2"
  58. },
  59. "homepage": "https://github.com/jfromaniello/selfsigned#readme",
  60. "keywords": [
  61. "openssl",
  62. "self",
  63. "signed",
  64. "certificates"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "selfsigned",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/jfromaniello/selfsigned.git"
  72. },
  73. "scripts": {
  74. "test": "mocha -t 5000"
  75. },
  76. "version": "1.10.11"
  77. }