package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "anymatch@3.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "anymatch@3.1.2",
  10. "_id": "anymatch@3.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wFV8CWrzLxBhmPT04qODU343hxY=",
  13. "_location": "/anymatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "anymatch@3.1.2",
  19. "name": "anymatch",
  20. "escapedName": "anymatch",
  21. "rawSpec": "3.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.2"
  24. },
  25. "_requiredBy": [
  26. "/@types/webpack",
  27. "/chokidar"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/anymatch/download/anymatch-3.1.2.tgz?cache=0&sync_timestamp=1617747806715&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fanymatch%2Fdownload%2Fanymatch-3.1.2.tgz",
  30. "_spec": "3.1.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.2"
  81. }