package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "normalize-path",
  3. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.",
  4. "version": "1.0.0",
  5. "homepage": "https://github.com/jonschlinkert/normalize-path",
  6. "author": {
  7. "name": "Jon Schlinkert",
  8. "url": "https://github.com/jonschlinkert"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/jonschlinkert/normalize-path.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  16. },
  17. "license": {
  18. "type": "MIT",
  19. "url": "https://github.com/jonschlinkert/normalize-path/blob/master/LICENSE-MIT"
  20. },
  21. "files": [
  22. "index.js"
  23. ],
  24. "main": "index.js",
  25. "engines": {
  26. "node": ">=0.10.0"
  27. },
  28. "scripts": {
  29. "test": "mocha -R spec"
  30. },
  31. "devDependencies": {
  32. "benchmarked": "^0.1.1",
  33. "mocha": "*"
  34. },
  35. "keywords": [
  36. "file",
  37. "filepath",
  38. "fp",
  39. "normalize",
  40. "path",
  41. "slash",
  42. "slashes",
  43. "trailing",
  44. "unix"
  45. ],
  46. "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)",
  47. "_from": "normalize-path@1.0.0",
  48. "_resolved": "https://registry.npm.taobao.org/normalize-path/download/normalize-path-1.0.0.tgz"
  49. }