package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "commander@2.20.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "commander@2.20.3",
  9. "_id": "commander@2.20.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12. "_location": "/commander",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "commander@2.20.3",
  18. "name": "commander",
  19. "escapedName": "commander",
  20. "rawSpec": "2.20.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.20.3"
  23. },
  24. "_requiredBy": [
  25. "/terser",
  26. "/webpack-bundle-analyzer",
  27. "/xss"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  30. "_spec": "2.20.3",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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": "^12.7.8",
  43. "eslint": "^6.4.0",
  44. "should": "^13.2.3",
  45. "sinon": "^7.5.0",
  46. "standard": "^14.3.1",
  47. "ts-node": "^8.4.1",
  48. "typescript": "^3.6.3"
  49. },
  50. "files": [
  51. "index.js",
  52. "typings/index.d.ts"
  53. ],
  54. "homepage": "https://github.com/tj/commander.js#readme",
  55. "keywords": [
  56. "commander",
  57. "command",
  58. "option",
  59. "parser"
  60. ],
  61. "license": "MIT",
  62. "main": "index",
  63. "name": "commander",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/tj/commander.js.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint index.js",
  70. "test": "node test/run.js && npm run test-typings",
  71. "test-typings": "tsc -p tsconfig.json"
  72. },
  73. "typings": "typings/index.d.ts",
  74. "version": "2.20.3"
  75. }