package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "parse-path@4.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "parse-path@4.0.1",
  9. "_id": "parse-path@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA==",
  12. "_location": "/parse-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parse-path@4.0.1",
  18. "name": "parse-path",
  19. "escapedName": "parse-path",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/parse-url"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.1.tgz",
  28. "_spec": "4.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Ionică Bizău",
  32. "email": "bizauionica@gmail.com",
  33. "url": "https://ionicabizau.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/IonicaBizau/parse-path/issues"
  37. },
  38. "dependencies": {
  39. "is-ssh": "^1.3.0",
  40. "protocols": "^1.4.0"
  41. },
  42. "description": "Parse paths (local paths, urls: ssh/git/etc)",
  43. "devDependencies": {
  44. "tester": "^1.3.1"
  45. },
  46. "directories": {
  47. "example": "example",
  48. "test": "test"
  49. },
  50. "files": [
  51. "bin/",
  52. "app/",
  53. "lib/",
  54. "dist/",
  55. "src/",
  56. "scripts/",
  57. "resources/",
  58. "menu/",
  59. "cli.js",
  60. "index.js",
  61. "bloggify.js",
  62. "bloggify.json",
  63. "bloggify/"
  64. ],
  65. "homepage": "https://github.com/IonicaBizau/parse-path",
  66. "keywords": [
  67. "parse",
  68. "path",
  69. "url",
  70. "node",
  71. "git",
  72. "advanced"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/index.js",
  76. "name": "parse-path",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/IonicaBizau/parse-path.git"
  80. },
  81. "scripts": {
  82. "test": "node test"
  83. },
  84. "version": "4.0.1"
  85. }