package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "is-unc-path@^0.1.1",
  3. "_id": "is-unc-path@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-arBTpyVzwQJQ/0FqOBTDUXivObk=",
  6. "_location": "/is-unc-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-unc-path@^0.1.1",
  12. "name": "is-unc-path",
  13. "escapedName": "is-unc-path",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/is-relative"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz",
  22. "_shasum": "6ab053a72573c10250ff416a3814c35178af39b9",
  23. "_spec": "is-unc-path@^0.1.1",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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.0"
  35. },
  36. "deprecated": false,
  37. "description": "Returns true if a filepath is a windows UNC file path.",
  38. "devDependencies": {
  39. "gulp-format-md": "^0.1.11",
  40. "mocha": "*"
  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. "related": {
  77. "list": [
  78. "dirname-regex",
  79. "dotdir-regex",
  80. "dotfile-regex",
  81. "is-glob",
  82. "is-unc-path",
  83. "path-regex",
  84. "unc-path-regex"
  85. ]
  86. },
  87. "toc": false,
  88. "layout": "default",
  89. "tasks": [
  90. "readme"
  91. ],
  92. "plugins": [
  93. "gulp-format-md"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. },
  98. "reflinks": [
  99. "verb",
  100. "verb-generate-readme"
  101. ]
  102. },
  103. "version": "0.1.2"
  104. }