package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.7",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob@7.1.7",
  10. "_id": "glob@7.1.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Oxk+kjPwHULQs/eClLvutBj5SpA=",
  13. "_location": "/glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob@7.1.7",
  19. "name": "glob",
  20. "escapedName": "glob",
  21. "rawSpec": "7.1.7",
  22. "saveSpec": null,
  23. "fetchSpec": "7.1.7"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/copy-webpack-plugin/globby",
  28. "/del/globby",
  29. "/flat-cache/rimraf",
  30. "/globby",
  31. "/globule",
  32. "/node-gyp",
  33. "/node-sass",
  34. "/rimraf",
  35. "/sass-graph",
  36. "/true-case-path",
  37. "/workbox-build"
  38. ],
  39. "_resolved": "https://registry.nlark.com/glob/download/glob-7.1.7.tgz?cache=0&sync_timestamp=1620337498129&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglob%2Fdownload%2Fglob-7.1.7.tgz",
  40. "_spec": "7.1.7",
  41. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  42. "author": {
  43. "name": "Isaac Z. Schlueter",
  44. "email": "i@izs.me",
  45. "url": "http://blog.izs.me/"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/isaacs/node-glob/issues"
  49. },
  50. "dependencies": {
  51. "fs.realpath": "^1.0.0",
  52. "inflight": "^1.0.4",
  53. "inherits": "2",
  54. "minimatch": "^3.0.4",
  55. "once": "^1.3.0",
  56. "path-is-absolute": "^1.0.0"
  57. },
  58. "description": "a little globber",
  59. "devDependencies": {
  60. "mkdirp": "0",
  61. "rimraf": "^2.2.8",
  62. "tap": "^15.0.6",
  63. "tick": "0.0.6"
  64. },
  65. "engines": {
  66. "node": "*"
  67. },
  68. "files": [
  69. "glob.js",
  70. "sync.js",
  71. "common.js"
  72. ],
  73. "funding": {
  74. "url": "https://github.com/sponsors/isaacs"
  75. },
  76. "homepage": "https://github.com/isaacs/node-glob#readme",
  77. "license": "ISC",
  78. "main": "glob.js",
  79. "name": "glob",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/isaacs/node-glob.git"
  83. },
  84. "scripts": {
  85. "bench": "bash benchmark.sh",
  86. "benchclean": "node benchclean.js",
  87. "prepublish": "npm run benchclean",
  88. "prof": "bash prof.sh && cat profile.txt",
  89. "profclean": "rm -f v8.log profile.txt",
  90. "test": "tap",
  91. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  92. },
  93. "tap": {
  94. "before": "test/00-setup.js",
  95. "after": "test/zz-cleanup.js",
  96. "jobs": 1
  97. },
  98. "version": "7.1.7"
  99. }