123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_from": "@lucky-canvas/mini@latest",
- "_id": "@lucky-canvas/mini@0.0.6",
- "_inBundle": false,
- "_integrity": "sha512-4wX/481bwA3eWMfeSgVPsQYYk4KRlGH/CSmSytg6kHK/oUk2kOhnSHBCUfR8K9wyuo8fDWoQ7iBqZ523KmLoDA==",
- "_location": "/@lucky-canvas/mini",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "@lucky-canvas/mini@latest",
- "name": "@lucky-canvas/mini",
- "escapedName": "@lucky-canvas%2fmini",
- "scope": "@lucky-canvas",
- "rawSpec": "latest",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@lucky-canvas/mini/-/mini-0.0.6.tgz",
- "_shasum": "7a57b8541ce4b7ff8d3ede298ef1e6032c37e2bb",
- "_spec": "@lucky-canvas/mini@latest",
- "_where": "E:\\Software\\phpstudy_pro\\WWW\\zqxg\\resources\\zqxg\\zqxgxcx",
- "author": {
- "name": "ldq"
- },
- "bundleDependencies": false,
- "dependencies": {
- "lucky-canvas": "~1.7.16"
- },
- "deprecated": false,
- "description": "<div align=\"center\"> <img src=\"https://cdn.jsdelivr.net/gh/buuing/cdn/imgs/lucky-canvas.jpg\" width=\"210\" alt=\"logo\" /> <h1>微信小程序 抽奖组件</h1> <p>一个基于微信小程序的 ( 大转盘 / 九宫格 / 老虎机 ) 抽奖插件</p> <p> <a href=\"https://github.com/buuing/lucky-canvas/stargazers\" target=\"_black\"> <img src=\"https://img.shields.io/github/stars/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square\" alt=\"stars\" /> </a> <a href=\"https://github.com/buuing/lucky-canvas/network/members\" target=\"_black\"> <img src=\"https://img.shields.io/github/forks/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square\" alt=\"forks\" /> </a> <a href=\"https://github.com/buuing\" target=\"_black\"> <img src=\"https://img.shields.io/badge/Author-%20buuing%20-7289da.svg?&logo=github&style=flat-square\" alt=\"author\" /> </a> <a href=\"https://github.com/buuing/lucky-canvas/blob/master/LICENSE\" target=\"_black\"> <img src=\"https://img.shields.io/github/license/buuing/lucky-canvas?color=%232dce89&logo=github&style=flat-square\" alt=\"license\" /> </a> </p> </div>",
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^2.28.0",
- "@typescript-eslint/parser": "^2.28.0",
- "babel-core": "^6.26.3",
- "babel-loader": "^7.1.5",
- "babel-plugin-module-resolver": "^3.2.0",
- "babel-preset-env": "^1.7.0",
- "colors": "^1.3.1",
- "eslint": "^5.14.1",
- "eslint-config-airbnb-base": "13.1.0",
- "eslint-loader": "^2.1.2",
- "eslint-plugin-import": "^2.16.0",
- "eslint-plugin-node": "^7.0.1",
- "eslint-plugin-promise": "^3.8.0",
- "gulp": "^4.0.0",
- "gulp-clean": "^0.4.0",
- "gulp-if": "^2.0.2",
- "gulp-install": "^1.1.0",
- "gulp-less": "^4.0.1",
- "gulp-rename": "^1.4.0",
- "gulp-sourcemaps": "^2.6.5",
- "jest": "^23.5.0",
- "miniprogram-api-typings": "^2.10.3-1",
- "miniprogram-simulate": "^1.2.5",
- "thread-loader": "^2.1.3",
- "through2": "^2.0.3",
- "ts-loader": "^7.0.0",
- "typescript": "^3.8.3",
- "vinyl": "^2.2.0",
- "webpack": "^4.29.5",
- "webpack-node-externals": "^1.7.2"
- },
- "files": [
- "dist"
- ],
- "jest": {
- "testEnvironment": "jsdom",
- "testURL": "https://jest.test",
- "collectCoverageFrom": [
- "dist/**/*.js"
- ],
- "moduleDirectories": [
- "node_modules",
- "dist"
- ]
- },
- "license": "Apache-2.0",
- "main": "dist/index.js",
- "miniprogram": "dist",
- "name": "@lucky-canvas/mini",
- "repository": {
- "type": "git",
- "url": ""
- },
- "scripts": {
- "build": "gulp",
- "clean": "gulp clean",
- "clean-dev": "gulp clean --develop",
- "coverage": "jest ./test/* --coverage --bail",
- "dev": "gulp dev --develop --watch",
- "dist": "npm run build",
- "lint": "eslint \"src/**/*.js\" --fix",
- "lint-tools": "eslint \"tools/**/*.js\" --rule \"import/no-extraneous-dependencies: false\" --fix",
- "test": "jest --bail",
- "test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --bail"
- },
- "version": "0.0.6"
- }
|