package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "commander@~2.17.1",
  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.1",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "~2.17.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.17.1"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier",
  20. "/webpack-bundle-analyzer",
  21. "/xlsx"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.17.1.tgz",
  24. "_shasum": "bd77ab7de6de94205ceacc72f1716d29f20a77bf",
  25. "_spec": "commander@~2.17.1",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\xlsx",
  27. "author": {
  28. "name": "TJ Holowaychuk",
  29. "email": "tj@vision-media.ca"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/tj/commander.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "the complete solution for node.js command-line programs",
  38. "devDependencies": {
  39. "@types/node": "^10.5.7",
  40. "eslint": "^5.3.0",
  41. "should": "^13.2.3",
  42. "sinon": "^6.1.4",
  43. "standard": "^11.0.1",
  44. "typescript": "^2.9.2"
  45. },
  46. "files": [
  47. "index.js",
  48. "typings/index.d.ts"
  49. ],
  50. "homepage": "https://github.com/tj/commander.js#readme",
  51. "keywords": [
  52. "commander",
  53. "command",
  54. "option",
  55. "parser"
  56. ],
  57. "license": "MIT",
  58. "main": "index",
  59. "name": "commander",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/tj/commander.js.git"
  63. },
  64. "scripts": {
  65. "lint": "eslint index.js",
  66. "test": "node test/run.js && npm run test-typings",
  67. "test-typings": "tsc -p tsconfig.json"
  68. },
  69. "typings": "typings/index.d.ts",
  70. "version": "2.17.1"
  71. }