package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_from": "luch-request",
  3. "_id": "luch-request@3.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WJT8PT/2JiKwQshJU8EZLM3q+qU=",
  6. "_location": "/luch-request",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "luch-request",
  12. "name": "luch-request",
  13. "escapedName": "luch-request",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.nlark.com/luch-request/download/luch-request-3.0.7.tgz",
  23. "_shasum": "5894fc3d3ff62622b042c84953c1192ccdeafaa5",
  24. "_spec": "luch-request",
  25. "_where": "C:\\Users\\cy-computer\\Documents\\HBuilderProjects\\activitys-uniapp",
  26. "author": {
  27. "name": "luch"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lei-mu/luch-request/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "commitizen": {
  35. "path": "./node_modules/cz-conventional-changelog"
  36. },
  37. "ghooks": {
  38. "commit-msg": "validate-commit-msg"
  39. },
  40. "validate-commit-msg": {
  41. "types": [
  42. "feat",
  43. "fix",
  44. "docs",
  45. "style",
  46. "refactor",
  47. "perf",
  48. "test",
  49. "build",
  50. "ci",
  51. "chore",
  52. "revert"
  53. ],
  54. "scope": {
  55. "required": false,
  56. "allowed": [
  57. "*"
  58. ],
  59. "validate": false,
  60. "multiple": false
  61. },
  62. "warnOnFail": false,
  63. "maxSubjectLength": 100,
  64. "subjectPattern": ".+",
  65. "subjectPatternErrorMsg": "subject does not match subject pattern!",
  66. "helpMessage": "",
  67. "autoFix": false
  68. }
  69. },
  70. "dependencies": {
  71. "@dcloudio/types": "^2.0.16"
  72. },
  73. "deprecated": false,
  74. "description": "基于Promise实现uni-app request 请求插件",
  75. "devDependencies": {
  76. "@babel/core": "^7.9.0",
  77. "@babel/plugin-proposal-class-properties": "^7.8.3",
  78. "@babel/plugin-transform-arrow-functions": "^7.8.3",
  79. "@babel/preset-env": "^7.9.5",
  80. "@vuepress/plugin-active-header-links": "^1.5.0",
  81. "@vuepress/plugin-pwa": "^1.5.2",
  82. "archiver": "^4.0.1",
  83. "babel-eslint": "^10.1.0",
  84. "babel-preset-es2015": "^6.24.1",
  85. "commitizen": "^4.2.4",
  86. "conventional-changelog-cli": "^2.1.1",
  87. "cz-conventional-changelog": "^3.2.0",
  88. "eslint": "^6.8.0",
  89. "grunt": "^1.1.0",
  90. "grunt-babel": "^8.0.0",
  91. "load-grunt-tasks": "^5.1.0",
  92. "node-zip": "^1.1.1",
  93. "rollup-plugin-babel": "^4.4.0",
  94. "rollup-plugin-commonjs": "^10.1.0",
  95. "rollup-plugin-copy": "^3.3.0",
  96. "rollup-plugin-eslint": "^7.0.0",
  97. "rollup-plugin-json": "^4.0.0",
  98. "rollup-plugin-live-server": "^1.0.3",
  99. "rollup-plugin-node-resolve": "^5.2.0",
  100. "rollup-plugin-replace": "^2.2.0",
  101. "rollup-plugin-uglify": "^6.0.4",
  102. "rollup-plugin-zip": "^1.0.0",
  103. "validate-commit-msg": "^2.14.0",
  104. "vuepress": "^1.4.1"
  105. },
  106. "homepage": "https://www.quanzhan.co/luch-request/",
  107. "keywords": [
  108. "uni-app",
  109. "request",
  110. "Promise",
  111. "luch",
  112. "luch-request"
  113. ],
  114. "license": "MIT",
  115. "main": "src/lib/luch-request.js",
  116. "name": "luch-request",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/lei-mu/luch-request.git"
  120. },
  121. "scripts": {
  122. "build": "rimraf DCloud && rollup -c --environment NODE_ENV:production",
  123. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
  124. "dev": "rollup -c",
  125. "docs": "vuepress dev docs",
  126. "docs:build": "vuepress build docs",
  127. "test": "echo \"Error: no test specified\" && exit 1",
  128. "watch": "rollup -c -w",
  129. "zipD": "node node/zipDCloudPlugin.js && node node/zipDCloudDemo.js"
  130. },
  131. "version": "3.0.7"
  132. }