package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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/Documents/ola/OLA#3DOC/sys/node_modules/is-relative"
  14. ]
  15. ],
  16. "_from": "is-unc-path@>=0.1.1 <0.2.0",
  17. "_id": "is-unc-path@0.1.1",
  18. "_inCache": true,
  19. "_location": "/is-unc-path",
  20. "_nodeVersion": "0.12.4",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.10.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "is-unc-path@^0.1.1",
  29. "scope": null,
  30. "escapedName": "is-unc-path",
  31. "name": "is-unc-path",
  32. "rawSpec": "^0.1.1",
  33. "spec": ">=0.1.1 <0.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/is-relative"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz",
  40. "_shasum": "ab2533d77ad733561124c3dc0f5cd8b90054c86b",
  41. "_shrinkwrap": null,
  42. "_spec": "is-unc-path@^0.1.1",
  43. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/is-relative",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/is-unc-path/issues"
  50. },
  51. "dependencies": {
  52. "unc-path-regex": "^0.1.0"
  53. },
  54. "description": "Returns true if a filepath is a windows UNC file path.",
  55. "devDependencies": {
  56. "mocha": "*",
  57. "should": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "ab2533d77ad733561124c3dc0f5cd8b90054c86b",
  62. "tarball": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/is-unc-path",
  71. "keywords": [
  72. "absolute",
  73. "expression",
  74. "file",
  75. "filepath",
  76. "match",
  77. "matching",
  78. "path",
  79. "regex",
  80. "regexp",
  81. "regular",
  82. "unc",
  83. "win",
  84. "windows"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "is-unc-path",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "version": "0.1.1"
  105. }