package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "commander@^2.9.0",
  3. "_id": "commander@2.15.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@^2.9.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "^2.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.9.0"
  17. },
  18. "_requiredBy": [
  19. "/asar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
  22. "_shasum": "df46e867d0fc2aec66a34662b406a9ccafff5b0f",
  23. "_spec": "commander@^2.9.0",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\asar",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tj/commander.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "the complete solution for node.js command-line programs",
  36. "devDependencies": {
  37. "@types/node": "^7.0.55",
  38. "eslint": "^3.19.0",
  39. "should": "^11.2.1",
  40. "sinon": "^2.4.1",
  41. "standard": "^10.0.3",
  42. "typescript": "^2.7.2"
  43. },
  44. "files": [
  45. "index.js",
  46. "typings/index.d.ts"
  47. ],
  48. "homepage": "https://github.com/tj/commander.js#readme",
  49. "keywords": [
  50. "commander",
  51. "command",
  52. "option",
  53. "parser"
  54. ],
  55. "license": "MIT",
  56. "main": "index",
  57. "name": "commander",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/tj/commander.js.git"
  61. },
  62. "scripts": {
  63. "lint": "eslint index.js",
  64. "test": "make test && npm run test-typings",
  65. "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
  66. },
  67. "typings": "typings/index.d.ts",
  68. "version": "2.15.1"
  69. }