1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
| {
| "_args": [
| [
| "tslint-config-egg@1.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "tslint-config-egg@1.0.0",
| "_id": "tslint-config-egg@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-Q8TNZ0UDbaoXxOzvHOfqIlbK1u00dIOKvcXtjD9z2b3y5ACUv3M5pPg0XE8JNuwejlANasPNSIpQKHMfVo7SuA==",
| "_location": "/tslint-config-egg",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "tslint-config-egg@1.0.0",
| "name": "tslint-config-egg",
| "escapedName": "tslint-config-egg",
| "rawSpec": "1.0.0",
| "saveSpec": null,
| "fetchSpec": "1.0.0"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/tslint-config-egg/-/tslint-config-egg-1.0.0.tgz",
| "_spec": "1.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "whxaxes",
| "email": "whxaxes@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/eggjs/tslint-config-egg/issues"
| },
| "ci": {
| "version": "8, 10"
| },
| "dependencies": {
| "tslint-eslint-rules": "^5.4.0"
| },
| "description": "tslint config for egg",
| "devDependencies": {
| "@types/node": "^10.11.4",
| "autod": "^3.0.1",
| "coffee": "^5.1.0",
| "egg-bin": "^1.0.0",
| "egg-ci": "^1.9.2",
| "eslint": "^5.6.1",
| "eslint-config-egg": "^7.1.0",
| "tslint": "^5.11.0",
| "typescript": "^3.0.3"
| },
| "engines": {
| "node": ">=8.0.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/eggjs/tslint-config-egg",
| "license": "MIT",
| "main": "./index.js",
| "name": "tslint-config-egg",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/tslint-config-egg.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run test",
| "lint": "eslint test/*.test.js *.js",
| "test": "egg-bin test"
| },
| "version": "1.0.0"
| }
|
|