package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@2.1.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-path@2.1.1",
  10. "_id": "normalize-path@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  13. "_location": "/normalize-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "normalize-path@2.1.1",
  19. "name": "normalize-path",
  20. "escapedName": "normalize-path",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/anymatch",
  27. "/chokidar",
  28. "/http-proxy-middleware/micromatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  31. "_spec": "2.1.1",
  32. "_where": "D:\\projects\\dealer_front",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Blaine Bublitz",
  43. "email": "blaine.bublitz@gmail.com",
  44. "url": "https://twitter.com/BlaineBublitz"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "email": "jon.schlinkert@sellside.com",
  49. "url": "http://twitter.com/jonschlinkert"
  50. }
  51. ],
  52. "dependencies": {
  53. "remove-trailing-separator": "^1.0.1"
  54. },
  55. "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.",
  56. "devDependencies": {
  57. "benchmarked": "^0.1.1",
  58. "gulp-format-md": "^0.1.11",
  59. "minimist": "^1.2.0",
  60. "mocha": "*"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/normalize-path",
  69. "keywords": [
  70. "backslash",
  71. "file",
  72. "filepath",
  73. "fix",
  74. "forward",
  75. "fp",
  76. "fs",
  77. "normalize",
  78. "path",
  79. "slash",
  80. "slashes",
  81. "trailing",
  82. "unix",
  83. "urix"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "normalize-path",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "verb": {
  96. "related": {
  97. "list": [
  98. "contains-path",
  99. "ends-with",
  100. "is-absolute",
  101. "is-relative",
  102. "parse-filepath",
  103. "path-ends-with",
  104. "path-segments",
  105. "rewrite-ext",
  106. "unixify"
  107. ],
  108. "description": "Other useful libraries for working with paths in node.js:"
  109. },
  110. "toc": false,
  111. "layout": "default",
  112. "tasks": [
  113. "readme"
  114. ],
  115. "plugins": [
  116. "gulp-format-md"
  117. ],
  118. "lint": {
  119. "reflinks": true
  120. }
  121. },
  122. "version": "2.1.1"
  123. }