package.json 2.3 KB

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