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
100
101
102
| {
| "_args": [
| [
| "ypkgfiles@1.6.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "ypkgfiles@1.6.0",
| "_id": "ypkgfiles@1.6.0",
| "_inBundle": false,
| "_integrity": "sha512-q8vgLzZy5CO1LUBFPWOkYpqCkAEaWdXTAAIfLREB72vxnXd+vUZvU3Qxb694TyPc56zA3t8fZIcBNj8fWtSR2A==",
| "_location": "/ypkgfiles",
| "_phantomChildren": {
| "code-point-at": "1.1.0",
| "decamelize": "1.2.0",
| "error-ex": "1.3.2",
| "get-caller-file": "1.0.3",
| "graceful-fs": "4.1.15",
| "is-utf8": "0.2.1",
| "normalize-package-data": "2.5.0",
| "number-is-nan": "1.0.1",
| "pinkie-promise": "2.0.1",
| "require-directory": "2.1.1",
| "require-main-filename": "1.0.1",
| "set-blocking": "2.0.0",
| "strip-ansi": "3.0.1",
| "wrap-ansi": "2.1.0"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "ypkgfiles@1.6.0",
| "name": "ypkgfiles",
| "escapedName": "ypkgfiles",
| "rawSpec": "1.6.0",
| "saveSpec": null,
| "fetchSpec": "1.6.0"
| },
| "_requiredBy": [
| "/egg-bin"
| ],
| "_resolved": "https://registry.npmjs.org/ypkgfiles/-/ypkgfiles-1.6.0.tgz",
| "_spec": "1.6.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "popomore",
| "email": "sakura9515@gmail.com"
| },
| "bin": {
| "pkgfiles": "bin/pkgfiles.js",
| "ypkgfiles": "bin/ypkgfiles.js"
| },
| "bugs": {
| "url": "https://github.com/popomore/ypkgfiles/issues"
| },
| "ci": {
| "version": "4, 6, 7"
| },
| "dependencies": {
| "debug": "^2.6.1",
| "glob": "^7.1.1",
| "is-type-of": "^1.0.0",
| "resolve-files": "^1.0.0",
| "yargs": "^7.0.1"
| },
| "description": "Yet another pkgfiles that generate pkg.files automatically",
| "devDependencies": {
| "autod": "^2.7.1",
| "coffee": "^3.3.0",
| "egg-bin": "^1",
| "egg-ci": "^1.5.0",
| "eslint": "^3.17.1",
| "eslint-config-egg": "^3.2.0",
| "mz": "^2.6.0"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "files": [
| "index.js",
| "bin"
| ],
| "homepage": "https://github.com/popomore/ypkgfiles#readme",
| "license": "MIT",
| "name": "ypkgfiles",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/popomore/ypkgfiles.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "dev": "egg-bin dev",
| "lint": "eslint .",
| "start": "node index.js",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "1.6.0"
| }
|
|