package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "directories": {},
  61. "dist": {
  62. "shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
  63. "tarball": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "8962715152d8438fac975f90ac218017b41fea20",
  72. "homepage": "https://github.com/regexhq/unc-path-regex",
  73. "keywords": [
  74. "absolute",
  75. "expression",
  76. "file",
  77. "filepath",
  78. "match",
  79. "matching",
  80. "path",
  81. "regex",
  82. "regexp",
  83. "regular",
  84. "unc",
  85. "win",
  86. "windows"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "maintainers": [
  91. {
  92. "name": "jonschlinkert",
  93. "email": "github@sellside.com"
  94. },
  95. {
  96. "name": "tunnckocore",
  97. "email": "mameto_100@mail.bg"
  98. }
  99. ],
  100. "name": "unc-path-regex",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/regexhq/unc-path-regex.git"
  106. },
  107. "scripts": {
  108. "test": "mocha"
  109. },
  110. "verb": {
  111. "related": {
  112. "list": [
  113. "dotfile-regex",
  114. "is-unc-path",
  115. "unc-path-regex",
  116. "dotdir-regex",
  117. "path-regex",
  118. "dirname-regex",
  119. "is-glob"
  120. ]
  121. }
  122. },
  123. "version": "0.1.2"
  124. }