package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "anymatch@^3.0.3",
  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.0.3",
  12. "name": "anymatch",
  13. "escapedName": "anymatch",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@types/webpack",
  20. "/chokidar",
  21. "/jest-haste-map"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
  24. "_shasum": "c0557c096af32f106198f4f4e2a383537e378716",
  25. "_spec": "anymatch@^3.0.3",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-haste-map",
  27. "author": {
  28. "name": "Elan Shanker",
  29. "url": "https://github.com/es128"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/micromatch/anymatch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "normalize-path": "^3.0.0",
  37. "picomatch": "^2.0.4"
  38. },
  39. "deprecated": false,
  40. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  41. "devDependencies": {
  42. "mocha": "^6.1.3",
  43. "nyc": "^14.0.0"
  44. },
  45. "engines": {
  46. "node": ">= 8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/micromatch/anymatch",
  53. "keywords": [
  54. "match",
  55. "any",
  56. "string",
  57. "file",
  58. "fs",
  59. "list",
  60. "glob",
  61. "regex",
  62. "regexp",
  63. "regular",
  64. "expression",
  65. "function"
  66. ],
  67. "license": "ISC",
  68. "name": "anymatch",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/micromatch/anymatch.git"
  72. },
  73. "scripts": {
  74. "mocha": "mocha",
  75. "test": "nyc mocha"
  76. },
  77. "version": "3.1.2"
  78. }