You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7KB

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