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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "is-relative@^1.0.0",
  3. "_id": "is-relative@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
  6. "_location": "/is-relative",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-relative@^1.0.0",
  12. "name": "is-relative",
  13. "escapedName": "is-relative",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-absolute"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
  22. "_shasum": "a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d",
  23. "_spec": "is-relative@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\is-absolute",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-relative/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jon Schlinkert",
  36. "url": "http://twitter.com/jonschlinkert"
  37. },
  38. {
  39. "name": "Shinnosuke Watanabe",
  40. "url": "https://shinnn.github.io"
  41. }
  42. ],
  43. "dependencies": {
  44. "is-unc-path": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Returns `true` if the path appears to be relative.",
  48. "devDependencies": {
  49. "gulp-format-md": "^1.0.0",
  50. "mocha": "^3.4.2"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/is-relative",
  59. "keywords": [
  60. "absolute",
  61. "check",
  62. "file",
  63. "filepath",
  64. "is",
  65. "normalize",
  66. "path",
  67. "path.relative",
  68. "relative",
  69. "resolve",
  70. "slash",
  71. "slashes",
  72. "uri",
  73. "url"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "is-relative",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/is-relative.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "verb": {
  86. "related": {
  87. "list": [
  88. "is-absolute",
  89. "is-dotfile",
  90. "is-glob",
  91. "is-relative",
  92. "is-unc-path"
  93. ]
  94. },
  95. "toc": false,
  96. "layout": "default",
  97. "tasks": [
  98. "readme"
  99. ],
  100. "plugins": [
  101. "gulp-format-md"
  102. ],
  103. "lint": {
  104. "reflinks": true
  105. }
  106. },
  107. "version": "1.0.0"
  108. }