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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "is-absolute@^1.0.0",
  3. "_id": "is-absolute@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
  6. "_location": "/is-absolute",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-absolute@^1.0.0",
  12. "name": "is-absolute",
  13. "escapedName": "is-absolute",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/parse-filepath",
  20. "/replace-homedir",
  21. "/to-absolute-glob"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
  24. "_shasum": "395e1ae84b11f26ad1795e73c17378e48a301576",
  25. "_spec": "is-absolute@^1.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\parse-filepath",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/is-absolute/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Elan Shanker",
  38. "url": "https://github.com/es128"
  39. },
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "name": "Shinnosuke Watanabe",
  46. "url": "https://shinnn.github.io"
  47. },
  48. {
  49. "url": "http://sobak.pl"
  50. }
  51. ],
  52. "dependencies": {
  53. "is-relative": "^1.0.0",
  54. "is-windows": "^1.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.",
  58. "devDependencies": {
  59. "gulp-format-md": "^1.0.0",
  60. "mocha": "^3.4.2"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/is-absolute",
  69. "keywords": [
  70. "absolute",
  71. "built",
  72. "built-in",
  73. "check",
  74. "core",
  75. "detect",
  76. "dir",
  77. "file",
  78. "filepath",
  79. "is",
  80. "is-absolute",
  81. "isabsolute",
  82. "normalize",
  83. "path",
  84. "path-absolute",
  85. "path-is-absolute",
  86. "paths",
  87. "polyfill",
  88. "relative",
  89. "resolve",
  90. "shim",
  91. "slash",
  92. "slashes",
  93. "uri",
  94. "url",
  95. "util",
  96. "utils"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "is-absolute",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/jonschlinkert/is-absolute.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "verb": {
  109. "run": true,
  110. "toc": false,
  111. "layout": "default",
  112. "tasks": [
  113. "readme"
  114. ],
  115. "plugins": [
  116. "gulp-format-md"
  117. ],
  118. "related": {
  119. "list": [
  120. "is-dotfile",
  121. "is-glob",
  122. "is-relative",
  123. "is-unc-path",
  124. "is-valid-glob"
  125. ]
  126. },
  127. "reflinks": [
  128. "verb"
  129. ],
  130. "lint": {
  131. "reflinks": true
  132. }
  133. },
  134. "version": "1.0.0"
  135. }