package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "unc-path-regex@^0.1.0",
  6. "scope": null,
  7. "escapedName": "unc-path-regex",
  8. "name": "unc-path-regex",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-unc-path"
  14. ]
  15. ],
  16. "_from": "unc-path-regex@>=0.1.0 <0.2.0",
  17. "_id": "unc-path-regex@0.1.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/unc-path-regex",
  21. "_nodeVersion": "5.8.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/unc-path-regex-0.1.2.tgz_1460256703094_0.4246507475618273"
  25. },
  26. "_npmUser": {
  27. "name": "tunnckocore",
  28. "email": "mameto_100@mail.bg"
  29. },
  30. "_npmVersion": "3.8.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "unc-path-regex@^0.1.0",
  34. "scope": null,
  35. "escapedName": "unc-path-regex",
  36. "name": "unc-path-regex",
  37. "rawSpec": "^0.1.0",
  38. "spec": ">=0.1.0 <0.2.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/is-unc-path"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
  45. "_shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
  46. "_shrinkwrap": null,
  47. "_spec": "unc-path-regex@^0.1.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-unc-path",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/regexhq/unc-path-regex/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.",
  58. "devDependencies": {
  59. "mocha": "*"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
  64. "tarball": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "8962715152d8438fac975f90ac218017b41fea20",
  73. "homepage": "https://github.com/regexhq/unc-path-regex",
  74. "keywords": [
  75. "absolute",
  76. "expression",
  77. "file",
  78. "filepath",
  79. "match",
  80. "matching",
  81. "path",
  82. "regex",
  83. "regexp",
  84. "regular",
  85. "unc",
  86. "win",
  87. "windows"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "name": "jonschlinkert",
  94. "email": "github@sellside.com"
  95. },
  96. {
  97. "name": "tunnckocore",
  98. "email": "mameto_100@mail.bg"
  99. }
  100. ],
  101. "name": "unc-path-regex",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/regexhq/unc-path-regex.git"
  107. },
  108. "scripts": {
  109. "test": "mocha"
  110. },
  111. "verb": {
  112. "related": {
  113. "list": [
  114. "dotfile-regex",
  115. "is-unc-path",
  116. "unc-path-regex",
  117. "dotdir-regex",
  118. "path-regex",
  119. "dirname-regex",
  120. "is-glob"
  121. ]
  122. }
  123. },
  124. "version": "0.1.2"
  125. }