1 | {
|
2 | "name": "think-mysql",
|
3 | "description": "think-mysql for ThinkJS",
|
4 | "version": "1.4.4",
|
5 | "author": {
|
6 | "name": "zhengqingxin",
|
7 | "email": "362965772@qq.com"
|
8 | },
|
9 | "scripts": {
|
10 | "lint": "eslint index.js",
|
11 | "lint-fix": "eslint --fix index.js",
|
12 | "test": "eslint index.js && nyc ava test",
|
13 | "coverage": "nyc report --reporter=html"
|
14 | },
|
15 | "ava": {
|
16 | "require": [
|
17 | "babel-core/register"
|
18 | ]
|
19 | },
|
20 | "contributors": [
|
21 | {
|
22 | "name": "zhengqingxin",
|
23 | "email": "362965772@qq.com"
|
24 | }
|
25 | ],
|
26 | "main": "index.js",
|
27 | "dependencies": {
|
28 | "debug": "^2.6.4",
|
29 | "mysql": "^2.16.0",
|
30 | "think-debounce": "^1.0.3",
|
31 | "think-helper": "^1.1.3",
|
32 | "think-instance": "^1.0.2"
|
33 | },
|
34 | "devDependencies": {
|
35 | "ava": "^0.18.2",
|
36 | "babel-core": "^6.22.1",
|
37 | "babel-eslint": "^7.1.1",
|
38 | "coveralls": "^2.12.0",
|
39 | "eslint": "^4.3.0",
|
40 | "eslint-config-think": "^1.0.1",
|
41 | "mkdirp": "^0.5.1",
|
42 | "mock-require": "^2.0.1",
|
43 | "nyc": "^7.0.0",
|
44 | "rimraf": "^2.6.1"
|
45 | },
|
46 | "keywords": [],
|
47 | "repository": {
|
48 | "type": "git",
|
49 | "url": "https://github.com/thinkjs/think-mysql"
|
50 | },
|
51 | "engines": {
|
52 | "node": ">=6.0.0"
|
53 | },
|
54 | "readmeFilename": "README.md",
|
55 | "bugs": {
|
56 | "url": "https://github.com/thinkjs/think-mysql/issues"
|
57 | }
|
58 | }
|