{ "name": "ColorUI-UniApp", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ColorUI-UniApp", "version": "1.0.0", "license": "ISC", "dependencies": { "lodash": "^4.17.20", "lodash.pick": "^4.4.0", "moment": "^2.27.0", "prettier": "^1.12.1", "qs": "^6.9.4" }, "devDependencies": {} }, "node_modules/lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "node_modules/lodash.pick": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=", "deprecated": "This package is deprecated. Use destructuring assignment syntax instead." }, "node_modules/moment": { "version": "2.27.0", "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==", "engines": { "node": "*" } }, "node_modules/prettier": { "version": "1.12.1", "resolved": "http://registry.npm.taobao.org/prettier/download/prettier-1.12.1.tgz", "integrity": "sha1-wa0g6APndJ+vkFpAnSNn4Gu+cyU=", "bin": { "prettier": "bin-prettier.js" }, "engines": { "node": ">=4" } }, "node_modules/qs": { "version": "6.9.4", "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==", "engines": { "node": ">=0.6" }, "funding": { "url": "https://github.com/sponsors/ljharb" } } } }