package.json 3.6 KB

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