123456789101112131415161718192021222324252627282930313233 |
- {
- "requires": true,
- "lockfileVersion": 1,
- "dependencies": {
- "@vant/weapp": {
- "version": "1.8.7",
- "resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.8.7.tgz",
- "integrity": "sha512-rVOrtsB3haOPrhOzM9s4IsO8CxBH/Eg/3Oqrxe3konfEBHAjHHPAsMDdsogo3rMo72Z2vj8063n2KLBTWYAc5Q=="
- },
- "moment": {
- "version": "2.29.1",
- "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
- "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
- },
- "gulp": {
- "name":"gulp",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "gulp": "^4.0.2",
- "gulp-uglify": "^3.0.2"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC"
- }
- }
- }
|