package.json 1.8 KB

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