package.json 2.8 KB

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