package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "globby@9.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globby@9.2.0",
  10. "_id": "globby@9.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/QKacGxwPSm90XD0tts6P3p8tj0=",
  13. "_location": "/globby",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globby@9.2.0",
  19. "name": "globby",
  20. "escapedName": "globby",
  21. "rawSpec": "9.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "9.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint",
  27. "/@vue/cli-service"
  28. ],
  29. "_resolved": "https://registry.nlark.com/globby/download/globby-9.2.0.tgz?cache=0&sync_timestamp=1629801109090&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglobby%2Fdownload%2Fglobby-9.2.0.tgz",
  30. "_spec": "9.2.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/globby/issues"
  39. },
  40. "dependencies": {
  41. "@types/glob": "^7.1.1",
  42. "array-union": "^1.0.2",
  43. "dir-glob": "^2.2.2",
  44. "fast-glob": "^2.2.6",
  45. "glob": "^7.1.3",
  46. "ignore": "^4.0.3",
  47. "pify": "^4.0.1",
  48. "slash": "^2.0.0"
  49. },
  50. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  51. "devDependencies": {
  52. "ava": "^1.4.1",
  53. "glob-stream": "^6.1.0",
  54. "globby": "github:sindresorhus/globby#master",
  55. "matcha": "^0.7.0",
  56. "rimraf": "^2.6.3",
  57. "tsd": "^0.7.1",
  58. "xo": "^0.24.0"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "files": [
  64. "index.js",
  65. "gitignore.js",
  66. "index.d.ts"
  67. ],
  68. "homepage": "https://github.com/sindresorhus/globby#readme",
  69. "keywords": [
  70. "all",
  71. "array",
  72. "directories",
  73. "dirs",
  74. "expand",
  75. "files",
  76. "filesystem",
  77. "filter",
  78. "find",
  79. "fnmatch",
  80. "folders",
  81. "fs",
  82. "glob",
  83. "globbing",
  84. "globs",
  85. "gulpfriendly",
  86. "match",
  87. "matcher",
  88. "minimatch",
  89. "multi",
  90. "multiple",
  91. "paths",
  92. "pattern",
  93. "patterns",
  94. "traverse",
  95. "util",
  96. "utility",
  97. "wildcard",
  98. "wildcards",
  99. "promise",
  100. "gitignore",
  101. "git"
  102. ],
  103. "license": "MIT",
  104. "name": "globby",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/sindresorhus/globby.git"
  108. },
  109. "scripts": {
  110. "bench": "npm update glob-stream fast-glob && matcha bench.js",
  111. "test": "xo && ava && tsd"
  112. },
  113. "version": "9.2.0",
  114. "xo": {
  115. "ignores": [
  116. "fixtures"
  117. ]
  118. }
  119. }