You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. "color-convert": "1.9.3",
  9. "escape-string-regexp": "1.0.5",
  10. "has-flag": "3.0.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "coa@^2.0.2",
  16. "name": "coa",
  17. "escapedName": "coa",
  18. "rawSpec": "^2.0.2",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.0.2"
  21. },
  22. "_requiredBy": [
  23. "/svgo"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  26. "_shasum": "43f6c21151b4ef2bf57187db0d73de229e3e7ec3",
  27. "_spec": "coa@^2.0.2",
  28. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo",
  29. "author": {
  30. "name": "Sergey Berezhnoy",
  31. "email": "veged@ya.ru",
  32. "url": "http://github.com/veged"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/veged/coa/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Sergey Belov",
  41. "email": "peimei@ya.ru",
  42. "url": "http://github.com/arikon"
  43. }
  44. ],
  45. "dependencies": {
  46. "@types/q": "^1.5.1",
  47. "chalk": "^2.4.1",
  48. "q": "^1.1.2"
  49. },
  50. "deprecated": false,
  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. }