package.json 1.6 KB

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