Ghost/ghost/package-json/lib
Daniel Lockyer bd6a295674 Refactored to more efficient fs call for reading packages
- we don't need to do both a `fs.readdir` and a `fs.stat` because
  `fs.readdir` has the `withFileTypes` which returns the directory entry
  info and so this avoids an extra stat syscall
2022-03-28 11:31:45 +01:00
..
package-json.js Refactored to more efficient fs call for reading packages 2022-03-28 11:31:45 +01:00
parse.js Improved typing in package-json 2021-06-09 15:44:04 +01:00