Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "anymatch@2.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "anymatch@2.0.0",
  9. "_id": "anymatch@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  12. "_location": "/anymatch",
  13. "_phantomChildren": {
  14. "remove-trailing-separator": "1.1.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "anymatch@2.0.0",
  20. "name": "anymatch",
  21. "escapedName": "anymatch",
  22. "rawSpec": "2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/chokidar",
  28. "/sane"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Elan Shanker",
  35. "url": "http://github.com/es128"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/micromatch/anymatch/issues"
  39. },
  40. "dependencies": {
  41. "micromatch": "^3.1.4",
  42. "normalize-path": "^2.1.1"
  43. },
  44. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  45. "devDependencies": {
  46. "coveralls": "^2.7.0",
  47. "istanbul": "^0.4.5",
  48. "mocha": "^3.0.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/micromatch/anymatch",
  54. "keywords": [
  55. "match",
  56. "any",
  57. "string",
  58. "file",
  59. "fs",
  60. "list",
  61. "glob",
  62. "regex",
  63. "regexp",
  64. "regular",
  65. "expression",
  66. "function"
  67. ],
  68. "license": "ISC",
  69. "name": "anymatch",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/micromatch/anymatch.git"
  73. },
  74. "scripts": {
  75. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  76. },
  77. "version": "2.0.0"
  78. }