package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "glob@^7.1.3",
  3. "_id": "glob@7.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
  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. "/express-handlebars"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
  22. "_shasum": "aa608a2f6c577ad357e1ae5a5c26d9a8d1969255",
  23. "_spec": "glob@^7.1.3",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\express-handlebars",
  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. "mkdirp": "0",
  46. "rimraf": "^2.2.8",
  47. "tap": "^12.0.1",
  48. "tick": "0.0.6"
  49. },
  50. "engines": {
  51. "node": "*"
  52. },
  53. "files": [
  54. "glob.js",
  55. "sync.js",
  56. "common.js"
  57. ],
  58. "homepage": "https://github.com/isaacs/node-glob#readme",
  59. "license": "ISC",
  60. "main": "glob.js",
  61. "name": "glob",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/node-glob.git"
  65. },
  66. "scripts": {
  67. "bench": "bash benchmark.sh",
  68. "benchclean": "node benchclean.js",
  69. "prepublish": "npm run benchclean",
  70. "prof": "bash prof.sh && cat profile.txt",
  71. "profclean": "rm -f v8.log profile.txt",
  72. "test": "tap test/*.js --cov",
  73. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  74. },
  75. "version": "7.1.4"
  76. }