You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
856 B

1 month ago
  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. ,"_resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz"
  35. ,"_integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  36. ,"_from": "commondir@1.0.1"
  37. }