threepipe
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package-lock.json 875B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@threepipe/plugin-network",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@threepipe/plugin-network",
  9. "version": "0.1.0",
  10. "license": "Apache-2.0",
  11. "dependencies": {
  12. "aws4fetch": "^1.0.18",
  13. "threepipe": "file:./../../src/"
  14. },
  15. "devDependencies": {}
  16. },
  17. "../../src": {},
  18. "node_modules/aws4fetch": {
  19. "version": "1.0.18",
  20. "resolved": "https://registry.npmjs.org/aws4fetch/-/aws4fetch-1.0.18.tgz",
  21. "integrity": "sha512-3Cf+YaUl07p24MoQ46rFwulAmiyCwH2+1zw1ZyPAX5OtJ34Hh185DwB8y/qRLb6cYYYtSFJ9pthyLc0MD4e8sQ=="
  22. },
  23. "node_modules/threepipe": {
  24. "resolved": "../../src",
  25. "link": true
  26. }
  27. }
  28. }