package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@3.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/archiver-utils",
  28. "/chokidar",
  29. "/compress-commons",
  30. "/copy-webpack-plugin",
  31. "/css-loader",
  32. "/lint-staged",
  33. "/watchpack-chokidar2/chokidar",
  34. "/webpack-dev-server/chokidar"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  37. "_spec": "3.0.0",
  38. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  39. "author": {
  40. "name": "Jon Schlinkert",
  41. "url": "https://github.com/jonschlinkert"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Blaine Bublitz",
  49. "url": "https://twitter.com/BlaineBublitz"
  50. },
  51. {
  52. "name": "Jon Schlinkert",
  53. "url": "http://twitter.com/jonschlinkert"
  54. }
  55. ],
  56. "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.",
  57. "devDependencies": {
  58. "gulp-format-md": "^1.0.0",
  59. "minimist": "^1.2.0",
  60. "mocha": "^3.5.3"
  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. "absolute",
  71. "backslash",
  72. "delimiter",
  73. "file",
  74. "file-path",
  75. "filepath",
  76. "fix",
  77. "forward",
  78. "fp",
  79. "fs",
  80. "normalize",
  81. "path",
  82. "relative",
  83. "separator",
  84. "slash",
  85. "slashes",
  86. "trailing",
  87. "unix",
  88. "urix"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "normalize-path",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "related": {
  110. "description": "Other useful path-related libraries:",
  111. "list": [
  112. "contains-path",
  113. "is-absolute",
  114. "is-relative",
  115. "parse-filepath",
  116. "path-ends-with",
  117. "path-ends-with",
  118. "unixify"
  119. ]
  120. },
  121. "lint": {
  122. "reflinks": true
  123. }
  124. },
  125. "version": "3.0.0"
  126. }