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.

94 lines
2.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@5.1.1",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob-parent@5.1.1",
  10. "_id": "glob-parent@5.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
  13. "_location": "/glob-parent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob-parent@5.1.1",
  19. "name": "glob-parent",
  20. "escapedName": "glob-parent",
  21. "rawSpec": "5.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.1"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
  29. "_spec": "5.1.1",
  30. "_where": "/home/ubuntu/etherpad-lite",
  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.1"
  51. },
  52. "description": "Extract the non-magic parent path from a glob string.",
  53. "devDependencies": {
  54. "coveralls": "^3.0.11",
  55. "eslint": "^2.13.1",
  56. "eslint-config-gulp": "^3.0.1",
  57. "expect": "^1.20.2",
  58. "mocha": "^6.0.2",
  59. "nyc": "^13.3.0"
  60. },
  61. "engines": {
  62. "node": ">= 6"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/gulpjs/glob-parent#readme",
  69. "keywords": [
  70. "glob",
  71. "parent",
  72. "strip",
  73. "path",
  74. "dirname",
  75. "directory",
  76. "base",
  77. "wildcard"
  78. ],
  79. "license": "ISC",
  80. "main": "index.js",
  81. "name": "glob-parent",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/gulpjs/glob-parent.git"
  85. },
  86. "scripts": {
  87. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  88. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  89. "lint": "eslint .",
  90. "pretest": "npm run lint",
  91. "test": "nyc mocha --async-only"
  92. },
  93. "version": "5.1.1"
  94. }