UNPKG

use-on-demand

Version:
209 lines (208 loc) 8.56 kB
{ " 脚本、生命周期————————————————————————————————————": "————————————————", "scripts": { " postinstall注释": "每次install之后,都会执行", " 曾经遇到【externals无法识别,后来修复了该问题】postinstall": "echo '安装完毕' && echo '此处,不能用npm link,不然的话,会陷入一个【悖论 - 打包前先清空,清空了找不到,找不到失败,失败了没有打包】' ", "postinstall": " echo '问题已修复,可以继续使用 npm link ' && echo '安装完毕' && echo '不带【--local】有的环境下会报错,不知道为什么。' && npm link use-on-demand --local", " postversion注释": "每次version之后,都会执行", "postversion": "echo 'version已更新' && git push && echo '开始发布到npm平台' ", " sentry注释": "", "sentry____combine-tsc-uglifyjs": "nps sentry.combine-tsc-uglifyjs", " swap注释": "", "swap____CalcReturnTest": "nps swap.CalcReturnTest", " ts注释": "", "ts____gen-tsconfig": "nps ts.gen-tsconfig", "ts____compile-lib": "nps ts.compile-lib", "ts____build-typedoc": "nps ts.typedoc.build-typedoc", "ts____i18n.simplifySlim": "nps ts.i18n.simplifySlim", "ts____map": "nps ts.i18n.map", " vue注释": "", "vue____single-cp____serve": "nps vue.cli-4.serve", "vue____single-cp____compile-lib": "nps vue.cli-4.lib", "vue____multi-cp____serve": "nps vue.cli-4.multi-cp.serve", "vue____multi-cp____compile-lib": "nps vue.cli-4.multi-cp.build", "vue____inspect-config____production": "nps vue.cli-4.inspect-config.production", "vue____lint": "nps vue.cli-4.lint", "vue____test": "nps vue.cli-4.test:unit", "vue____gen-cp-type": "nps vue.cp.gen-type", " npm注释": "", "npm____auto-publish": "nps npm.auto-publish", "npm____complete-reinstall": "npm link nps-utils && nps npm.complete-reinstall", " robot注释": "", "robot____Demo1": "nps robot.Demo1", " vuepress注释": "", "vuepress____docs:dev": "nps vuepress.docs.dev", "vuepress____docs:build": "nps vuepress.docs.build", "vuepress____docs:deploy.github-pages____nps": "nps vuepress.docs.deploy.github-pages____nps", "vuepress____docs:deploy.github-pages____sh": "nps vuepress.docs.deploy.github-pages____sh", "vuepress____gen-sitemap": "nps vuepress.gen-sitemap", " test注释": "", "test____jest": "nps test.jest", " server注释": "", "server____corsProxy": "nps server.corsProxy_demo1", "server____common-demo_20443": "nps server.common-demo-20443", "server____common-demo_443": "nps server.common-demo-443", " md注释": "", "md____drawFlow": "nps md.drawFlow" }, "gitHooks": { "pre-commit": "echo 'pre-commit 这里放入,提交前检查' ", "post-commit": "echo 'post-commit 这里放入,提交后操作' ", "pre-push": "echo 'pre-push 这里放入,推送仓库前操作' && echo '在Push成功后,【Travis】将会自动打包。' " }, "lint-staged": { "*.ts": [ "vue-cli-service lint", "git add" ], "*.vue": [ "vue-cli-service lint", "git add" ] }, " 依赖————————————————————————————————————": "————————————————", "dependencies": { "@tweenjs/tween.js": "~17.3.0", "axios": "~0.24.0", "clipboard": "~2.0.6", "core-js": "~3.6.5", "crypto-js": "4.0.0", "deepmerge": "^1.2.0", "element-ui": "~2.13.2", "file-saver": "~1.3.8", "jquery": "~3.5.1", "jszip": "~3.5.0", "koa": "~2.13.0", "live2d-widget": "~3.1.4", "nuxt": "~2.14.1", "reflect-metadata": "~0.1.13", "soundjs": "~1.0.1", "stats-js": "~1.0.1", "three": "~0.56.0", "typed-vuex": "~0.1.20", "v-viewer": "1.5.1", "video.js": "~7.8.4", "vue": "~2.6.12", "vue-class-component": "~7.2.5", "vue-fragment": "1.5.1", "vue-i18n": "~8.20.0", "vue-property-decorator": "~9.0.0", "vue-router": "~3.4.2", "vue-ueditor-wrap": "~2.4.4", "vuex": "~3.5.1", "vuex-class": "~0.3.2", "xlsx": "~0.16.5" }, "@comment peerDependencies": [ "所有的【peerDependencies】,都需要在【不是devDependencies 而是dependencies】中安装一份" ], "peerDependencies": { "@tweenjs/tween.js": "~17.3.0", "axios": "~0.24.0", "clipboard": "~2.0.6", "core-js": "~3.6.5", "crypto-js": "4.0.0", "deepmerge": "^1.2.0", "element-ui": "~2.13.2", "file-saver": "~1.3.8", "jquery": "~3.5.1", "jszip": "~3.5.0", "koa": "~2.13.0", "live2d-widget": "~3.1.4", "nuxt": "~2.14.1", "reflect-metadata": "~0.1.13", "soundjs": "~1.0.1", "stats-js": "~1.0.1", "three": "~0.56.0", "typed-vuex": "~0.1.20", "video.js": "~7.8.4", "vue": "~2.6.12", "vue-property-decorator": "~9.0.0", "vue-class-component": "~7.2.5", "vuex-class": "~0.3.2", "vue-i18n": "~8.20.0", "vue-ueditor-wrap": "~2.4.4", "vuex": "~3.5.1", "vue-router": "~3.4.2", "vue-fragment": "1.5.1", "v-viewer": "1.5.1", "xlsx": "~0.16.5" }, "devDependencies": { "@nuxt/types": "2.13.2", "@nuxt/typescript-build": "1.0.3", "@nuxtjs/axios": "5.12.1", "@types/koa": "2.11.3", "@types/ncp": "2.0.4", "@types/jquery": "3.5.1", "@types/clipboard": "2.0.1", "@types/file-saver": "1.3.1", "@typescript-eslint/eslint-plugin": "2.34.0", "@typescript-eslint/parser": "2.34.0", "@vue/cli-plugin-babel": "~4.5.4", "@vue/cli-plugin-eslint": "~4.5.4", "@vue/cli-plugin-typescript": "~4.5.4", "@vue/cli-plugin-unit-jest": "~4.5.4", "@vue/cli-service": "~4.5.4", "@vue/eslint-config-prettier": "6.0.0", "@vue/eslint-config-typescript": "5.1.0", "@vue/test-utils": "1.1.1", "advanced-sitemap-generator": "1.8.8", "babel-plugin-import": "1.13.1", "babel-jest": "26.6.3", "babel-preset-env": "1.7.0", "circular-dependency-plugin": "5.2.0", "duplicate-package-checker-webpack-plugin": "3.0.0", "eslint": "6.8.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-vue": "6.2.2", "esm": "3.2.25", "jest": "26.6.3", "less": "3.12.2", "less-loader": "7.1.0", "lint-staged": "10.2.11", "nps-utils": "1.7.0", "ncp": "2.0.0", "prettier": "2.1.1", "regenerator-runtime": "0.13.7", "sass": "1.26.10", "sass-loader": "10.0.1", "sitemap-generator": "8.5.1", "script-loader": "0.7.2", "stylus": "0.54.8", "stylus-loader": "3.0.2", "ts-node": "8.10.2", "tsargs": "1.4.0", "tslib": "2.0.0", "typedoc": "0.19.2", "typescript": "4.0.2", "use-on-demand": "github:hanshou101/use-on-demand#master", "vue-template-compiler": "~2.6.12", "vue-type-declaration": "~2.0.3", "vue-jest": "3.0.7", "vuepress": "^1.7.1", "worker-loader": "3.0.5" }, " 文字属性————————————————————————————————————": "————————————————", "name": "use-on-demand", "version": "1.2.84", "description": "按需使用的代码工具仓库。", "private": false, "keywords": [ "use-on-demand", "js" ], "author": "anonymous", "license": "MIT", "homepage": "https://github.com/hanshou101/use-on-demand#readme", "repository": { "type": "git", "url": "git+https://github.com/hanshou101/use-on-demand.git" }, "bugs": { "url": "https://github.com/hanshou101/use-on-demand/issues" }, " 发包属性————————————————————————————————————": "————————————————", "main": "lib-cp/index/index.js", "typings": "packages/index.d.ts" }