package-lock.json 481 B

123456789101112131415161718
  1. {
  2. "name": "backend",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "https-browserify": "^1.0.0"
  9. }
  10. },
  11. "node_modules/https-browserify": {
  12. "version": "1.0.0",
  13. "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
  14. "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==",
  15. "license": "MIT"
  16. }
  17. }
  18. }