package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "commander@^2.9.0",
  3. "_id": "commander@2.12.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@^2.9.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "^2.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.9.0"
  17. },
  18. "_requiredBy": [
  19. "/har-validator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz",
  22. "_shasum": "0f5946c427ed9ec0d91a46bb9def53e54650e555",
  23. "_spec": "commander@^2.9.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/har-validator",
  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": "^7.0.48",
  38. "should": "^11.2.1",
  39. "sinon": "^2.4.1",
  40. "typescript": "^2.6.2"
  41. },
  42. "files": [
  43. "index.js",
  44. "typings/index.d.ts"
  45. ],
  46. "homepage": "https://github.com/tj/commander.js#readme",
  47. "keywords": [
  48. "commander",
  49. "command",
  50. "option",
  51. "parser"
  52. ],
  53. "license": "MIT",
  54. "main": "index",
  55. "name": "commander",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/tj/commander.js.git"
  59. },
  60. "scripts": {
  61. "test": "make test && npm run test-typings",
  62. "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
  63. },
  64. "typings": "typings/index.d.ts",
  65. "version": "2.12.2"
  66. }