package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "is-unc-path@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "is-unc-path@1.0.0",
  9. "_id": "is-unc-path@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
  12. "_location": "/is-unc-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-unc-path@1.0.0",
  18. "name": "is-unc-path",
  19. "escapedName": "is-unc-path",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/is-relative"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
  28. "_spec": "1.0.0",
  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/jonschlinkert/is-unc-path/issues"
  36. },
  37. "dependencies": {
  38. "unc-path-regex": "^0.1.2"
  39. },
  40. "description": "Returns true if a filepath is a windows UNC file path.",
  41. "devDependencies": {
  42. "gulp-format-md": "^1.0.0",
  43. "mocha": "^3.4.2"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-unc-path",
  52. "keywords": [
  53. "absolute",
  54. "expression",
  55. "file",
  56. "filepath",
  57. "is",
  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. "verb": {
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "lint": {
  88. "reflinks": true
  89. },
  90. "related": {
  91. "list": [
  92. "is-relative",
  93. "is-absolute",
  94. "is-glob"
  95. ]
  96. }
  97. },
  98. "version": "1.0.0"
  99. }