package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@3.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "normalize-path@3.0.0",
  9. "_id": "normalize-path@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  12. "_location": "/normalize-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "normalize-path@3.0.0",
  18. "name": "normalize-path",
  19. "escapedName": "normalize-path",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/anymatch",
  26. "/cache-loader",
  27. "/chokidar",
  28. "/stylus-loader",
  29. "/watchpack-chokidar2/chokidar",
  30. "/webpack-dev-server/chokidar"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  33. "_spec": "3.0.0",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Blaine Bublitz",
  45. "url": "https://twitter.com/BlaineBublitz"
  46. },
  47. {
  48. "name": "Jon Schlinkert",
  49. "url": "http://twitter.com/jonschlinkert"
  50. }
  51. ],
  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. }