You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.3 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "optimist@0.6.x",
  6. "scope": null,
  7. "escapedName": "optimist",
  8. "name": "optimist",
  9. "rawSpec": "0.6.x",
  10. "spec": ">=0.6.0 <0.7.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/www/node_modules/http-server"
  14. ]
  15. ],
  16. "_from": "optimist@>=0.6.0 <0.7.0",
  17. "_id": "optimist@0.6.1",
  18. "_inCache": true,
  19. "_location": "/optimist",
  20. "_npmUser": {
  21. "name": "substack",
  22. "email": "mail@substack.net"
  23. },
  24. "_npmVersion": "1.3.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "optimist@0.6.x",
  28. "scope": null,
  29. "escapedName": "optimist",
  30. "name": "optimist",
  31. "rawSpec": "0.6.x",
  32. "spec": ">=0.6.0 <0.7.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/http-server"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
  39. "_shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
  40. "_shrinkwrap": null,
  41. "_spec": "optimist@0.6.x",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/www/node_modules/http-server",
  43. "author": {
  44. "name": "James Halliday",
  45. "email": "mail@substack.net",
  46. "url": "http://substack.net"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/substack/node-optimist/issues"
  50. },
  51. "dependencies": {
  52. "minimist": "~0.0.1",
  53. "wordwrap": "~0.0.2"
  54. },
  55. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  56. "devDependencies": {
  57. "hashish": "~0.0.4",
  58. "tap": "~0.4.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
  63. "tarball": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz"
  64. },
  65. "engine": {
  66. "node": ">=0.4"
  67. },
  68. "homepage": "https://github.com/substack/node-optimist",
  69. "keywords": [
  70. "argument",
  71. "args",
  72. "option",
  73. "parser",
  74. "parsing",
  75. "cli",
  76. "command"
  77. ],
  78. "license": "MIT/X11",
  79. "main": "./index.js",
  80. "maintainers": [
  81. {
  82. "name": "substack",
  83. "email": "mail@substack.net"
  84. }
  85. ],
  86. "name": "optimist",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/substack/node-optimist.git"
  92. },
  93. "scripts": {
  94. "test": "tap ./test/*.js"
  95. },
  96. "version": "0.6.1"
  97. }