package-lock.json 809 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "uni_modules_tools",
  3. "version": "1.0.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "version": "1.0.0",
  9. "license": "ISC",
  10. "dependencies": {
  11. "hjson": "^3.2.2"
  12. }
  13. },
  14. "node_modules/hjson": {
  15. "version": "3.2.2",
  16. "resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
  17. "integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q==",
  18. "bin": {
  19. "hjson": "bin/hjson"
  20. }
  21. }
  22. },
  23. "dependencies": {
  24. "hjson": {
  25. "version": "3.2.2",
  26. "resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
  27. "integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q=="
  28. }
  29. }
  30. }