package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "/copy-webpack-plugin",
  22. "/eslint-webpack-plugin"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  25. "_shasum": "0dcd69ff23a1c9b11fd0978316644a0388216a65",
  26. "_spec": "normalize-path@^3.0.0",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\eslint-webpack-plugin",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Blaine Bublitz",
  39. "url": "https://twitter.com/BlaineBublitz"
  40. },
  41. {
  42. "name": "Jon Schlinkert",
  43. "url": "http://twitter.com/jonschlinkert"
  44. }
  45. ],
  46. "deprecated": false,
  47. "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.",
  48. "devDependencies": {
  49. "gulp-format-md": "^1.0.0",
  50. "minimist": "^1.2.0",
  51. "mocha": "^3.5.3"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jonschlinkert/normalize-path",
  60. "keywords": [
  61. "absolute",
  62. "backslash",
  63. "delimiter",
  64. "file",
  65. "file-path",
  66. "filepath",
  67. "fix",
  68. "forward",
  69. "fp",
  70. "fs",
  71. "normalize",
  72. "path",
  73. "relative",
  74. "separator",
  75. "slash",
  76. "slashes",
  77. "trailing",
  78. "unix",
  79. "urix"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "normalize-path",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  87. },
  88. "scripts": {
  89. "test": "mocha"
  90. },
  91. "verb": {
  92. "toc": false,
  93. "layout": "default",
  94. "tasks": [
  95. "readme"
  96. ],
  97. "plugins": [
  98. "gulp-format-md"
  99. ],
  100. "related": {
  101. "description": "Other useful path-related libraries:",
  102. "list": [
  103. "contains-path",
  104. "is-absolute",
  105. "is-relative",
  106. "parse-filepath",
  107. "path-ends-with",
  108. "path-ends-with",
  109. "unixify"
  110. ]
  111. },
  112. "lint": {
  113. "reflinks": true
  114. }
  115. },
  116. "version": "3.0.0"
  117. }