package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "glob@^7.1.4",
  3. "_id": "glob@7.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^7.1.4",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.4"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/rimraf"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  23. "_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
  24. "_spec": "glob@^7.1.4",
  25. "_where": "E:\\psy_web_share\\node_modules\\cacache",
  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.1.1",
  40. "once": "^1.3.0",
  41. "path-is-absolute": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "a little globber",
  45. "devDependencies": {
  46. "memfs": "^3.2.0",
  47. "mkdirp": "0",
  48. "rimraf": "^2.2.8",
  49. "tap": "^15.0.6",
  50. "tick": "0.0.6"
  51. },
  52. "engines": {
  53. "node": "*"
  54. },
  55. "files": [
  56. "glob.js",
  57. "sync.js",
  58. "common.js"
  59. ],
  60. "funding": {
  61. "url": "https://github.com/sponsors/isaacs"
  62. },
  63. "homepage": "https://github.com/isaacs/node-glob#readme",
  64. "license": "ISC",
  65. "main": "glob.js",
  66. "name": "glob",
  67. "publishConfig": {
  68. "tag": "v7-legacy"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/isaacs/node-glob.git"
  73. },
  74. "scripts": {
  75. "bench": "bash benchmark.sh",
  76. "benchclean": "node benchclean.js",
  77. "prepublish": "npm run benchclean",
  78. "prof": "bash prof.sh && cat profile.txt",
  79. "profclean": "rm -f v8.log profile.txt",
  80. "test": "tap",
  81. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  82. },
  83. "tap": {
  84. "before": "test/00-setup.js",
  85. "after": "test/zz-cleanup.js",
  86. "jobs": 1
  87. },
  88. "version": "7.2.3"
  89. }