package.json 2.2 KB

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