package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.6",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_from": "glob@7.1.6",
  9. "_id": "glob@7.1.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  12. "_location": "/glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "glob@7.1.6",
  18. "name": "glob",
  19. "escapedName": "glob",
  20. "rawSpec": "7.1.6",
  21. "saveSpec": null,
  22. "fetchSpec": "7.1.6"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-plugin-eslint/globby",
  26. "/@vue/cli-plugin-eslint/rimraf",
  27. "/@vue/cli-service/cacache",
  28. "/@vue/cli-service/copy-webpack-plugin/globby",
  29. "/@vue/cli-service/globby",
  30. "/@vue/cli-service/rimraf",
  31. "/archiver",
  32. "/archiver-utils",
  33. "/cacache",
  34. "/copy-concurrently/rimraf",
  35. "/cpx",
  36. "/del/globby",
  37. "/filemanager-webpack-plugin/rimraf",
  38. "/flat-cache/rimraf",
  39. "/move-concurrently/rimraf",
  40. "/mz-modules",
  41. "/mz-modules/rimraf",
  42. "/node-plop/globby",
  43. "/rimraf",
  44. "/terser-webpack-plugin/cacache",
  45. "/terser-webpack-plugin/rimraf",
  46. "/webpack-dev-server/globby",
  47. "/webpack-dev-server/rimraf"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  50. "_spec": "7.1.6",
  51. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  52. "author": {
  53. "name": "Isaac Z. Schlueter",
  54. "email": "i@izs.me",
  55. "url": "http://blog.izs.me/"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/isaacs/node-glob/issues"
  59. },
  60. "dependencies": {
  61. "fs.realpath": "^1.0.0",
  62. "inflight": "^1.0.4",
  63. "inherits": "2",
  64. "minimatch": "^3.0.4",
  65. "once": "^1.3.0",
  66. "path-is-absolute": "^1.0.0"
  67. },
  68. "description": "a little globber",
  69. "devDependencies": {
  70. "mkdirp": "0",
  71. "rimraf": "^2.2.8",
  72. "tap": "^12.0.1",
  73. "tick": "0.0.6"
  74. },
  75. "engines": {
  76. "node": "*"
  77. },
  78. "files": [
  79. "glob.js",
  80. "sync.js",
  81. "common.js"
  82. ],
  83. "funding": {
  84. "url": "https://github.com/sponsors/isaacs"
  85. },
  86. "homepage": "https://github.com/isaacs/node-glob#readme",
  87. "license": "ISC",
  88. "main": "glob.js",
  89. "name": "glob",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/isaacs/node-glob.git"
  93. },
  94. "scripts": {
  95. "bench": "bash benchmark.sh",
  96. "benchclean": "node benchclean.js",
  97. "prepublish": "npm run benchclean",
  98. "prof": "bash prof.sh && cat profile.txt",
  99. "profclean": "rm -f v8.log profile.txt",
  100. "test": "tap test/*.js --cov",
  101. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  102. },
  103. "version": "7.1.6"
  104. }