package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "anymatch@2.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "anymatch@2.0.0",
  10. "_id": "anymatch@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  13. "_location": "/anymatch",
  14. "_phantomChildren": {
  15. "arr-flatten": "1.1.0",
  16. "debug": "2.6.9",
  17. "define-property": "2.0.2",
  18. "extend-shallow": "3.0.2",
  19. "fragment-cache": "0.2.1",
  20. "is-buffer": "1.1.6",
  21. "is-extendable": "0.1.1",
  22. "nanomatch": "1.2.13",
  23. "object.pick": "1.3.0",
  24. "posix-character-classes": "0.1.1",
  25. "regex-not": "1.0.2",
  26. "repeat-element": "1.1.4",
  27. "repeat-string": "1.6.1",
  28. "snapdragon": "0.8.2",
  29. "snapdragon-node": "2.1.1",
  30. "split-string": "3.1.0",
  31. "to-regex": "3.0.2",
  32. "to-regex-range": "2.1.1"
  33. },
  34. "_requested": {
  35. "type": "version",
  36. "registry": true,
  37. "raw": "anymatch@2.0.0",
  38. "name": "anymatch",
  39. "escapedName": "anymatch",
  40. "rawSpec": "2.0.0",
  41. "saveSpec": null,
  42. "fetchSpec": "2.0.0"
  43. },
  44. "_requiredBy": [
  45. "/sane",
  46. "/watchpack-chokidar2/chokidar",
  47. "/webpack-dev-server/chokidar"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  50. "_spec": "2.0.0",
  51. "_where": "E:\\2023\\5\\myjadmin",
  52. "author": {
  53. "name": "Elan Shanker",
  54. "url": "http://github.com/es128"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/micromatch/anymatch/issues"
  58. },
  59. "dependencies": {
  60. "micromatch": "^3.1.4",
  61. "normalize-path": "^2.1.1"
  62. },
  63. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  64. "devDependencies": {
  65. "coveralls": "^2.7.0",
  66. "istanbul": "^0.4.5",
  67. "mocha": "^3.0.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/micromatch/anymatch",
  73. "keywords": [
  74. "match",
  75. "any",
  76. "string",
  77. "file",
  78. "fs",
  79. "list",
  80. "glob",
  81. "regex",
  82. "regexp",
  83. "regular",
  84. "expression",
  85. "function"
  86. ],
  87. "license": "ISC",
  88. "name": "anymatch",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/micromatch/anymatch.git"
  92. },
  93. "scripts": {
  94. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  95. },
  96. "version": "2.0.0"
  97. }