package.json 2.4 KB

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