package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "qiniu-js",
  3. "_id": "qiniu-js@3.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GWLNOHaXOZuw8YoIxnceUb6mWMFbv0AFHGG9FCGSu1600c+DVEVa/fScccvAgAE5Lhd7EmgjYQmmbbDIeEdTtQ==",
  6. "_location": "/qiniu-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "qiniu-js",
  12. "name": "qiniu-js",
  13. "escapedName": "qiniu-js",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/qiniu-js/-/qiniu-js-3.1.4.tgz",
  23. "_shasum": "87b5cb0f756afc3dbc880bca7c72f0f0f2276160",
  24. "_spec": "qiniu-js",
  25. "_where": "D:\\工作\\项目2\\test",
  26. "author": {
  27. "name": "sdk@qiniu.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/qiniu/js-sdk/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "jinxinxin",
  36. "email": "jinxinxin@qiniu.com"
  37. },
  38. {
  39. "name": "winddies",
  40. "email": "zhangheng01@qiniu.com"
  41. }
  42. ],
  43. "dependencies": {
  44. "@babel/runtime-corejs2": "^7.10.2",
  45. "exif-js": "^2.3.0",
  46. "spark-md5": "^3.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP",
  50. "devDependencies": {
  51. "@babel/cli": "^7.10.1",
  52. "@babel/core": "^7.10.2",
  53. "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
  54. "@babel/plugin-transform-runtime": "^7.10.1",
  55. "@babel/preset-env": "^7.10.2",
  56. "@qiniu/eslint-config": "0.0.4",
  57. "@types/jest": "^25.2.3",
  58. "@types/node": "^13.1.4",
  59. "@types/spark-md5": "^3.0.2",
  60. "@typescript-eslint/eslint-plugin": "^2.34.0",
  61. "@typescript-eslint/parser": "^2.14.0",
  62. "babel-loader": "^8.1.0",
  63. "babel-plugin-syntax-flow": "^6.18.0",
  64. "body-parser": "^1.18.2",
  65. "connect-multiparty": "^2.1.0",
  66. "del-cli": "^3.0.1",
  67. "eslint": "^6.8.0",
  68. "eslint-plugin-import": "^2.20.2",
  69. "express": "^4.16.2",
  70. "jest": "^26.0.1",
  71. "multiparty": "^4.1.3",
  72. "qiniu": "^7.3.1",
  73. "request": "^2.88.1",
  74. "terser-webpack-plugin": "4.2.3",
  75. "ts-jest": "25.5.1",
  76. "ts-loader": "^6.2.1",
  77. "typedoc": "^0.17.7",
  78. "typescript": "^3.9.5",
  79. "webpack": "^4.41.5",
  80. "webpack-cli": "^3.3.11",
  81. "webpack-dev-server": "^3.11.0",
  82. "webpack-merge": "^4.2.2"
  83. },
  84. "homepage": "https://github.com/qiniu/js-sdk#readme",
  85. "jsName": "qiniu",
  86. "license": "MIT",
  87. "main": "lib/index.js",
  88. "module": "esm/index.js",
  89. "name": "qiniu-js",
  90. "private": false,
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/qiniu/js-sdk.git"
  94. },
  95. "scripts": {
  96. "build": "npm run clean && tsc && babel esm --out-dir lib && webpack --optimize-minimize --config webpack.prod.js",
  97. "clean": "del \"./(lib|dist|esm)\"",
  98. "dev": "npm run lint && webpack-dev-server --open --config webpack.dev.js",
  99. "lint": "tsc --noEmit && eslint --ext .ts",
  100. "server": "node test/server.js",
  101. "test": "jest --coverage"
  102. },
  103. "types": "esm/index.d.ts",
  104. "version": "3.1.4"
  105. }