package.json 711 B

12345678910111213141516171819202122
  1. {
  2. "name": "loader-fs-cache",
  3. "version": "1.0.3",
  4. "description": "A published package of https://github.com/babel/babel-loader/blob/master/src/fs-cache.js",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Ade Viankakrisna Fadlil",
  10. "license": "MIT",
  11. "dependencies": {
  12. "find-cache-dir": "^0.1.1",
  13. "mkdirp": "^0.5.1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/viankakrisna/loader-fs-cache.git"
  18. },
  19. "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
  20. "_from": "loader-fs-cache@1.0.3",
  21. "_resolved": "https://registry.npm.taobao.org/loader-fs-cache/download/loader-fs-cache-1.0.3.tgz"
  22. }