package.json 638 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "urix",
  3. "version": "0.1.0",
  4. "author": "Simon Lydell",
  5. "license": "MIT",
  6. "description": "Makes Windows-style paths more unix and URI friendly.",
  7. "main": "index.js",
  8. "repository": "lydell/urix",
  9. "keywords": [
  10. "path",
  11. "url",
  12. "uri",
  13. "unix",
  14. "windows",
  15. "backslash",
  16. "slash"
  17. ],
  18. "scripts": {
  19. "test": "jshint index.js test/ && mocha"
  20. },
  21. "devDependencies": {
  22. "mocha": "^1.17.1",
  23. "jshint": "^2.4.4"
  24. },
  25. "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
  26. "_from": "urix@0.1.0",
  27. "_resolved": "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz"
  28. }