Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

70 rindas
1.6 KiB

pirms 3 gadiem
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minimatch@3.0.4",
  10. "_id": "minimatch@3.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  13. "_location": "/minimatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minimatch@3.0.4",
  19. "name": "minimatch",
  20. "escapedName": "minimatch",
  21. "rawSpec": "3.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.4"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/eslint",
  28. "/eslint-plugin-node",
  29. "/glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  32. "_spec": "3.0.4",
  33. "_where": "/home/ubuntu/etherpad-lite",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/minimatch/issues"
  41. },
  42. "dependencies": {
  43. "brace-expansion": "^1.1.7"
  44. },
  45. "description": "a glob matcher in javascript",
  46. "devDependencies": {
  47. "tap": "^10.3.2"
  48. },
  49. "engines": {
  50. "node": "*"
  51. },
  52. "files": [
  53. "minimatch.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/minimatch#readme",
  56. "license": "ISC",
  57. "main": "minimatch.js",
  58. "name": "minimatch",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/minimatch.git"
  62. },
  63. "scripts": {
  64. "postpublish": "git push origin --all; git push origin --tags",
  65. "postversion": "npm publish",
  66. "preversion": "npm test",
  67. "test": "tap test/*.js --cov"
  68. },
  69. "version": "3.0.4"
  70. }