package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "anymatch@3.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "anymatch@3.1.1",
  10. "_id": "anymatch@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
  13. "_location": "/anymatch",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "anymatch@3.1.1",
  20. "name": "anymatch",
  21. "escapedName": "anymatch",
  22. "rawSpec": "3.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "3.1.1"
  25. },
  26. "_requiredBy": [
  27. "/chokidar"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  30. "_spec": "3.1.1",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Elan Shanker",
  34. "url": "https://github.com/es128"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/micromatch/anymatch/issues"
  38. },
  39. "dependencies": {
  40. "normalize-path": "^3.0.0",
  41. "picomatch": "^2.0.4"
  42. },
  43. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  44. "devDependencies": {
  45. "mocha": "^6.1.3",
  46. "nyc": "^14.0.0"
  47. },
  48. "engines": {
  49. "node": ">= 8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/micromatch/anymatch",
  56. "keywords": [
  57. "match",
  58. "any",
  59. "string",
  60. "file",
  61. "fs",
  62. "list",
  63. "glob",
  64. "regex",
  65. "regexp",
  66. "regular",
  67. "expression",
  68. "function"
  69. ],
  70. "license": "ISC",
  71. "name": "anymatch",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/micromatch/anymatch.git"
  75. },
  76. "scripts": {
  77. "mocha": "mocha",
  78. "test": "nyc mocha"
  79. },
  80. "version": "3.1.1"
  81. }