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.

100 lines
2.2 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@6.0.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob-parent@6.0.2",
  10. "_id": "glob-parent@6.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  13. "_location": "/glob-parent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob-parent@6.0.2",
  19. "name": "glob-parent",
  20. "escapedName": "glob-parent",
  21. "rawSpec": "6.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.2"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  29. "_spec": "6.0.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Gulp Team",
  33. "email": "team@gulpjs.com",
  34. "url": "https://gulpjs.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/gulpjs/glob-parent/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Elan Shanker",
  42. "url": "https://github.com/es128"
  43. },
  44. {
  45. "name": "Blaine Bublitz",
  46. "email": "blaine.bublitz@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "is-glob": "^4.0.3"
  51. },
  52. "description": "Extract the non-magic parent path from a glob string.",
  53. "devDependencies": {
  54. "eslint": "^7.0.0",
  55. "eslint-config-gulp": "^5.0.0",
  56. "expect": "^26.0.1",
  57. "mocha": "^7.1.2",
  58. "nyc": "^15.0.1"
  59. },
  60. "engines": {
  61. "node": ">=10.13.0"
  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. "nyc": {
  82. "reporter": [
  83. "lcov",
  84. "text-summary"
  85. ]
  86. },
  87. "prettier": {
  88. "singleQuote": true
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/gulpjs/glob-parent.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint .",
  96. "pretest": "npm run lint",
  97. "test": "nyc mocha --async-only"
  98. },
  99. "version": "6.0.2"
  100. }