package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "glob@^7.1.4",
  3. "_id": "glob@7.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
  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. "/@jest/reporters",
  20. "/cacache",
  21. "/copy-concurrently/rimraf",
  22. "/del/globby",
  23. "/del/rimraf",
  24. "/eslint-plugin-testing-library/@typescript-eslint/typescript-estree",
  25. "/jest-config",
  26. "/jest-runtime",
  27. "/move-concurrently/rimraf",
  28. "/rimraf",
  29. "/test-exclude",
  30. "/webpack/cacache",
  31. "/webpack/rimraf",
  32. "/workbox-build"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
  35. "_shasum": "3b193e9233f01d42d0b3f78294bbeeb418f94a90",
  36. "_spec": "glob@^7.1.4",
  37. "_where": "/Users/jane/myproject/node_modules/test-exclude",
  38. "author": {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/node-glob/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "fs.realpath": "^1.0.0",
  49. "inflight": "^1.0.4",
  50. "inherits": "2",
  51. "minimatch": "^3.0.4",
  52. "once": "^1.3.0",
  53. "path-is-absolute": "^1.0.0"
  54. },
  55. "deprecated": false,
  56. "description": "a little globber",
  57. "devDependencies": {
  58. "mkdirp": "0",
  59. "rimraf": "^2.2.8",
  60. "tap": "^15.0.6",
  61. "tick": "0.0.6"
  62. },
  63. "engines": {
  64. "node": "*"
  65. },
  66. "files": [
  67. "glob.js",
  68. "sync.js",
  69. "common.js"
  70. ],
  71. "funding": {
  72. "url": "https://github.com/sponsors/isaacs"
  73. },
  74. "homepage": "https://github.com/isaacs/node-glob#readme",
  75. "license": "ISC",
  76. "main": "glob.js",
  77. "name": "glob",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/isaacs/node-glob.git"
  81. },
  82. "scripts": {
  83. "bench": "bash benchmark.sh",
  84. "benchclean": "node benchclean.js",
  85. "prepublish": "npm run benchclean",
  86. "prof": "bash prof.sh && cat profile.txt",
  87. "profclean": "rm -f v8.log profile.txt",
  88. "test": "tap",
  89. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  90. },
  91. "tap": {
  92. "before": "test/00-setup.js",
  93. "after": "test/zz-cleanup.js",
  94. "jobs": 1
  95. },
  96. "version": "7.1.7"
  97. }