package-lock.json 593 B

123456789101112131415161718192021222324
  1. {
  2. "name": "incompatible-packages",
  3. "version": "0.27.3",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "incompatible-packages",
  9. "version": "0.27.3",
  10. "license": "MIT",
  11. "dependencies": {
  12. "etch": "^0.12.2"
  13. },
  14. "engines": {
  15. "atom": ">0.50.0"
  16. }
  17. },
  18. "node_modules/etch": {
  19. "version": "0.12.8",
  20. "resolved": "https://registry.npmjs.org/etch/-/etch-0.12.8.tgz",
  21. "integrity": "sha512-dFLRe4wLroVtwzyy1vGlE3BSDZHiL0kZME5XgNGzZIULcYTvVno8vbiIleAesoKJmwWaxDTzG+4eppg2zk14JQ=="
  22. }
  23. }
  24. }