package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "canonical-path@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "canonical-path@1.0.0",
  10. "_id": "canonical-path@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==",
  13. "_location": "/canonical-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "canonical-path@1.0.0",
  19. "name": "canonical-path",
  20. "escapedName": "canonical-path",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@angular/compiler-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/canonical-path/-/canonical-path-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Pete Bacon Darwin"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/petebacondarwin/node-canonical-path/issues"
  36. },
  37. "description": "paths that always use forward slashes",
  38. "devDependencies": {
  39. "jasmine": "^3.2.0"
  40. },
  41. "homepage": "https://github.com/petebacondarwin/node-canonical-path#readme",
  42. "keywords": [
  43. "path",
  44. "forward",
  45. "slashes",
  46. "OS",
  47. "windows"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "canonical-path",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/petebacondarwin/node-canonical-path.git"
  55. },
  56. "scripts": {
  57. "test": "jasmine index.spec.js"
  58. },
  59. "typings": "index.d.ts",
  60. "version": "1.0.0"
  61. }