package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "commander@2.15.1",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "commander@2.15.1",
  10. "_id": "commander@2.15.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
  13. "_location": "/commander",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "commander@2.15.1",
  19. "name": "commander",
  20. "escapedName": "commander",
  21. "rawSpec": "2.15.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.15.1"
  24. },
  25. "_requiredBy": [
  26. "/html-minifier",
  27. "/uglify-js",
  28. "/webpack-bundle-analyzer"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
  31. "_spec": "2.15.1",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  33. "author": {
  34. "name": "TJ Holowaychuk",
  35. "email": "tj@vision-media.ca"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/tj/commander.js/issues"
  39. },
  40. "dependencies": {},
  41. "description": "the complete solution for node.js command-line programs",
  42. "devDependencies": {
  43. "@types/node": "^7.0.55",
  44. "eslint": "^3.19.0",
  45. "should": "^11.2.1",
  46. "sinon": "^2.4.1",
  47. "standard": "^10.0.3",
  48. "typescript": "^2.7.2"
  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": "make test && npm run test-typings",
  71. "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
  72. },
  73. "typings": "typings/index.d.ts",
  74. "version": "2.15.1"
  75. }