package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "unc-path-regex@0.1.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unc-path-regex@0.1.2",
  10. "_id": "unc-path-regex@0.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=",
  13. "_location": "/unc-path-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "unc-path-regex@0.1.2",
  19. "name": "unc-path-regex",
  20. "escapedName": "unc-path-regex",
  21. "rawSpec": "0.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.2"
  24. },
  25. "_requiredBy": [
  26. "/is-unc-path"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
  29. "_spec": "0.1.2",
  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/regexhq/unc-path-regex/issues"
  37. },
  38. "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.",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/regexhq/unc-path-regex",
  49. "keywords": [
  50. "absolute",
  51. "expression",
  52. "file",
  53. "filepath",
  54. "match",
  55. "matching",
  56. "path",
  57. "regex",
  58. "regexp",
  59. "regular",
  60. "unc",
  61. "win",
  62. "windows"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "unc-path-regex",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/regexhq/unc-path-regex.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "related": {
  76. "list": [
  77. "dotfile-regex",
  78. "is-unc-path",
  79. "unc-path-regex",
  80. "dotdir-regex",
  81. "path-regex",
  82. "dirname-regex",
  83. "is-glob"
  84. ]
  85. }
  86. },
  87. "version": "0.1.2"
  88. }