package.json 2.3 KB

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