package.json 1.8 KB

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