package.json 1.7 KB

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