package.json 2.8 KB

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