package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "dir-glob@^2.0.0",
  3. "_id": "dir-glob@2.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==",
  6. "_location": "/dir-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dir-glob@^2.0.0",
  12. "name": "dir-glob",
  13. "escapedName": "dir-glob",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/globby",
  20. "/globby"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz",
  23. "_shasum": "fa09f0694153c8918b18ba0deafae94769fc50c4",
  24. "_spec": "dir-glob@^2.0.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\copy-webpack-plugin\\node_modules\\globby",
  26. "author": {
  27. "name": "Kevin Mårtensson",
  28. "email": "kevinmartensson@gmail.com",
  29. "url": "github.com/kevva"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/kevva/dir-glob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "path-type": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Convert directories to glob compatible strings",
  40. "devDependencies": {
  41. "ava": "^0.25.0",
  42. "del": "^3.0.0",
  43. "make-dir": "^1.0.0",
  44. "rimraf": "^2.5.0",
  45. "xo": "^0.20.3"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/kevva/dir-glob#readme",
  54. "keywords": [
  55. "convert",
  56. "directory",
  57. "extensions",
  58. "files",
  59. "glob"
  60. ],
  61. "license": "MIT",
  62. "name": "dir-glob",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/kevva/dir-glob.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava"
  69. },
  70. "version": "2.2.2"
  71. }