package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "coa@1.0.4",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "coa@1.0.4",
  10. "_id": "coa@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=",
  13. "_location": "/coa",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "coa@1.0.4",
  19. "name": "coa",
  20. "escapedName": "coa",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/svgo"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "E:\\amr1.0\\AMR",
  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. "q": "^1.1.2"
  48. },
  49. "description": "Command-Option-Argument: Yet another parser for command line options.",
  50. "devDependencies": {
  51. "chai": "~1.7.2",
  52. "coffee-script": "~1.6.3",
  53. "istanbul": "~0.1.40",
  54. "mocha": "~1.21.4",
  55. "mocha-istanbul": "*"
  56. },
  57. "directories": {
  58. "lib": "./lib"
  59. },
  60. "engines": {
  61. "node": ">= 0.8.0"
  62. },
  63. "homepage": "http://github.com/veged/coa",
  64. "licenses": [
  65. {
  66. "type": "MIT"
  67. }
  68. ],
  69. "maintainers": [
  70. {
  71. "name": "Sergey Berezhnoy",
  72. "email": "veged@ya.ru",
  73. "url": "http://github.com/veged"
  74. },
  75. {
  76. "name": "Sergey Belov",
  77. "email": "peimei@ya.ru",
  78. "url": "http://github.com/arikon"
  79. }
  80. ],
  81. "name": "coa",
  82. "optionalDependencies": {},
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/veged/coa.git"
  86. },
  87. "scripts": {
  88. "coverage": "make coverage",
  89. "test": "make test"
  90. },
  91. "version": "1.0.4"
  92. }