package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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/robert/workspace/xmlrpc/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. "_location": "/unc-path-regex",
  20. "_nodeVersion": "5.8.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/unc-path-regex-0.1.2.tgz_1460256703094_0.4246507475618273"
  24. },
  25. "_npmUser": {
  26. "name": "tunnckocore",
  27. "email": "mameto_100@mail.bg"
  28. },
  29. "_npmVersion": "3.8.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "unc-path-regex@^0.1.0",
  33. "scope": null,
  34. "escapedName": "unc-path-regex",
  35. "name": "unc-path-regex",
  36. "rawSpec": "^0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/is-unc-path"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
  44. "_shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
  45. "_shrinkwrap": null,
  46. "_spec": "unc-path-regex@^0.1.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/is-unc-path",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/regexhq/unc-path-regex/issues"
  54. },
  55. "dependencies": {},
  56. "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.",
  57. "devDependencies": {
  58. "mocha": "*"
  59. },
  60. "dist": {
  61. "shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
  62. "tarball": "http://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "8962715152d8438fac975f90ac218017b41fea20",
  71. "homepage": "https://github.com/regexhq/unc-path-regex",
  72. "keywords": [
  73. "absolute",
  74. "expression",
  75. "file",
  76. "filepath",
  77. "match",
  78. "matching",
  79. "path",
  80. "regex",
  81. "regexp",
  82. "regular",
  83. "unc",
  84. "win",
  85. "windows"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "jonschlinkert",
  92. "email": "github@sellside.com"
  93. },
  94. {
  95. "name": "tunnckocore",
  96. "email": "mameto_100@mail.bg"
  97. }
  98. ],
  99. "name": "unc-path-regex",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/regexhq/unc-path-regex.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "related": {
  111. "list": [
  112. "dotfile-regex",
  113. "is-unc-path",
  114. "unc-path-regex",
  115. "dotdir-regex",
  116. "path-regex",
  117. "dirname-regex",
  118. "is-glob"
  119. ]
  120. }
  121. },
  122. "version": "0.1.2"
  123. }