Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "glob@^7.1.2",
  3. "_id": "glob@7.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  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. "/cacache",
  20. "/del/globby",
  21. "/globby",
  22. "/globs",
  23. "/laravel-mix",
  24. "/rimraf"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  27. "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
  28. "_spec": "glob@^7.1.2",
  29. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/node-glob/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "fs.realpath": "^1.0.0",
  41. "inflight": "^1.0.4",
  42. "inherits": "2",
  43. "minimatch": "^3.0.4",
  44. "once": "^1.3.0",
  45. "path-is-absolute": "^1.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "a little globber",
  49. "devDependencies": {
  50. "mkdirp": "0",
  51. "rimraf": "^2.2.8",
  52. "tap": "^12.0.1",
  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. "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 test/*.js --cov",
  81. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  82. },
  83. "version": "7.1.6"
  84. }