package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "clap@1.2.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clap@1.2.3",
  10. "_id": "clap@1.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4CoL/A3hf90V3VIEjeuhSvlGFEHKzOz+Wfc2IVZc+FaUgU0ZQafJTP49fvnULipOPcAfqhyI2duwQyns6xqjYA==",
  13. "_location": "/clap",
  14. "_phantomChildren": {
  15. "escape-string-regexp": "1.0.5",
  16. "has-ansi": "2.0.0",
  17. "strip-ansi": "3.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "clap@1.2.3",
  23. "name": "clap",
  24. "escapedName": "clap",
  25. "rawSpec": "1.2.3",
  26. "saveSpec": null,
  27. "fetchSpec": "1.2.3"
  28. },
  29. "_requiredBy": [
  30. "/csso"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/clap/-/clap-1.2.3.tgz",
  33. "_spec": "1.2.3",
  34. "_where": "E:\\amr1.0\\AMR",
  35. "author": {
  36. "name": "Roman Dvornov",
  37. "email": "rdvornov@gmail.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/lahmatiy/clap/issues"
  41. },
  42. "dependencies": {
  43. "chalk": "^1.1.3"
  44. },
  45. "description": "Command line argument parser",
  46. "devDependencies": {
  47. "mocha": "^2.4.5"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "HISTORY.md",
  55. "LICENSE",
  56. "README.md"
  57. ],
  58. "homepage": "https://github.com/lahmatiy/clap",
  59. "keywords": [
  60. "cli",
  61. "command",
  62. "option",
  63. "argument",
  64. "completion"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "clap",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/lahmatiy/clap.git"
  72. },
  73. "scripts": {
  74. "test": "mocha test -R spec"
  75. },
  76. "title": "Command line argument parser",
  77. "version": "1.2.3"
  78. }