package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.6",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob@7.1.6",
  10. "_id": "glob@7.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
  13. "_location": "/glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob@7.1.6",
  19. "name": "glob",
  20. "escapedName": "glob",
  21. "rawSpec": "7.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "7.1.6"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache",
  27. "/cacache",
  28. "/copy-webpack-plugin/globby",
  29. "/del/globby",
  30. "/flat-cache/rimraf",
  31. "/globby",
  32. "/rimraf"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/glob/download/glob-7.1.6.tgz",
  35. "_spec": "7.1.6",
  36. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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. "mkdirp": "0",
  56. "rimraf": "^2.2.8",
  57. "tap": "^12.0.1",
  58. "tick": "0.0.6"
  59. },
  60. "engines": {
  61. "node": "*"
  62. },
  63. "files": [
  64. "glob.js",
  65. "sync.js",
  66. "common.js"
  67. ],
  68. "funding": {
  69. "url": "https://github.com/sponsors/isaacs"
  70. },
  71. "homepage": "https://github.com/isaacs/node-glob#readme",
  72. "license": "ISC",
  73. "main": "glob.js",
  74. "name": "glob",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/isaacs/node-glob.git"
  78. },
  79. "scripts": {
  80. "bench": "bash benchmark.sh",
  81. "benchclean": "node benchclean.js",
  82. "prepublish": "npm run benchclean",
  83. "prof": "bash prof.sh && cat profile.txt",
  84. "profclean": "rm -f v8.log profile.txt",
  85. "test": "tap test/*.js --cov",
  86. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  87. },
  88. "version": "7.1.6"
  89. }