package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. "/anymatch",
  20. "/chokidar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  23. "_shasum": "0dcd69ff23a1c9b11fd0978316644a0388216a65",
  24. "_spec": "normalize-path@~3.0.0",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\chokidar",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "url": "https://twitter.com/BlaineBublitz"
  38. },
  39. {
  40. "name": "Jon Schlinkert",
  41. "url": "http://twitter.com/jonschlinkert"
  42. }
  43. ],
  44. "deprecated": false,
  45. "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.",
  46. "devDependencies": {
  47. "gulp-format-md": "^1.0.0",
  48. "minimist": "^1.2.0",
  49. "mocha": "^3.5.3"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/normalize-path",
  58. "keywords": [
  59. "absolute",
  60. "backslash",
  61. "delimiter",
  62. "file",
  63. "file-path",
  64. "filepath",
  65. "fix",
  66. "forward",
  67. "fp",
  68. "fs",
  69. "normalize",
  70. "path",
  71. "relative",
  72. "separator",
  73. "slash",
  74. "slashes",
  75. "trailing",
  76. "unix",
  77. "urix"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "normalize-path",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "description": "Other useful path-related libraries:",
  100. "list": [
  101. "contains-path",
  102. "is-absolute",
  103. "is-relative",
  104. "parse-filepath",
  105. "path-ends-with",
  106. "path-ends-with",
  107. "unixify"
  108. ]
  109. },
  110. "lint": {
  111. "reflinks": true
  112. }
  113. },
  114. "version": "3.0.0"
  115. }