package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "minimatch@3.0.4",
  9. "_id": "minimatch@3.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  12. "_location": "/minimatch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "minimatch@3.0.4",
  18. "name": "minimatch",
  19. "escapedName": "minimatch",
  20. "rawSpec": "3.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.4"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular",
  26. "/@angular-devkit/build-angular/glob",
  27. "/@angular/cli/glob",
  28. "/cacache/glob",
  29. "/copy-webpack-plugin",
  30. "/fileset",
  31. "/glob",
  32. "/globule",
  33. "/ignore-walk",
  34. "/istanbul-api",
  35. "/istanbul-lib-source-maps/glob",
  36. "/karma",
  37. "/karma-coverage-istanbul-reporter",
  38. "/make-fetch-happen/glob",
  39. "/pacote",
  40. "/pacote/glob",
  41. "/readdirp",
  42. "/stylus/glob",
  43. "/tslint",
  44. "/uglifyjs-webpack-plugin/glob",
  45. "/webpack-dev-server/rimraf/glob",
  46. "/webpack/glob"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  49. "_spec": "3.0.4",
  50. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  51. "author": {
  52. "name": "Isaac Z. Schlueter",
  53. "email": "i@izs.me",
  54. "url": "http://blog.izs.me"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/isaacs/minimatch/issues"
  58. },
  59. "dependencies": {
  60. "brace-expansion": "^1.1.7"
  61. },
  62. "description": "a glob matcher in javascript",
  63. "devDependencies": {
  64. "tap": "^10.3.2"
  65. },
  66. "engines": {
  67. "node": "*"
  68. },
  69. "files": [
  70. "minimatch.js"
  71. ],
  72. "homepage": "https://github.com/isaacs/minimatch#readme",
  73. "license": "ISC",
  74. "main": "minimatch.js",
  75. "name": "minimatch",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/isaacs/minimatch.git"
  79. },
  80. "scripts": {
  81. "postpublish": "git push origin --all; git push origin --tags",
  82. "postversion": "npm publish",
  83. "preversion": "npm test",
  84. "test": "tap test/*.js --cov"
  85. },
  86. "version": "3.0.4"
  87. }