修改
正在显示
| { | ||
| "_args": [ | ||
| [ | ||
| "pica-h5-agreement@2.0.1", | ||
| "pica-h5-agreement@1.0.2", | ||
| "D:\\wsp\\积木-ssr\\pica-toy-brick" | ||
| ] | ||
| ], | ||
| "_from": "pica-h5-agreement@2.0.1", | ||
| "_id": "pica-h5-agreement@2.0.1", | ||
| "_from": "pica-h5-agreement@1.0.2", | ||
| "_id": "pica-h5-agreement@1.0.2", | ||
| "_inBundle": false, | ||
| "_integrity": "sha512-IlXHRdJZ3bfQ41Ofw8rQiaZIdDJ+9czOs59mqmHSdZwLf41sxcAUnGrKSgNxUQCyZl3OAoPCnGlZlN5+l5SgJQ==", | ||
| "_location": "/pica-h5-agreement", | ||
| ... | ... | @@ -18,30 +18,30 @@ |
| "_requested": { | ||
| "type": "version", | ||
| "registry": true, | ||
| "raw": "pica-h5-agreement@2.0.1", | ||
| "raw": "pica-h5-agreement@1.0.2", | ||
| "name": "pica-h5-agreement", | ||
| "escapedName": "pica-h5-agreement", | ||
| "rawSpec": "2.0.1", | ||
| "rawSpec": "1.0.2", | ||
| "saveSpec": null, | ||
| "fetchSpec": "2.0.1" | ||
| "fetchSpec": "1.0.2" | ||
| }, | ||
| "_requiredBy": [ | ||
| "/", | ||
| "/pica-topic-comment", | ||
| "/pica-topic-stencil" | ||
| "/" | ||
| ], | ||
| "_resolved": "http://192.168.110.93:4873/pica-h5-login/-/pica-h5-login-2.0.1.tgz", | ||
| "_spec": "2.0.1", | ||
| "_resolved": "http://192.168.110.93:4873/pica-h5-agreement/-/pica-h5-agreement-1.0.2.tgz", | ||
| "_spec": "1.0.2", | ||
| "_where": "D:\\wsp\\积木-ssr\\pica-toy-brick", | ||
| "author": { | ||
| "name": "souse" | ||
| "name": "pica" | ||
| }, | ||
| "bundleDependencies": false, | ||
| "dependencies": { | ||
| "axios": "^0.18.0", | ||
| "jsencrypt": "^3.0.0-rc.1", | ||
| "vant": "^1.4.2" | ||
| }, | ||
| "description": "h5 login component", | ||
| "deprecated": false, | ||
| "description": "h5 login agreement component", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.4.4", | ||
| "@babel/preset-env": "^7.4.4", | ||
| ... | ... | @@ -52,20 +52,24 @@ |
| "rollup": "^1.0.2", | ||
| "rollup-plugin-babel": "^4.3.2", | ||
| "rollup-plugin-commonjs": "^10.0.0", | ||
| "rollup-plugin-image": "^1.0.2", | ||
| "rollup-plugin-imagemin": "^0.4.0", | ||
| "rollup-plugin-node-resolve": "^5.0.0", | ||
| "rollup-plugin-postcss": "^2.0.3", | ||
| "rollup-plugin-terser": "^4.0.1", | ||
| "rollup-plugin-url": "^2.2.1", | ||
| "rollup-plugin-vue": "^5.0.0", | ||
| "vue": "^2.5.17", | ||
| "vue-template-compiler": "^2.6.10" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 8.0.0", | ||
| "npm": ">= 4.0.0" | ||
| "node": ">= 6.0.0", | ||
| "npm": ">= 3.0.0" | ||
| }, | ||
| "files": [ | ||
| "lib", | ||
| "src" | ||
| "src", | ||
| "index.js" | ||
| ], | ||
| "keywords": [ | ||
| "rollup", | ||
| ... | ... | @@ -80,10 +84,10 @@ |
| "private": false, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "" | ||
| "url": "http://192.168.110.53/com.pica.cloud.foundation.frontend/pica-h5-agreement.git" | ||
| }, | ||
| "scripts": { | ||
| "prod": "rollup -c" | ||
| }, | ||
| "version": "2.0.1" | ||
| "version": "1.0.2" | ||
| } |
想要评论请 注册 或 登录