package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@3.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-path@3.0.0",
  10. "_id": "normalize-path@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  13. "_location": "/normalize-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "normalize-path@3.0.0",
  19. "name": "normalize-path",
  20. "escapedName": "normalize-path",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/anymatch",
  27. "/chokidar",
  28. "/copy-webpack-plugin",
  29. "/eslint-webpack-plugin"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  32. "_spec": "3.0.0",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Blaine Bublitz",
  44. "url": "https://twitter.com/BlaineBublitz"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. }
  50. ],
  51. "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
  52. "devDependencies": {
  53. "gulp-format-md": "^1.0.0",
  54. "minimist": "^1.2.0",
  55. "mocha": "^3.5.3"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/normalize-path",
  64. "keywords": [
  65. "absolute",
  66. "backslash",
  67. "delimiter",
  68. "file",
  69. "file-path",
  70. "filepath",
  71. "fix",
  72. "forward",
  73. "fp",
  74. "fs",
  75. "normalize",
  76. "path",
  77. "relative",
  78. "separator",
  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. "toc": false,
  97. "layout": "default",
  98. "tasks": [
  99. "readme"
  100. ],
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "related": {
  105. "description": "Other useful path-related libraries:",
  106. "list": [
  107. "contains-path",
  108. "is-absolute",
  109. "is-relative",
  110. "parse-filepath",
  111. "path-ends-with",
  112. "path-ends-with",
  113. "unixify"
  114. ]
  115. },
  116. "lint": {
  117. "reflinks": true
  118. }
  119. },
  120. "version": "3.0.0"
  121. }