package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "path-dirname@1.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "path-dirname@1.0.2",
  9. "_id": "path-dirname@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
  12. "_location": "/path-dirname",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-dirname@1.0.2",
  18. "name": "path-dirname",
  19. "escapedName": "path-dirname",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/glob-parent"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-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": "Elan Shanker"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/es128/path-dirname/issues"
  35. },
  36. "description": "Node.js path.dirname() ponyfill",
  37. "files": [
  38. "index.js"
  39. ],
  40. "homepage": "https://github.com/es128/path-dirname#readme",
  41. "keywords": [
  42. "dirname",
  43. "dir",
  44. "path",
  45. "paths",
  46. "file",
  47. "built-in",
  48. "util",
  49. "utils",
  50. "core",
  51. "stdlib",
  52. "ponyfill",
  53. "polyfill",
  54. "shim"
  55. ],
  56. "license": "MIT",
  57. "name": "path-dirname",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/es128/path-dirname.git"
  61. },
  62. "scripts": {
  63. "test": "node test.js"
  64. },
  65. "version": "1.0.2"
  66. }