package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "normalize-path@^2.0.1",
  6. "scope": null,
  7. "escapedName": "normalize-path",
  8. "name": "normalize-path",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "normalize-path@>=2.0.1 <3.0.0",
  17. "_id": "normalize-path@2.0.1",
  18. "_inCache": true,
  19. "_location": "/normalize-path",
  20. "_nodeVersion": "5.0.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "3.3.6",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "normalize-path@^2.0.1",
  29. "scope": null,
  30. "escapedName": "normalize-path",
  31. "name": "normalize-path",
  32. "rawSpec": "^2.0.1",
  33. "spec": ">=2.0.1 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/micromatch"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz",
  40. "_shasum": "47886ac1662760d4261b7d979d241709d3ce3f7a",
  41. "_shrinkwrap": null,
  42. "_spec": "normalize-path@^2.0.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.",
  53. "devDependencies": {
  54. "benchmarked": "^0.1.1",
  55. "minimist": "^1.2.0",
  56. "mocha": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "47886ac1662760d4261b7d979d241709d3ce3f7a",
  61. "tarball": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "ca536e0e8755d3ed04f3ba4d21cc9e122e0f749f",
  70. "homepage": "https://github.com/jonschlinkert/normalize-path",
  71. "keywords": [
  72. "backslash",
  73. "file",
  74. "filepath",
  75. "fix",
  76. "forward",
  77. "fp",
  78. "fs",
  79. "normalize",
  80. "path",
  81. "slash",
  82. "slashes",
  83. "trailing",
  84. "unix",
  85. "urix"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "doowb",
  92. "email": "brian.woodward@gmail.com"
  93. },
  94. {
  95. "name": "jonschlinkert",
  96. "email": "github@sellside.com"
  97. }
  98. ],
  99. "name": "normalize-path",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "related": {
  111. "list": [
  112. "rewrite-ext",
  113. "contains-path",
  114. "ends-with",
  115. "path-ends-with",
  116. "path-segments",
  117. "is-absolute",
  118. "is-relative",
  119. "parse-filepath",
  120. "unixify"
  121. ],
  122. "description": "Other useful libraries for working with paths in node.js:"
  123. }
  124. },
  125. "version": "2.0.1"
  126. }