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

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