您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

16 行
458 B

  1. { "name" : "request"
  2. , "description" : "Simplified HTTP request client."
  3. , "tags" : ["http", "simple", "util", "utility"]
  4. , "version" : "2.9.153"
  5. , "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"
  6. , "repository" :
  7. { "type" : "git"
  8. , "url" : "http://github.com/mikeal/request.git"
  9. }
  10. , "bugs" :
  11. { "url" : "http://github.com/mikeal/request/issues" }
  12. , "engines" : ["node >= 0.3.6"]
  13. , "main" : "./main"
  14. , "scripts": { "test": "node tests/run.js" }
  15. }