package.json 2.1 KB

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