package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "anymatch@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "anymatch@2.0.0",
  9. "_id": "anymatch@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  12. "_location": "/anymatch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "anymatch@2.0.0",
  18. "name": "anymatch",
  19. "escapedName": "anymatch",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@angular/compiler-cli/chokidar",
  26. "/chokidar",
  27. "/watchpack/chokidar",
  28. "/webpack-dev-server/chokidar"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Elan Shanker",
  35. "url": "http://github.com/es128"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/micromatch/anymatch/issues"
  39. },
  40. "dependencies": {
  41. "micromatch": "^3.1.4",
  42. "normalize-path": "^2.1.1"
  43. },
  44. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  45. "devDependencies": {
  46. "coveralls": "^2.7.0",
  47. "istanbul": "^0.4.5",
  48. "mocha": "^3.0.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/micromatch/anymatch",
  54. "keywords": [
  55. "match",
  56. "any",
  57. "string",
  58. "file",
  59. "fs",
  60. "list",
  61. "glob",
  62. "regex",
  63. "regexp",
  64. "regular",
  65. "expression",
  66. "function"
  67. ],
  68. "license": "ISC",
  69. "name": "anymatch",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/micromatch/anymatch.git"
  73. },
  74. "scripts": {
  75. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  76. },
  77. "version": "2.0.0"
  78. }