package.json 1.9 KB

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