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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "normalize-path@^2.1.1",
  3. "_id": "normalize-path@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  6. "_location": "/normalize-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-path@^2.1.1",
  12. "name": "normalize-path",
  13. "escapedName": "normalize-path",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/vinyl-sourcemap"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  23. "_shasum": "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9",
  24. "_spec": "normalize-path@^2.1.1",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\anymatch",
  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. "email": "blaine.bublitz@gmail.com",
  38. "url": "https://twitter.com/BlaineBublitz"
  39. },
  40. {
  41. "name": "Jon Schlinkert",
  42. "email": "jon.schlinkert@sellside.com",
  43. "url": "http://twitter.com/jonschlinkert"
  44. }
  45. ],
  46. "dependencies": {
  47. "remove-trailing-separator": "^1.0.1"
  48. },
  49. "deprecated": false,
  50. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
  51. "devDependencies": {
  52. "benchmarked": "^0.1.1",
  53. "gulp-format-md": "^0.1.11",
  54. "minimist": "^1.2.0",
  55. "mocha": "*"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/normalize-path",
  64. "keywords": [
  65. "backslash",
  66. "file",
  67. "filepath",
  68. "fix",
  69. "forward",
  70. "fp",
  71. "fs",
  72. "normalize",
  73. "path",
  74. "slash",
  75. "slashes",
  76. "trailing",
  77. "unix",
  78. "urix"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "normalize-path",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "verb": {
  91. "related": {
  92. "list": [
  93. "contains-path",
  94. "ends-with",
  95. "is-absolute",
  96. "is-relative",
  97. "parse-filepath",
  98. "path-ends-with",
  99. "path-segments",
  100. "rewrite-ext",
  101. "unixify"
  102. ],
  103. "description": "Other useful libraries for working with paths in node.js:"
  104. },
  105. "toc": false,
  106. "layout": "default",
  107. "tasks": [
  108. "readme"
  109. ],
  110. "plugins": [
  111. "gulp-format-md"
  112. ],
  113. "lint": {
  114. "reflinks": true
  115. }
  116. },
  117. "version": "2.1.1"
  118. }