package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "upyun-core@~0.1.8",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "upyun-core@>=0.1.8 <0.2.0",
  9. "_id": "upyun-core@0.1.8",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/upyun-core",
  13. "_npmUser": {
  14. "email": "399069891@qq.com",
  15. "name": "etiv"
  16. },
  17. "_npmVersion": "1.4.6",
  18. "_phantomChildren": {
  19. "aws-sign2": "0.5.0",
  20. "boom": "0.4.2",
  21. "combined-stream": "0.0.7",
  22. "cryptiles": "0.2.2",
  23. "forever-agent": "0.5.2",
  24. "hoek": "0.9.1",
  25. "http-signature": "0.10.1",
  26. "json-stringify-safe": "5.0.1",
  27. "mime": "1.2.11",
  28. "node-uuid": "1.4.7",
  29. "sntp": "0.2.4",
  30. "tough-cookie": "2.3.1"
  31. },
  32. "_requested": {
  33. "name": "upyun-core",
  34. "raw": "upyun-core@~0.1.8",
  35. "rawSpec": "~0.1.8",
  36. "scope": null,
  37. "spec": ">=0.1.8 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/upyun-core/-/upyun-core-0.1.8.tgz",
  44. "_shasum": "383904f1471c9cde377ec3db132f0ce89fd6a534",
  45. "_shrinkwrap": null,
  46. "_spec": "upyun-core@~0.1.8",
  47. "_where": "D:\\work\\im",
  48. "author": {
  49. "name": "ETiV Wang"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/ETiV/upyun-core/issues"
  53. },
  54. "dependencies": {
  55. "async": "~0.7.0",
  56. "request": "~2.34.0"
  57. },
  58. "description": "Make Use of UPYUN API Much Easier.",
  59. "devDependencies": {
  60. "grunt": "~0.4.4",
  61. "grunt-contrib-watch": "~0.6.1",
  62. "grunt-mocha-test": "~0.10.2",
  63. "mocha": "~1.18.2",
  64. "random-word": "~0.1.0",
  65. "should": "~3.3.1"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "383904f1471c9cde377ec3db132f0ce89fd6a534",
  70. "tarball": "https://registry.npmjs.org/upyun-core/-/upyun-core-0.1.8.tgz"
  71. },
  72. "homepage": "https://github.com/ETiV/upyun-core",
  73. "keywords": [
  74. "upyun",
  75. "cloud storage"
  76. ],
  77. "main": "./main.js",
  78. "maintainers": [
  79. {
  80. "email": "399069891@qq.com",
  81. "name": "etiv"
  82. }
  83. ],
  84. "name": "upyun-core",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/ETiV/upyun-core.git"
  90. },
  91. "scripts": {
  92. "test": "grunt test"
  93. },
  94. "version": "0.1.8"
  95. }