package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "commondir@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "commondir@1.0.1",
  9. "_id": "commondir@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
  12. "_location": "/commondir",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "commondir@1.0.1",
  18. "name": "commondir",
  19. "escapedName": "commondir",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/find-cache-dir",
  26. "/@angular-devkit/build-angular/terser-webpack-plugin/find-cache-dir",
  27. "/find-cache-dir"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/node-commondir/issues"
  39. },
  40. "dependencies": {},
  41. "description": "compute the closest common parent for file paths",
  42. "devDependencies": {
  43. "tape": "^3.5.0"
  44. },
  45. "engine": {
  46. "node": ">=0.4"
  47. },
  48. "homepage": "https://github.com/substack/node-commondir#readme",
  49. "keywords": [
  50. "common",
  51. "path",
  52. "directory",
  53. "file",
  54. "parent",
  55. "root"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "commondir",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  63. },
  64. "scripts": {
  65. "test": "tape test/*.js"
  66. },
  67. "version": "1.0.1"
  68. }