足力健前端,vue版本

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "flyio@^0.6.2",
  3. "_id": "flyio@0.6.14",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xdg+t6m0/ByRWkY9LqbfznVcLW8=",
  6. "_location": "/flyio",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "flyio@^0.6.2",
  12. "name": "flyio",
  13. "escapedName": "flyio",
  14. "rawSpec": "^0.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.6.2"
  17. },
  18. "_requiredBy": [
  19. "/@dcloudio/uni-ui"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/flyio/download/flyio-0.6.14.tgz",
  22. "_shasum": "c5d83eb7a9b4fc1c915a463d2ea6dfce755c2d6f",
  23. "_spec": "flyio@^0.6.2",
  24. "_where": "F:\\2020\\zulijian\\ZljCallCenterWeb.MiniProgram\\node_modules\\@dcloudio\\uni-ui",
  25. "author": {
  26. "name": "wendux",
  27. "email": "824783146@qq.com",
  28. "url": "https://github.com/wendux/fly"
  29. },
  30. "browser": "index.js",
  31. "bugs": {
  32. "url": "https://github.com/wendux/fly/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "request": "^2.85.0"
  37. },
  38. "deprecated": false,
  39. "description": "Lightweigh Promise based HTTP client for the browser and node.js",
  40. "devDependencies": {
  41. "babel-core": "^6.0.0",
  42. "babel-loader": "^6.0.0",
  43. "babel-plugin-transform-runtime": "^6.0.0",
  44. "babel-preset-es2015": "^6.0.0",
  45. "babel-preset-es2017": "^6.24.1",
  46. "karma": "^2.0.2",
  47. "karma-babel-preprocessor": "^7.0.0",
  48. "karma-coverage": "^1.1.1",
  49. "karma-mocha": "^1.3.0",
  50. "karma-phantomjs-launcher": "^1.0.4",
  51. "karma-webpack": "^3.0.0",
  52. "keep-loader": "^0.7.1",
  53. "mocha": "^5.1.1",
  54. "promise-polyfill": "^7.1.2",
  55. "qs": "^6.5.1",
  56. "shelljs": "^0.8.1",
  57. "webpack": "^2.6.0"
  58. },
  59. "homepage": "https://github.com/wendux/fly",
  60. "keywords": [
  61. "flyjs",
  62. "fly.js"
  63. ],
  64. "license": "MIT",
  65. "main": "node-index.js",
  66. "name": "flyio",
  67. "respository": {
  68. "type": "git",
  69. "url": "https://github.com/wendux/fly"
  70. },
  71. "scripts": {
  72. "build": "node build.js npm && node build.js cdn && node build.js cdn-min && node build.js umd",
  73. "dev": "node build.js dev",
  74. "nodeTest": "node ./demon/nodeTest.js",
  75. "report-coverage": "codecov",
  76. "test": "karma start && codecov"
  77. },
  78. "typings": "./index.d.ts",
  79. "version": "0.6.14",
  80. "weapp": "dist/npm/wx.js"
  81. }