package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "commander@2.17.x",
  3. "_id": "commander@2.17.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@2.17.x",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "2.17.x",
  15. "saveSpec": null,
  16. "fetchSpec": "2.17.x"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier",
  20. "/webpack-bundle-analyzer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
  23. "_shasum": "bd77ab7de6de94205ceacc72f1716d29f20a77bf",
  24. "_spec": "commander@2.17.x",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\html-minifier",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/tj/commander.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "the complete solution for node.js command-line programs",
  37. "devDependencies": {
  38. "@types/node": "^10.5.7",
  39. "eslint": "^5.3.0",
  40. "should": "^13.2.3",
  41. "sinon": "^6.1.4",
  42. "standard": "^11.0.1",
  43. "typescript": "^2.9.2"
  44. },
  45. "files": [
  46. "index.js",
  47. "typings/index.d.ts"
  48. ],
  49. "homepage": "https://github.com/tj/commander.js#readme",
  50. "keywords": [
  51. "commander",
  52. "command",
  53. "option",
  54. "parser"
  55. ],
  56. "license": "MIT",
  57. "main": "index",
  58. "name": "commander",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/tj/commander.js.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint index.js",
  65. "test": "node test/run.js && npm run test-typings",
  66. "test-typings": "tsc -p tsconfig.json"
  67. },
  68. "typings": "typings/index.d.ts",
  69. "version": "2.17.1"
  70. }