package.json 3.0 KB

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