package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "is-unc-path@0.1.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-unc-path@0.1.1",
  10. "_id": "is-unc-path@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qyUz13rXM1YRJMPcD1zYuQBUyGs=",
  13. "_location": "/is-unc-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-unc-path@0.1.1",
  19. "name": "is-unc-path",
  20. "escapedName": "is-unc-path",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/is-relative"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-unc-path/issues"
  37. },
  38. "dependencies": {
  39. "unc-path-regex": "^0.1.0"
  40. },
  41. "description": "Returns true if a filepath is a windows UNC file path.",
  42. "devDependencies": {
  43. "mocha": "*",
  44. "should": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/is-unc-path",
  53. "keywords": [
  54. "absolute",
  55. "expression",
  56. "file",
  57. "filepath",
  58. "match",
  59. "matching",
  60. "path",
  61. "regex",
  62. "regexp",
  63. "regular",
  64. "unc",
  65. "win",
  66. "windows"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "is-unc-path",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "version": "0.1.1"
  79. }