package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "glob-parent@^5.1.0",
  3. "_id": "glob-parent@5.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  6. "_location": "/glob-parent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob-parent@^5.1.0",
  12. "name": "glob-parent",
  13. "escapedName": "glob-parent",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/eslint",
  21. "/fast-glob"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  24. "_shasum": "869832c58034fe68a4093c17dc15e8340d8401c4",
  25. "_spec": "glob-parent@^5.1.0",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\fast-glob",
  27. "author": {
  28. "name": "Gulp Team",
  29. "email": "team@gulpjs.com",
  30. "url": "https://gulpjs.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/gulpjs/glob-parent/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Elan Shanker",
  39. "url": "https://github.com/es128"
  40. },
  41. {
  42. "name": "Blaine Bublitz",
  43. "email": "blaine.bublitz@gmail.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "is-glob": "^4.0.1"
  48. },
  49. "deprecated": false,
  50. "description": "Extract the non-magic parent path from a glob string.",
  51. "devDependencies": {
  52. "coveralls": "^3.0.11",
  53. "eslint": "^2.13.1",
  54. "eslint-config-gulp": "^3.0.1",
  55. "expect": "^1.20.2",
  56. "mocha": "^6.0.2",
  57. "nyc": "^13.3.0"
  58. },
  59. "engines": {
  60. "node": ">= 6"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/gulpjs/glob-parent#readme",
  67. "keywords": [
  68. "glob",
  69. "parent",
  70. "strip",
  71. "path",
  72. "dirname",
  73. "directory",
  74. "base",
  75. "wildcard"
  76. ],
  77. "license": "ISC",
  78. "main": "index.js",
  79. "name": "glob-parent",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/gulpjs/glob-parent.git"
  83. },
  84. "scripts": {
  85. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  86. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  87. "lint": "eslint .",
  88. "pretest": "npm run lint",
  89. "test": "nyc mocha --async-only"
  90. },
  91. "version": "5.1.2"
  92. }