package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "coa@2.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "coa@2.0.2",
  19. "name": "coa",
  20. "escapedName": "coa",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/svgo"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/coa/download/coa-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Sergey Berezhnoy",
  33. "email": "veged@ya.ru",
  34. "url": "http://github.com/veged"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/veged/coa/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Sergey Belov",
  42. "email": "peimei@ya.ru",
  43. "url": "http://github.com/arikon"
  44. }
  45. ],
  46. "dependencies": {
  47. "@types/q": "^1.5.1",
  48. "chalk": "^2.4.1",
  49. "q": "^1.1.2"
  50. },
  51. "description": "Command-Option-Argument: Yet another parser for command line options.",
  52. "devDependencies": {
  53. "chai": "~1.7.2",
  54. "coveralls": "^2.11.16",
  55. "eslint": "^4.15.0",
  56. "eslint-config-pedant": "^1.0.0",
  57. "mocha": "~1.21.4",
  58. "nyc": "^10.1.2"
  59. },
  60. "directories": {
  61. "lib": "./lib"
  62. },
  63. "engines": {
  64. "node": ">= 4.0"
  65. },
  66. "files": [
  67. "lib/",
  68. "index.js",
  69. "coa.d.ts",
  70. "README.ru.md"
  71. ],
  72. "homepage": "http://github.com/veged/coa",
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "name": "Sergey Berezhnoy",
  77. "email": "veged@ya.ru",
  78. "url": "http://github.com/veged"
  79. },
  80. {
  81. "name": "Sergey Belov",
  82. "email": "peimei@ya.ru",
  83. "url": "http://github.com/arikon"
  84. }
  85. ],
  86. "name": "coa",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/veged/coa.git"
  90. },
  91. "scripts": {
  92. "clean": "rm -r .nyc_output coverage",
  93. "coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'",
  94. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  95. "lint": "eslint .",
  96. "pretest": "npm run lint",
  97. "test": "nyc mocha"
  98. },
  99. "types": "./coa.d.ts",
  100. "version": "2.0.2"
  101. }