| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "_from": "luch-request",
- "_id": "luch-request@3.0.7",
- "_inBundle": false,
- "_integrity": "sha1-WJT8PT/2JiKwQshJU8EZLM3q+qU=",
- "_location": "/luch-request",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "luch-request",
- "name": "luch-request",
- "escapedName": "luch-request",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.nlark.com/luch-request/download/luch-request-3.0.7.tgz",
- "_shasum": "5894fc3d3ff62622b042c84953c1192ccdeafaa5",
- "_spec": "luch-request",
- "_where": "C:\\Users\\cy-computer\\Documents\\HBuilderProjects\\activitys-uniapp",
- "author": {
- "name": "luch"
- },
- "bugs": {
- "url": "https://github.com/lei-mu/luch-request/issues"
- },
- "bundleDependencies": false,
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- },
- "ghooks": {
- "commit-msg": "validate-commit-msg"
- },
- "validate-commit-msg": {
- "types": [
- "feat",
- "fix",
- "docs",
- "style",
- "refactor",
- "perf",
- "test",
- "build",
- "ci",
- "chore",
- "revert"
- ],
- "scope": {
- "required": false,
- "allowed": [
- "*"
- ],
- "validate": false,
- "multiple": false
- },
- "warnOnFail": false,
- "maxSubjectLength": 100,
- "subjectPattern": ".+",
- "subjectPatternErrorMsg": "subject does not match subject pattern!",
- "helpMessage": "",
- "autoFix": false
- }
- },
- "dependencies": {
- "@dcloudio/types": "^2.0.16"
- },
- "deprecated": false,
- "description": "基于Promise实现uni-app request 请求插件",
- "devDependencies": {
- "@babel/core": "^7.9.0",
- "@babel/plugin-proposal-class-properties": "^7.8.3",
- "@babel/plugin-transform-arrow-functions": "^7.8.3",
- "@babel/preset-env": "^7.9.5",
- "@vuepress/plugin-active-header-links": "^1.5.0",
- "@vuepress/plugin-pwa": "^1.5.2",
- "archiver": "^4.0.1",
- "babel-eslint": "^10.1.0",
- "babel-preset-es2015": "^6.24.1",
- "commitizen": "^4.2.4",
- "conventional-changelog-cli": "^2.1.1",
- "cz-conventional-changelog": "^3.2.0",
- "eslint": "^6.8.0",
- "grunt": "^1.1.0",
- "grunt-babel": "^8.0.0",
- "load-grunt-tasks": "^5.1.0",
- "node-zip": "^1.1.1",
- "rollup-plugin-babel": "^4.4.0",
- "rollup-plugin-commonjs": "^10.1.0",
- "rollup-plugin-copy": "^3.3.0",
- "rollup-plugin-eslint": "^7.0.0",
- "rollup-plugin-json": "^4.0.0",
- "rollup-plugin-live-server": "^1.0.3",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-replace": "^2.2.0",
- "rollup-plugin-uglify": "^6.0.4",
- "rollup-plugin-zip": "^1.0.0",
- "validate-commit-msg": "^2.14.0",
- "vuepress": "^1.4.1"
- },
- "homepage": "https://www.quanzhan.co/luch-request/",
- "keywords": [
- "uni-app",
- "request",
- "Promise",
- "luch",
- "luch-request"
- ],
- "license": "MIT",
- "main": "src/lib/luch-request.js",
- "name": "luch-request",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lei-mu/luch-request.git"
- },
- "scripts": {
- "build": "rimraf DCloud && rollup -c --environment NODE_ENV:production",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
- "dev": "rollup -c",
- "docs": "vuepress dev docs",
- "docs:build": "vuepress build docs",
- "test": "echo \"Error: no test specified\" && exit 1",
- "watch": "rollup -c -w",
- "zipD": "node node/zipDCloudPlugin.js && node node/zipDCloudDemo.js"
- },
- "version": "3.0.7"
- }
|