package.json 820 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "commondir",
  3. "version": "1.0.1",
  4. "description": "compute the closest common parent for file paths",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "tape": "^3.5.0"
  9. },
  10. "scripts": {
  11. "test": "tape test/*.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "http://github.com/substack/node-commondir.git"
  16. },
  17. "keywords": [
  18. "common",
  19. "path",
  20. "directory",
  21. "file",
  22. "parent",
  23. "root"
  24. ],
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "license": "MIT",
  31. "engine": {
  32. "node": ">=0.4"
  33. },
  34. "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)",
  35. "_from": "commondir@1.0.1",
  36. "_resolved": "https://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz"
  37. }