You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "glob@^7.1.1",
  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.1",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.1"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  22. "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
  23. "_spec": "glob@^7.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-stream",
  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. "funding": {
  59. "url": "https://github.com/sponsors/isaacs"
  60. },
  61. "homepage": "https://github.com/isaacs/node-glob#readme",
  62. "license": "ISC",
  63. "main": "glob.js",
  64. "name": "glob",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/isaacs/node-glob.git"
  68. },
  69. "scripts": {
  70. "bench": "bash benchmark.sh",
  71. "benchclean": "node benchclean.js",
  72. "prepublish": "npm run benchclean",
  73. "prof": "bash prof.sh && cat profile.txt",
  74. "profclean": "rm -f v8.log profile.txt",
  75. "test": "tap test/*.js --cov",
  76. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  77. },
  78. "version": "7.1.6"
  79. }