package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "globby@^6.1.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
  6. "_location": "/globby",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globby@^6.1.0",
  12. "name": "globby",
  13. "escapedName": "globby",
  14. "rawSpec": "^6.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.1.0"
  17. },
  18. "_requiredBy": [
  19. "/del"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
  22. "_shasum": "f5a6d70e8395e21c858fb0489d64df02424d506c",
  23. "_spec": "globby@^6.1.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\del",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/globby/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "array-union": "^1.0.1",
  36. "glob": "^7.0.3",
  37. "object-assign": "^4.0.1",
  38. "pify": "^2.0.0",
  39. "pinkie-promise": "^2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  43. "devDependencies": {
  44. "ava": "*",
  45. "glob-stream": "github:gulpjs/glob-stream#master",
  46. "globby": "github:sindresorhus/globby#master",
  47. "matcha": "^0.7.0",
  48. "rimraf": "^2.2.8",
  49. "xo": "^0.16.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/globby#readme",
  58. "keywords": [
  59. "all",
  60. "array",
  61. "directories",
  62. "dirs",
  63. "expand",
  64. "files",
  65. "filesystem",
  66. "filter",
  67. "find",
  68. "fnmatch",
  69. "folders",
  70. "fs",
  71. "glob",
  72. "globbing",
  73. "globs",
  74. "gulpfriendly",
  75. "match",
  76. "matcher",
  77. "minimatch",
  78. "multi",
  79. "multiple",
  80. "paths",
  81. "pattern",
  82. "patterns",
  83. "traverse",
  84. "util",
  85. "utility",
  86. "wildcard",
  87. "wildcards",
  88. "promise"
  89. ],
  90. "license": "MIT",
  91. "name": "globby",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/globby.git"
  95. },
  96. "scripts": {
  97. "bench": "npm update glob-stream && matcha bench.js",
  98. "test": "xo && ava"
  99. },
  100. "version": "6.1.0"
  101. }