package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "default-user-agent@1.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "default-user-agent@1.0.0",
  9. "_id": "default-user-agent@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-FsRu/cq6PtxF8k8r1IaLAbfCrcY=",
  12. "_location": "/default-user-agent",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "default-user-agent@1.0.0",
  18. "name": "default-user-agent",
  19. "escapedName": "default-user-agent",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/urllib"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/default-user-agent/-/default-user-agent-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "fengmk2",
  32. "email": "fengmk2@gmail.com",
  33. "url": "http://fengmk2.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/node-modules/default-user-agent/issues",
  37. "email": "fengmk2@gmail.com"
  38. },
  39. "dependencies": {
  40. "os-name": "~1.0.3"
  41. },
  42. "description": "Default user agent string for nodejs http request",
  43. "devDependencies": {
  44. "autod": "*",
  45. "contributors": "*",
  46. "cov": "*",
  47. "istanbul": "*",
  48. "jshint": "*",
  49. "mocha": "*",
  50. "should": "*"
  51. },
  52. "engines": {
  53. "node": ">= 0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/node-modules/default-user-agent",
  59. "keywords": [
  60. "user-agent",
  61. "ua",
  62. "useragent",
  63. "request",
  64. "http"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "default-user-agent",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/node-modules/default-user-agent.git",
  72. "web": "https://github.com/node-modules/default-user-agent"
  73. },
  74. "scripts": {
  75. "autod": "autod -w --prefix '~'",
  76. "cnpm": "npm install --registry=https://registry.npm.taobao.org",
  77. "contributors": "contributors -f plain -o AUTHORS",
  78. "lint": "jshint .",
  79. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  80. "test-cov": "istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  81. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js"
  82. },
  83. "version": "1.0.0"
  84. }