package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "qiniu-js@^2.5.5",
  3. "_id": "qiniu-js@2.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cJcdZMCfU4OJirjCzKJwPXSgrXF0INB2qtqA6ImNBe2PJFqi8kWE7rp3qr1RKH0H4OTtPOXyBC2FVSl/zM7ERg==",
  6. "_location": "/qiniu-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qiniu-js@^2.5.5",
  12. "name": "qiniu-js",
  13. "escapedName": "qiniu-js",
  14. "rawSpec": "^2.5.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.5"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/qiniu-js/-/qiniu-js-2.5.5.tgz",
  22. "_shasum": "77d295f222620f9377d6148f3f757d189a1e4977",
  23. "_spec": "qiniu-js@^2.5.5",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "sdk@qiniu.com"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/qiniu/js-sdk/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "jinxinxin",
  35. "email": "jinxinxin@qiniu.com"
  36. },
  37. {
  38. "name": "winddies",
  39. "email": "zhangheng01@qiniu.com"
  40. }
  41. ],
  42. "deprecated": false,
  43. "description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP",
  44. "devDependencies": {
  45. "babel-core": "^6.26.0",
  46. "babel-loader": "^7.1.2",
  47. "babel-plugin-syntax-flow": "^6.18.0",
  48. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  49. "babel-plugin-transform-runtime": "^6.23.0",
  50. "babel-preset-env": "^1.6.0",
  51. "babel-runtime": "^6.26.0",
  52. "body-parser": "^1.18.2",
  53. "connect-multiparty": "^2.1.0",
  54. "es3ify-loader": "^0.2.0",
  55. "eslint": "^4.18.2",
  56. "exif-js": "^2.3.0",
  57. "express": "^4.16.2",
  58. "jest": "^22.4.2",
  59. "multiparty": "^4.1.3",
  60. "open-browser-webpack-plugin": "0.0.5",
  61. "qiniu": "^7.1.1",
  62. "request": "^2.83.0",
  63. "spark-md5": "^3.0.0",
  64. "transform-runtime": "0.0.0",
  65. "uglifyjs-webpack-plugin": "^1.1.6",
  66. "webpack": "^3.6.0",
  67. "webpack-dev-server": "^2.9.1",
  68. "webpack-merge": "^4.1.1"
  69. },
  70. "homepage": "https://github.com/qiniu/js-sdk#readme",
  71. "jsName": "qiniu",
  72. "license": "MIT",
  73. "main": "dist/qiniu.min.js",
  74. "name": "qiniu-js",
  75. "private": false,
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/qiniu/js-sdk.git"
  79. },
  80. "scripts": {
  81. "build": "eslint src && jest && webpack --optimize-minimize --config webpack.prod.js",
  82. "dev": "eslint src && webpack-dev-server --open --config webpack.dev.js",
  83. "serve": "node test/server.js",
  84. "test": "jest --coverage"
  85. },
  86. "version": "2.5.5"
  87. }