package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "glob@7.2.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob@7.2.3",
  10. "_id": "glob@7.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  13. "_location": "/glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob@7.2.3",
  19. "name": "glob",
  20. "escapedName": "glob",
  21. "rawSpec": "7.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "7.2.3"
  24. },
  25. "_requiredBy": [
  26. "/rimraf"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  29. "_spec": "7.2.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/node-glob/issues"
  38. },
  39. "dependencies": {
  40. "fs.realpath": "^1.0.0",
  41. "inflight": "^1.0.4",
  42. "inherits": "2",
  43. "minimatch": "^3.1.1",
  44. "once": "^1.3.0",
  45. "path-is-absolute": "^1.0.0"
  46. },
  47. "description": "a little globber",
  48. "devDependencies": {
  49. "memfs": "^3.2.0",
  50. "mkdirp": "0",
  51. "rimraf": "^2.2.8",
  52. "tap": "^15.0.6",
  53. "tick": "0.0.6"
  54. },
  55. "engines": {
  56. "node": "*"
  57. },
  58. "files": [
  59. "glob.js",
  60. "sync.js",
  61. "common.js"
  62. ],
  63. "funding": {
  64. "url": "https://github.com/sponsors/isaacs"
  65. },
  66. "homepage": "https://github.com/isaacs/node-glob#readme",
  67. "license": "ISC",
  68. "main": "glob.js",
  69. "name": "glob",
  70. "publishConfig": {
  71. "tag": "v7-legacy"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/isaacs/node-glob.git"
  76. },
  77. "scripts": {
  78. "bench": "bash benchmark.sh",
  79. "benchclean": "node benchclean.js",
  80. "prepublish": "npm run benchclean",
  81. "prof": "bash prof.sh && cat profile.txt",
  82. "profclean": "rm -f v8.log profile.txt",
  83. "test": "tap",
  84. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  85. },
  86. "tap": {
  87. "before": "test/00-setup.js",
  88. "after": "test/zz-cleanup.js",
  89. "jobs": 1
  90. },
  91. "version": "7.2.3"
  92. }