package.json 834 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "true-case-path",
  3. "version": "1.0.3",
  4. "description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/barsh/true-case-path.git"
  12. },
  13. "author": "barsh",
  14. "contributors": [
  15. {
  16. "name": "Michael Klement",
  17. "email": "mklement0@gmail.com",
  18. "url": "https://github.com/mklement0"
  19. }
  20. ],
  21. "license": "Apache-2.0",
  22. "bugs": {
  23. "url": "https://github.com/barsh/true-case-path/issues"
  24. },
  25. "homepage": "https://github.com/barsh/true-case-path#readme",
  26. "dependencies": {
  27. "glob": "^7.1.2"
  28. }
  29. }