Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.8KB

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