package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "true-case-path@1.0.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "true-case-path@1.0.3",
  9. "_id": "true-case-path@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
  12. "_location": "/true-case-path",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "true-case-path@1.0.3",
  19. "name": "true-case-path",
  20. "escapedName": "true-case-path",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "barsh"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/barsh/true-case-path/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Michael Klement",
  40. "email": "mklement0@gmail.com",
  41. "url": "https://github.com/mklement0"
  42. }
  43. ],
  44. "dependencies": {
  45. "glob": "^7.1.2"
  46. },
  47. "description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
  48. "homepage": "https://github.com/barsh/true-case-path#readme",
  49. "license": "Apache-2.0",
  50. "main": "index.js",
  51. "name": "true-case-path",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/barsh/true-case-path.git"
  55. },
  56. "scripts": {
  57. "test": "echo \"Error: no test specified\" && exit 1"
  58. },
  59. "version": "1.0.3"
  60. }