package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "commander@2.16.x",
  5. "/home/seleznev/project Angular/Quality system/node_modules/html-minifier"
  6. ]
  7. ],
  8. "_from": "commander@>=2.16.0 <2.17.0",
  9. "_id": "commander@2.16.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/commander",
  13. "_nodeVersion": "10.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/commander_2.16.0_1530265235564_0.5330625131044013"
  17. },
  18. "_npmUser": {
  19. "email": "abe@enzou.tokyo",
  20. "name": "abetomo"
  21. },
  22. "_npmVersion": "6.1.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "commander",
  26. "raw": "commander@2.16.x",
  27. "rawSpec": "2.16.x",
  28. "scope": null,
  29. "spec": ">=2.16.0 <2.17.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-minifier",
  34. "/uglify-js"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
  37. "_shasum": "f16390593996ceb4f3eeb020b31d78528f7f8a50",
  38. "_shrinkwrap": null,
  39. "_spec": "commander@2.16.x",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/html-minifier",
  41. "author": {
  42. "email": "tj@vision-media.ca",
  43. "name": "TJ Holowaychuk"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/tj/commander.js/issues"
  47. },
  48. "dependencies": {},
  49. "description": "the complete solution for node.js command-line programs",
  50. "devDependencies": {
  51. "@types/node": "^7.0.66",
  52. "eslint": "^4.19.1",
  53. "should": "^11.2.1",
  54. "sinon": "^2.4.1",
  55. "standard": "^10.0.3",
  56. "typescript": "^2.9.2"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 6,
  61. "integrity": "sha512-sVXqklSaotK9at437sFlFpyOcJonxe0yST/AG9DkQKUdIE6IqGIMv4SfAQSKaJbSdVEJYItASCrBiVQHq1HQew==",
  62. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbNf6TCRA9TVsSAnZWagAAeOcP/1GvW++kyIoNTLX/kcWn\n12krx6uUADcgK+gqzipj8GNP2xWVfXO95CiKB99d9bufa/okMMuDVYnUMCjN\ne0Z1ytDg6ZEAG2aQd5eTxUMLGBAkvQXTq3iRmuFwS4syW1RpFir2wXJST+dp\nMukBMYzaMM9Jl+DcLZ2TJqgkmI0nqW1Da/ItMB4wVmSJ21FShHQuCQg2VW1h\nR7d1dDXCUt5uwkmIPxqE7v/o4iGWNlLludzbdqKZs/uddTITq983ASwhxGXG\nFjvAPR5jDwOpalIGgy28blTyV+mHM4XK1QekMxW1eAJuUkD6YSXAIets/v3t\nWlY4Lj3Jq3Q9jWp08iwLiSJjv7MtfMlMZH84zJrqTo5XxVvbl2z0u2DM+Wq+\n93mkWoVVLJpC5m5n7GoCG2rTFrxak7hkOcqA4yAB8IEPbDqRmncYrWwrgTcm\ndWwVUlXe0Ij/ZYOxjZETZls2Ed78MNh0rLgZGo4m87z7wGV2lmDDfdsvwReQ\nw8MR4b0jglgfPQ/bFgo0qXCWOLrfCu4ATPS8DWF7ioAus8H5gNhyrji4ALyJ\ndePUf/IJ7hHj6B9AKQ86RIM8pU4ma2fsSG8EkHZ/7GZtcdivNqAsXY44JPX4\np5Ux6AaC88RqeCcIG+aK7LGR0F1E4phVcyKDhtYXryW3oz+XE+D7lT6GNrw3\nxApX\r\n=gqzQ\r\n-----END PGP SIGNATURE-----\r\n",
  63. "shasum": "f16390593996ceb4f3eeb020b31d78528f7f8a50",
  64. "tarball": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
  65. "unpackedSize": 60770
  66. },
  67. "files": [
  68. "index.js",
  69. "typings/index.d.ts"
  70. ],
  71. "gitHead": "4cc348bd9808f799ca0600a39136b1fa25820f3b",
  72. "homepage": "https://github.com/tj/commander.js#readme",
  73. "keywords": [
  74. "command",
  75. "commander",
  76. "option",
  77. "parser"
  78. ],
  79. "license": "MIT",
  80. "main": "index",
  81. "maintainers": [
  82. {
  83. "name": "abetomo",
  84. "email": "abe@enzou.tokyo"
  85. },
  86. {
  87. "name": "somekittens",
  88. "email": "rkoutnik@gmail.com"
  89. },
  90. {
  91. "name": "tjholowaychuk",
  92. "email": "tj@vision-media.ca"
  93. },
  94. {
  95. "name": "vanesyan",
  96. "email": "romain.vanesyan@gmail.com"
  97. },
  98. {
  99. "name": "zhiyelee",
  100. "email": "zhiyelee@gmail.com"
  101. }
  102. ],
  103. "name": "commander",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/tj/commander.js.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint index.js",
  112. "test": "node test/run.js && npm run test-typings",
  113. "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
  114. },
  115. "typings": "typings/index.d.ts",
  116. "version": "2.16.0"
  117. }