package.json 1.7 KB

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