package.json 2.8 KB

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