package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@3.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "glob-parent@3.1.0",
  9. "_id": "glob-parent@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
  12. "_location": "/glob-parent",
  13. "_phantomChildren": {
  14. "is-extglob": "2.1.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "glob-parent@3.1.0",
  20. "name": "glob-parent",
  21. "escapedName": "glob-parent",
  22. "rawSpec": "3.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "3.1.0"
  25. },
  26. "_requiredBy": [
  27. "/@angular/compiler-cli/chokidar",
  28. "/chokidar",
  29. "/copy-webpack-plugin",
  30. "/glob-stream",
  31. "/watchpack/chokidar",
  32. "/webpack-dev-server/chokidar"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
  35. "_spec": "3.1.0",
  36. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  37. "author": {
  38. "name": "Elan Shanker",
  39. "url": "https://github.com/es128"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/es128/glob-parent/issues"
  43. },
  44. "dependencies": {
  45. "is-glob": "^3.1.0",
  46. "path-dirname": "^1.0.0"
  47. },
  48. "description": "Strips glob magic from a string to provide the parent directory path",
  49. "devDependencies": {
  50. "coveralls": "^2.11.2",
  51. "istanbul": "^0.3.5",
  52. "mocha": "^2.1.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/es128/glob-parent",
  58. "keywords": [
  59. "glob",
  60. "parent",
  61. "strip",
  62. "path",
  63. "dirname",
  64. "directory",
  65. "base",
  66. "wildcard"
  67. ],
  68. "license": "ISC",
  69. "main": "index.js",
  70. "name": "glob-parent",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/es128/glob-parent.git"
  74. },
  75. "scripts": {
  76. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  77. "test": "istanbul test node_modules/mocha/bin/_mocha"
  78. },
  79. "version": "3.1.0"
  80. }