Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.6 KiB

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "coa@2.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "coa@2.0.2",
  9. "_id": "coa@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  12. "_location": "/coa",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "coa@2.0.2",
  22. "name": "coa",
  23. "escapedName": "coa",
  24. "rawSpec": "2.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "2.0.2"
  27. },
  28. "_requiredBy": [
  29. "/svgo"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  32. "_spec": "2.0.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Sergey Berezhnoy",
  36. "email": "veged@ya.ru",
  37. "url": "http://github.com/veged"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/veged/coa/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Sergey Belov",
  45. "email": "peimei@ya.ru",
  46. "url": "http://github.com/arikon"
  47. }
  48. ],
  49. "dependencies": {
  50. "@types/q": "^1.5.1",
  51. "chalk": "^2.4.1",
  52. "q": "^1.1.2"
  53. },
  54. "description": "Command-Option-Argument: Yet another parser for command line options.",
  55. "devDependencies": {
  56. "chai": "~1.7.2",
  57. "coveralls": "^2.11.16",
  58. "eslint": "^4.15.0",
  59. "eslint-config-pedant": "^1.0.0",
  60. "mocha": "~1.21.4",
  61. "nyc": "^10.1.2"
  62. },
  63. "directories": {
  64. "lib": "./lib"
  65. },
  66. "engines": {
  67. "node": ">= 4.0"
  68. },
  69. "files": [
  70. "lib/",
  71. "index.js",
  72. "coa.d.ts",
  73. "README.ru.md"
  74. ],
  75. "homepage": "http://github.com/veged/coa",
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "name": "Sergey Berezhnoy",
  80. "email": "veged@ya.ru",
  81. "url": "http://github.com/veged"
  82. },
  83. {
  84. "name": "Sergey Belov",
  85. "email": "peimei@ya.ru",
  86. "url": "http://github.com/arikon"
  87. }
  88. ],
  89. "name": "coa",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/veged/coa.git"
  93. },
  94. "scripts": {
  95. "clean": "rm -r .nyc_output coverage",
  96. "coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'",
  97. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  98. "lint": "eslint .",
  99. "pretest": "npm run lint",
  100. "test": "nyc mocha"
  101. },
  102. "types": "./coa.d.ts",
  103. "version": "2.0.2"
  104. }