package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "nomnom@~1.8.1",
  6. "scope": null,
  7. "escapedName": "nomnom",
  8. "name": "nomnom",
  9. "rawSpec": "~1.8.1",
  10. "spec": ">=1.8.1 <1.9.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc"
  14. ]
  15. ],
  16. "_from": "nomnom@>=1.8.1 <1.9.0",
  17. "_id": "nomnom@1.8.1",
  18. "_inCache": true,
  19. "_location": "/nomnom",
  20. "_npmUser": {
  21. "name": "harth",
  22. "email": "fayearthur@gmail.com"
  23. },
  24. "_npmVersion": "1.4.3",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "nomnom@~1.8.1",
  28. "scope": null,
  29. "escapedName": "nomnom",
  30. "name": "nomnom",
  31. "rawSpec": "~1.8.1",
  32. "spec": ">=1.8.1 <1.9.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/apidoc"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz",
  39. "_shasum": "2151f722472ba79e50a76fc125bb8c8f2e4dc2a7",
  40. "_shrinkwrap": null,
  41. "_spec": "nomnom@~1.8.1",
  42. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc",
  43. "author": {
  44. "name": "Heather Arthur",
  45. "email": "fayearthur@gmail.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/harthur/nomnom/issues"
  49. },
  50. "dependencies": {
  51. "chalk": "~0.4.0",
  52. "underscore": "~1.6.0"
  53. },
  54. "description": "Option parser with generated usage and commands",
  55. "devDependencies": {
  56. "nodeunit": "~0.7.4"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "2151f722472ba79e50a76fc125bb8c8f2e4dc2a7",
  61. "tarball": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz"
  62. },
  63. "homepage": "https://github.com/harthur/nomnom",
  64. "keywords": [
  65. "arguments",
  66. "option parser",
  67. "command line",
  68. "options",
  69. "parser"
  70. ],
  71. "main": "./nomnom",
  72. "maintainers": [
  73. {
  74. "name": "harth",
  75. "email": "fayearthur@gmail.com"
  76. }
  77. ],
  78. "name": "nomnom",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/harthur/nomnom.git"
  84. },
  85. "scripts": {
  86. "test": "nodeunit test/*.js"
  87. },
  88. "version": "1.8.1"
  89. }