package.json 1.7 KB

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