package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "globby@7.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globby@7.1.1",
  10. "_id": "globby@7.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
  13. "_location": "/globby",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globby@7.1.1",
  19. "name": "globby",
  20. "escapedName": "globby",
  21. "rawSpec": "7.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "7.1.1"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz",
  29. "_spec": "7.1.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/globby/issues"
  38. },
  39. "dependencies": {
  40. "array-union": "^1.0.1",
  41. "dir-glob": "^2.0.0",
  42. "glob": "^7.1.2",
  43. "ignore": "^3.3.5",
  44. "pify": "^3.0.0",
  45. "slash": "^1.0.0"
  46. },
  47. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  48. "devDependencies": {
  49. "ava": "*",
  50. "fast-glob": "^1.0.1",
  51. "glob-stream": "^6.1.0",
  52. "globby": "github:sindresorhus/globby#master",
  53. "matcha": "^0.7.0",
  54. "rimraf": "^2.2.8",
  55. "xo": "^0.18.0"
  56. },
  57. "engines": {
  58. "node": ">=4"
  59. },
  60. "files": [
  61. "index.js",
  62. "gitignore.js"
  63. ],
  64. "homepage": "https://github.com/sindresorhus/globby#readme",
  65. "keywords": [
  66. "all",
  67. "array",
  68. "directories",
  69. "dirs",
  70. "expand",
  71. "files",
  72. "filesystem",
  73. "filter",
  74. "find",
  75. "fnmatch",
  76. "folders",
  77. "fs",
  78. "glob",
  79. "globbing",
  80. "globs",
  81. "gulpfriendly",
  82. "match",
  83. "matcher",
  84. "minimatch",
  85. "multi",
  86. "multiple",
  87. "paths",
  88. "pattern",
  89. "patterns",
  90. "traverse",
  91. "util",
  92. "utility",
  93. "wildcard",
  94. "wildcards",
  95. "promise",
  96. "gitignore",
  97. "git"
  98. ],
  99. "license": "MIT",
  100. "name": "globby",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/globby.git"
  104. },
  105. "scripts": {
  106. "bench": "npm update glob-stream fast-glob && matcha bench.js",
  107. "test": "xo && ava"
  108. },
  109. "version": "7.1.1"
  110. }