package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "parse-filepath@1.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "parse-filepath@1.0.2",
  9. "_id": "parse-filepath@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=",
  12. "_location": "/parse-filepath",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parse-filepath@1.0.2",
  18. "name": "parse-filepath",
  19. "escapedName": "parse-filepath",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/documentation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
  28. "_spec": "1.0.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/jonschlinkert/parse-filepath/issues"
  36. },
  37. "dependencies": {
  38. "is-absolute": "^1.0.0",
  39. "map-cache": "^0.2.0",
  40. "path-root": "^0.1.1"
  41. },
  42. "description": "Pollyfill for node.js `path.parse`, parses a filepath into an object.",
  43. "devDependencies": {
  44. "gulp-format-md": "^0.1.7",
  45. "mocha": "^2.2.5",
  46. "should": "^7.0.2"
  47. },
  48. "engines": {
  49. "node": ">=0.8"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/parse-filepath",
  55. "keywords": [
  56. "absolute",
  57. "basename",
  58. "dir",
  59. "directory",
  60. "dirname",
  61. "ext",
  62. "extension",
  63. "extname",
  64. "file",
  65. "filename",
  66. "filepath",
  67. "is-absolute",
  68. "name",
  69. "object",
  70. "parse",
  71. "parser",
  72. "parts",
  73. "path",
  74. "segment"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "parse-filepath",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/parse-filepath.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "verb": {
  87. "run": true,
  88. "toc": false,
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "related": {
  97. "highlight": "global-prefix",
  98. "list": [
  99. "global-prefix",
  100. "is-absolute",
  101. "is-relative",
  102. "relative"
  103. ]
  104. },
  105. "reflinks": [
  106. "verb"
  107. ],
  108. "lint": {
  109. "reflinks": true
  110. }
  111. },
  112. "version": "1.0.2"
  113. }