{
  "_from": "wx-minicomponent@^1.0.7",
  "_id": "wx-minicomponent@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-z3IMqVD9yJPb0DU95uA7lxBQkC888GijBMWEtdGPnuajI0u5PmNttxPGGwkM78GBAdnDeeKmJUir7W7jjC50ng==",
  "_location": "/wx-minicomponent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "wx-minicomponent@^1.0.7",
    "name": "wx-minicomponent",
    "escapedName": "wx-minicomponent",
    "rawSpec": "^1.0.7",
    "saveSpec": null,
    "fetchSpec": "^1.0.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/wx-minicomponent/-/wx-minicomponent-1.0.7.tgz",
  "_shasum": "ca01e46ee6e7f44388430f7bb4f3920a7dc2f637",
  "_spec": "wx-minicomponent@^1.0.7",
  "_where": "F:\\study\\wx-mall-components\\src",
  "author": {
    "name": "sam"
  },
  "bugs": {
    "url": "https://github.com/csonchen/wx-minicomponent/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "小程序自定义组件开发模板：",
  "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.0",
    "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"
  },
  "homepage": "https://github.com/csonchen/wx-minicomponent#readme",
  "jest": {
    "testEnvironment": "jsdom",
    "testURL": "https://jest.test",
    "collectCoverageFrom": [
      "miniprogram_dist/**/*.js"
    ],
    "moduleDirectories": [
      "node_modules",
      "miniprogram_dist"
    ]
  },
  "license": "MIT",
  "main": "miniprogram_dist/index.js",
  "miniprogram": "miniprogram_dist",
  "name": "wx-minicomponent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csonchen/wx-minicomponent.git"
  },
  "scripts": {
    "build": "gulp",
    "clean": "gulp clean",
    "clean-dev": "gulp clean --develop",
    "coverage": "jest ./test/* --coverage --bail",
    "dev": "gulp dev --develop",
    "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",
    "watch": "gulp watch --develop --watch"
  },
  "version": "1.0.7"
}
