package.json 1.8 KB

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