package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "glob@7.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  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-plugin-eslint/eslint",
  26. "/babel-plugin-module-resolver",
  27. "/cacache",
  28. "/copy-webpack-plugin/cacache",
  29. "/copy-webpack-plugin/globby",
  30. "/del/globby",
  31. "/eslint/rimraf",
  32. "/flat-cache/rimraf",
  33. "/globby",
  34. "/node-gyp",
  35. "/node-sass",
  36. "/rimraf",
  37. "/sass-graph",
  38. "/stylus",
  39. "/true-case-path"
  40. ],
  41. "_resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.0.tgz",
  42. "_spec": "7.2.0",
  43. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  44. "author": {
  45. "name": "Isaac Z. Schlueter",
  46. "email": "i@izs.me",
  47. "url": "http://blog.izs.me/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/isaacs/node-glob/issues"
  51. },
  52. "dependencies": {
  53. "fs.realpath": "^1.0.0",
  54. "inflight": "^1.0.4",
  55. "inherits": "2",
  56. "minimatch": "^3.0.4",
  57. "once": "^1.3.0",
  58. "path-is-absolute": "^1.0.0"
  59. },
  60. "description": "a little globber",
  61. "devDependencies": {
  62. "memfs": "^3.2.0",
  63. "mkdirp": "0",
  64. "rimraf": "^2.2.8",
  65. "tap": "^15.0.6",
  66. "tick": "0.0.6"
  67. },
  68. "engines": {
  69. "node": "*"
  70. },
  71. "files": [
  72. "glob.js",
  73. "sync.js",
  74. "common.js"
  75. ],
  76. "funding": {
  77. "url": "https://github.com/sponsors/isaacs"
  78. },
  79. "homepage": "https://github.com/isaacs/node-glob#readme",
  80. "license": "ISC",
  81. "main": "glob.js",
  82. "name": "glob",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/isaacs/node-glob.git"
  86. },
  87. "scripts": {
  88. "bench": "bash benchmark.sh",
  89. "benchclean": "node benchclean.js",
  90. "prepublish": "npm run benchclean",
  91. "prof": "bash prof.sh && cat profile.txt",
  92. "profclean": "rm -f v8.log profile.txt",
  93. "test": "tap",
  94. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  95. },
  96. "tap": {
  97. "before": "test/00-setup.js",
  98. "after": "test/zz-cleanup.js",
  99. "jobs": 1
  100. },
  101. "version": "7.2.0"
  102. }