package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "path-root-regex@0.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "path-root-regex@0.1.2",
  9. "_id": "path-root-regex@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=",
  12. "_location": "/path-root-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-root-regex@0.1.2",
  18. "name": "path-root-regex",
  19. "escapedName": "path-root-regex",
  20. "rawSpec": "0.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.2"
  23. },
  24. "_requiredBy": [
  25. "/path-root"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-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/path-root-regex/issues"
  36. },
  37. "description": "Regular expression for getting the root of a posix or windows filepath.",
  38. "devDependencies": {
  39. "gulp-format-md": "^0.1.7",
  40. "mocha": "^2.4.5"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/regexhq/path-root-regex",
  49. "keywords": [
  50. "detect",
  51. "expression",
  52. "file",
  53. "filepath",
  54. "match",
  55. "parse",
  56. "path",
  57. "regex",
  58. "regexp",
  59. "regular",
  60. "root",
  61. "test"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "path-root-regex",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/regexhq/path-root-regex.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "run": true,
  75. "toc": false,
  76. "layout": false,
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "highlight": "path-root",
  85. "list": [
  86. "parse-filepath",
  87. "is-absolute"
  88. ]
  89. },
  90. "reflinks": [
  91. "verb",
  92. "path-root"
  93. ],
  94. "lint": {
  95. "reflinks": true
  96. }
  97. },
  98. "version": "0.1.2"
  99. }