package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@3.0.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-path@3.0.0",
  10. "_id": "normalize-path@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=",
  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. "/css-loader",
  30. "/lint-staged",
  31. "/watchpack-chokidar2/chokidar",
  32. "/webpack-dev-server/chokidar"
  33. ],
  34. "_resolved": "https://registry.nlark.com/normalize-path/download/normalize-path-3.0.0.tgz",
  35. "_spec": "3.0.0",
  36. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Blaine Bublitz",
  47. "url": "https://twitter.com/BlaineBublitz"
  48. },
  49. {
  50. "name": "Jon Schlinkert",
  51. "url": "http://twitter.com/jonschlinkert"
  52. }
  53. ],
  54. "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.",
  55. "devDependencies": {
  56. "gulp-format-md": "^1.0.0",
  57. "minimist": "^1.2.0",
  58. "mocha": "^3.5.3"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/normalize-path",
  67. "keywords": [
  68. "absolute",
  69. "backslash",
  70. "delimiter",
  71. "file",
  72. "file-path",
  73. "filepath",
  74. "fix",
  75. "forward",
  76. "fp",
  77. "fs",
  78. "normalize",
  79. "path",
  80. "relative",
  81. "separator",
  82. "slash",
  83. "slashes",
  84. "trailing",
  85. "unix",
  86. "urix"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "normalize-path",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  94. },
  95. "scripts": {
  96. "test": "mocha"
  97. },
  98. "verb": {
  99. "toc": false,
  100. "layout": "default",
  101. "tasks": [
  102. "readme"
  103. ],
  104. "plugins": [
  105. "gulp-format-md"
  106. ],
  107. "related": {
  108. "description": "Other useful path-related libraries:",
  109. "list": [
  110. "contains-path",
  111. "is-absolute",
  112. "is-relative",
  113. "parse-filepath",
  114. "path-ends-with",
  115. "path-ends-with",
  116. "unixify"
  117. ]
  118. },
  119. "lint": {
  120. "reflinks": true
  121. }
  122. },
  123. "version": "3.0.0"
  124. }