package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@2.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-path@2.0.1",
  10. "_id": "normalize-path@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-R4hqwWYnYNQmG32XnSQXCdPOP3o=",
  13. "_location": "/normalize-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "normalize-path@2.0.1",
  19. "name": "normalize-path",
  20. "escapedName": "normalize-path",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  37. },
  38. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.",
  39. "devDependencies": {
  40. "benchmarked": "^0.1.1",
  41. "minimist": "^1.2.0",
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/normalize-path",
  51. "keywords": [
  52. "backslash",
  53. "file",
  54. "filepath",
  55. "fix",
  56. "forward",
  57. "fp",
  58. "fs",
  59. "normalize",
  60. "path",
  61. "slash",
  62. "slashes",
  63. "trailing",
  64. "unix",
  65. "urix"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "normalize-path",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "related": {
  79. "list": [
  80. "rewrite-ext",
  81. "contains-path",
  82. "ends-with",
  83. "path-ends-with",
  84. "path-segments",
  85. "is-absolute",
  86. "is-relative",
  87. "parse-filepath",
  88. "unixify"
  89. ],
  90. "description": "Other useful libraries for working with paths in node.js:"
  91. }
  92. },
  93. "version": "2.0.1"
  94. }