package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "commander@~2.20.0",
  3. "_id": "commander@2.20.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@~2.20.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "~2.20.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.20.0"
  17. },
  18. "_requiredBy": [
  19. "/uglify-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz",
  22. "_shasum": "d58bb2b5c1ee8f87b0d340027e9e94e222c5a422",
  23. "_spec": "commander@~2.20.0",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\uglify-js",
  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.11.3",
  38. "eslint": "^5.6.1",
  39. "should": "^13.2.3",
  40. "sinon": "^6.3.4",
  41. "standard": "^12.0.1",
  42. "ts-node": "^7.0.1",
  43. "typescript": "^2.9.2"
  44. },
  45. "files": [
  46. "index.js",
  47. "typings/index.d.ts"
  48. ],
  49. "homepage": "https://github.com/tj/commander.js#readme",
  50. "keywords": [
  51. "commander",
  52. "command",
  53. "option",
  54. "parser"
  55. ],
  56. "license": "MIT",
  57. "main": "index",
  58. "name": "commander",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/tj/commander.js.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint index.js",
  65. "test": "node test/run.js && npm run test-typings",
  66. "test-typings": "tsc -p tsconfig.json"
  67. },
  68. "typings": "typings/index.d.ts",
  69. "version": "2.20.0"
  70. }