package.json 1.9 KB

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