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.

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