package.json 2.2 KB

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