package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "glob@7.1.2",
  3. "_id": "glob@7.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "glob@7.1.2",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "7.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "7.1.2"
  17. },
  18. "_requiredBy": [
  19. "/miniprogram-ci",
  20. "/read-package-json"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/glob/-/glob-7.1.2.tgz",
  23. "_shasum": "c19c9df9a028702d678612384a6552404c636d15",
  24. "_spec": "glob@7.1.2",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/node-glob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "fs.realpath": "^1.0.0",
  37. "inflight": "^1.0.4",
  38. "inherits": "2",
  39. "minimatch": "^3.0.4",
  40. "once": "^1.3.0",
  41. "path-is-absolute": "^1.0.0"
  42. },
  43. "deprecated": "Glob versions prior to v9 are no longer supported",
  44. "description": "a little globber",
  45. "devDependencies": {
  46. "mkdirp": "0",
  47. "rimraf": "^2.2.8",
  48. "tap": "^7.1.2",
  49. "tick": "0.0.6"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "files": [
  55. "glob.js",
  56. "sync.js",
  57. "common.js"
  58. ],
  59. "homepage": "https://github.com/isaacs/node-glob#readme",
  60. "license": "ISC",
  61. "main": "glob.js",
  62. "name": "glob",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/node-glob.git"
  66. },
  67. "scripts": {
  68. "bench": "bash benchmark.sh",
  69. "benchclean": "node benchclean.js",
  70. "prepublish": "npm run benchclean",
  71. "prof": "bash prof.sh && cat profile.txt",
  72. "profclean": "rm -f v8.log profile.txt",
  73. "test": "tap test/*.js --cov",
  74. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  75. },
  76. "version": "7.1.2"
  77. }