package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. "/Applications/MAMP/htdocs/wechat_read/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "normalize-path@>=2.0.1 <3.0.0",
  17. "_id": "normalize-path@2.1.1",
  18. "_inCache": true,
  19. "_location": "/normalize-path",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/normalize-path-2.1.1.tgz_1490811684604_0.9070707836654037"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "normalize-path@^2.0.1",
  33. "scope": null,
  34. "escapedName": "normalize-path",
  35. "name": "normalize-path",
  36. "rawSpec": "^2.0.1",
  37. "spec": ">=2.0.1 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/micromatch"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  44. "_shasum": "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9",
  45. "_shrinkwrap": null,
  46. "_spec": "normalize-path@^2.0.1",
  47. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/micromatch",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Blaine Bublitz",
  58. "email": "blaine.bublitz@gmail.com",
  59. "url": "https://twitter.com/BlaineBublitz"
  60. },
  61. {
  62. "name": "Jon Schlinkert",
  63. "email": "jon.schlinkert@sellside.com",
  64. "url": "http://twitter.com/jonschlinkert"
  65. }
  66. ],
  67. "dependencies": {
  68. "remove-trailing-separator": "^1.0.1"
  69. },
  70. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
  71. "devDependencies": {
  72. "benchmarked": "^0.1.1",
  73. "gulp-format-md": "^0.1.11",
  74. "minimist": "^1.2.0",
  75. "mocha": "*"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9",
  80. "tarball": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz"
  81. },
  82. "engines": {
  83. "node": ">=0.10.0"
  84. },
  85. "files": [
  86. "index.js"
  87. ],
  88. "gitHead": "da1a45e7a514910ce39875b5327b1d0fa9be3d3e",
  89. "homepage": "https://github.com/jonschlinkert/normalize-path",
  90. "keywords": [
  91. "backslash",
  92. "file",
  93. "filepath",
  94. "fix",
  95. "forward",
  96. "fp",
  97. "fs",
  98. "normalize",
  99. "path",
  100. "slash",
  101. "slashes",
  102. "trailing",
  103. "unix",
  104. "urix"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "maintainers": [
  109. {
  110. "name": "doowb",
  111. "email": "brian.woodward@gmail.com"
  112. },
  113. {
  114. "name": "jonschlinkert",
  115. "email": "github@sellside.com"
  116. }
  117. ],
  118. "name": "normalize-path",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  124. },
  125. "scripts": {
  126. "test": "mocha"
  127. },
  128. "verb": {
  129. "related": {
  130. "list": [
  131. "contains-path",
  132. "ends-with",
  133. "is-absolute",
  134. "is-relative",
  135. "parse-filepath",
  136. "path-ends-with",
  137. "path-segments",
  138. "rewrite-ext",
  139. "unixify"
  140. ],
  141. "description": "Other useful libraries for working with paths in node.js:"
  142. },
  143. "toc": false,
  144. "layout": "default",
  145. "tasks": [
  146. "readme"
  147. ],
  148. "plugins": [
  149. "gulp-format-md"
  150. ],
  151. "lint": {
  152. "reflinks": true
  153. }
  154. },
  155. "version": "2.1.1"
  156. }