package.json 2.1 KB

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