package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "globby@6.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globby@6.1.0",
  10. "_id": "globby@6.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
  13. "_location": "/globby",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globby@6.1.0",
  19. "name": "globby",
  20. "escapedName": "globby",
  21. "rawSpec": "6.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server/del"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/globby/download/globby-6.1.0.tgz",
  29. "_spec": "6.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "glob": "^7.0.3",
  42. "object-assign": "^4.0.1",
  43. "pify": "^2.0.0",
  44. "pinkie-promise": "^2.0.0"
  45. },
  46. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  47. "devDependencies": {
  48. "ava": "*",
  49. "glob-stream": "github:gulpjs/glob-stream#master",
  50. "globby": "github:sindresorhus/globby#master",
  51. "matcha": "^0.7.0",
  52. "rimraf": "^2.2.8",
  53. "xo": "^0.16.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/globby#readme",
  62. "keywords": [
  63. "all",
  64. "array",
  65. "directories",
  66. "dirs",
  67. "expand",
  68. "files",
  69. "filesystem",
  70. "filter",
  71. "find",
  72. "fnmatch",
  73. "folders",
  74. "fs",
  75. "glob",
  76. "globbing",
  77. "globs",
  78. "gulpfriendly",
  79. "match",
  80. "matcher",
  81. "minimatch",
  82. "multi",
  83. "multiple",
  84. "paths",
  85. "pattern",
  86. "patterns",
  87. "traverse",
  88. "util",
  89. "utility",
  90. "wildcard",
  91. "wildcards",
  92. "promise"
  93. ],
  94. "license": "MIT",
  95. "name": "globby",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/globby.git"
  99. },
  100. "scripts": {
  101. "bench": "npm update glob-stream && matcha bench.js",
  102. "test": "xo && ava"
  103. },
  104. "version": "6.1.0"
  105. }