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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
| {
| "_args": [
| [
| "common-bin@2.8.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "common-bin@2.8.1",
| "_id": "common-bin@2.8.1",
| "_inBundle": false,
| "_integrity": "sha512-LHgAdspkAQBUuFInrPa1Diy1xNduvXJdiOVq4Kicw5buHWH3//jQwU4izFFbok4Zl3QT2Ty08mq4ZddpB9RNMg==",
| "_location": "/common-bin",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "common-bin@2.8.1",
| "name": "common-bin",
| "escapedName": "common-bin",
| "rawSpec": "2.8.1",
| "saveSpec": null,
| "fetchSpec": "2.8.1"
| },
| "_requiredBy": [
| "/egg-bin",
| "/egg-scripts"
| ],
| "_resolved": "https://registry.npmjs.org/common-bin/-/common-bin-2.8.1.tgz",
| "_spec": "2.8.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "fengmk2",
| "email": "fengmk2@gmail.com",
| "url": "https://fengmk2.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/common-bin/issues"
| },
| "ci": {
| "version": "6, 8, 10",
| "license": {
| "year": "2017",
| "fullname": "node-modules and other contributors"
| }
| },
| "dependencies": {
| "@types/dargs": "^5.1.0",
| "@types/node": "^10.12.18",
| "@types/yargs": "^12.0.4",
| "chalk": "^2.4.1",
| "change-case": "^3.0.2",
| "co": "^4.6.0",
| "dargs": "^6.0.0",
| "debug": "^4.1.0",
| "is-type-of": "^1.2.1",
| "semver": "^5.5.1",
| "yargs": "^12.0.2",
| "yargs-parser": "^11.0.0"
| },
| "description": "Abstraction bin tool",
| "devDependencies": {
| "autod": "^3.0.1",
| "coffee": "^5.1.0",
| "egg-bin": "^4.9.0",
| "egg-ci": "^1.5.0",
| "eslint": "^5.6.1",
| "eslint-config-egg": "^7.1.0",
| "mm": "^2.4.1",
| "rimraf": "^2.6.2",
| "typescript": "^3.2.2",
| "webstorm-disable-index": "^1.1.2"
| },
| "engines": {
| "node": ">= 6.0.0"
| },
| "files": [
| "lib",
| "index.d.ts",
| "index.js"
| ],
| "homepage": "https://github.com/node-modules/common-bin",
| "main": "index.js",
| "name": "common-bin",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-modules/common-bin.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run clean && npm run lint && egg-bin cov",
| "clean": "rimraf coverage",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "types": "index.d.ts",
| "version": "2.8.1"
| }
|
|