package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. "/@vue/cli-service/cache-loader",
  20. "/@vue/cli-service/chokidar",
  21. "/anymatch",
  22. "/archiver-utils",
  23. "/chokidar",
  24. "/compress-commons",
  25. "/eslint-webpack-plugin",
  26. "/watchpack-chokidar2/chokidar",
  27. "/zip-stream/archiver-utils"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  30. "_shasum": "0dcd69ff23a1c9b11fd0978316644a0388216a65",
  31. "_spec": "normalize-path@^3.0.0",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\archiver-utils",
  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. "bundleDependencies": false,
  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. "deprecated": false,
  52. "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.",
  53. "devDependencies": {
  54. "gulp-format-md": "^1.0.0",
  55. "minimist": "^1.2.0",
  56. "mocha": "^3.5.3"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jonschlinkert/normalize-path",
  65. "keywords": [
  66. "absolute",
  67. "backslash",
  68. "delimiter",
  69. "file",
  70. "file-path",
  71. "filepath",
  72. "fix",
  73. "forward",
  74. "fp",
  75. "fs",
  76. "normalize",
  77. "path",
  78. "relative",
  79. "separator",
  80. "slash",
  81. "slashes",
  82. "trailing",
  83. "unix",
  84. "urix"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "normalize-path",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "verb": {
  97. "toc": false,
  98. "layout": "default",
  99. "tasks": [
  100. "readme"
  101. ],
  102. "plugins": [
  103. "gulp-format-md"
  104. ],
  105. "related": {
  106. "description": "Other useful path-related libraries:",
  107. "list": [
  108. "contains-path",
  109. "is-absolute",
  110. "is-relative",
  111. "parse-filepath",
  112. "path-ends-with",
  113. "path-ends-with",
  114. "unixify"
  115. ]
  116. },
  117. "lint": {
  118. "reflinks": true
  119. }
  120. },
  121. "version": "3.0.0"
  122. }