package.json 3.1 KB

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