package.json 2.2 KB

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