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.

97 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "ignore@4.0.6",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore@4.0.6",
  10. "_id": "ignore@4.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
  13. "_location": "/ignore",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ignore@4.0.6",
  19. "name": "ignore",
  20. "escapedName": "ignore",
  21. "rawSpec": "4.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.6"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
  30. "_spec": "4.0.6",
  31. "_where": "/home/ubuntu/etherpad-lite",
  32. "author": {
  33. "name": "kael"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/kaelzhang/node-ignore/issues"
  37. },
  38. "description": "Ignore is a manager and filter for .gitignore rules.",
  39. "devDependencies": {
  40. "babel-cli": "^6.26.0",
  41. "babel-preset-env": "^1.7.0",
  42. "codecov": "^3.0.4",
  43. "eslint": "^5.3.0",
  44. "eslint-config-ostai": "^1.3.2",
  45. "eslint-plugin-import": "^2.13.0",
  46. "mkdirp": "^0.5.1",
  47. "pre-suf": "^1.1.0",
  48. "rimraf": "^2.6.2",
  49. "spawn-sync": "^2.0.0",
  50. "tap": "^12.0.1",
  51. "tmp": "0.0.33",
  52. "typescript": "^3.0.1"
  53. },
  54. "engines": {
  55. "node": ">= 4"
  56. },
  57. "files": [
  58. "legacy.js",
  59. "index.js",
  60. "index.d.ts",
  61. "LICENSE-MIT"
  62. ],
  63. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  64. "keywords": [
  65. "ignore",
  66. ".gitignore",
  67. "gitignore",
  68. "npmignore",
  69. "rules",
  70. "manager",
  71. "filter",
  72. "regexp",
  73. "regex",
  74. "fnmatch",
  75. "glob",
  76. "asterisks",
  77. "regular-expression"
  78. ],
  79. "license": "MIT",
  80. "name": "ignore",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  84. },
  85. "scripts": {
  86. "build": "babel -o legacy.js index.js",
  87. "posttest": "tap --coverage-report=html && codecov",
  88. "prepublish": "npm run build",
  89. "test": "npm run test-no-cov",
  90. "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
  91. "test:git": "tap test/git-check-ignore.js",
  92. "test:ignore": "tap test/ignore.js --coverage",
  93. "test:lint": "eslint .",
  94. "test:tsc": "tsc ./test/ts/simple.ts"
  95. },
  96. "version": "4.0.6"
  97. }