package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-unc-path@^0.1.1",
  6. "scope": null,
  7. "escapedName": "is-unc-path",
  8. "name": "is-unc-path",
  9. "rawSpec": "^0.1.1",
  10. "spec": ">=0.1.1 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/is-relative"
  14. ]
  15. ],
  16. "_from": "is-unc-path@>=0.1.1 <0.2.0",
  17. "_id": "is-unc-path@0.1.2",
  18. "_inCache": true,
  19. "_location": "/is-unc-path",
  20. "_nodeVersion": "6.7.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/is-unc-path-0.1.2.tgz_1481094386691_0.525543796364218"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-unc-path@^0.1.1",
  33. "scope": null,
  34. "escapedName": "is-unc-path",
  35. "name": "is-unc-path",
  36. "rawSpec": "^0.1.1",
  37. "spec": ">=0.1.1 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/is-relative"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz",
  44. "_shasum": "6ab053a72573c10250ff416a3814c35178af39b9",
  45. "_shrinkwrap": null,
  46. "_spec": "is-unc-path@^0.1.1",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/is-relative",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/is-unc-path/issues"
  54. },
  55. "dependencies": {
  56. "unc-path-regex": "^0.1.0"
  57. },
  58. "description": "Returns true if a filepath is a windows UNC file path.",
  59. "devDependencies": {
  60. "gulp-format-md": "^0.1.11",
  61. "mocha": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "6ab053a72573c10250ff416a3814c35178af39b9",
  66. "tarball": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "dd26cfd8f7774130f36862dfe1c16e787cb21533",
  75. "homepage": "https://github.com/jonschlinkert/is-unc-path",
  76. "keywords": [
  77. "absolute",
  78. "expression",
  79. "file",
  80. "filepath",
  81. "is",
  82. "match",
  83. "matching",
  84. "path",
  85. "regex",
  86. "regexp",
  87. "regular",
  88. "unc",
  89. "win",
  90. "windows"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "maintainers": [
  95. {
  96. "name": "jonschlinkert",
  97. "email": "github@sellside.com"
  98. }
  99. ],
  100. "name": "is-unc-path",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
  106. },
  107. "scripts": {
  108. "test": "mocha"
  109. },
  110. "verb": {
  111. "related": {
  112. "list": [
  113. "dirname-regex",
  114. "dotdir-regex",
  115. "dotfile-regex",
  116. "is-glob",
  117. "is-unc-path",
  118. "path-regex",
  119. "unc-path-regex"
  120. ]
  121. },
  122. "toc": false,
  123. "layout": "default",
  124. "tasks": [
  125. "readme"
  126. ],
  127. "plugins": [
  128. "gulp-format-md"
  129. ],
  130. "lint": {
  131. "reflinks": true
  132. },
  133. "reflinks": [
  134. "verb",
  135. "verb-generate-readme"
  136. ]
  137. },
  138. "version": "0.1.2"
  139. }