package.json 1.9 KB

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