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
| {
| "_args": [
| [
| "coffee@5.2.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "coffee@5.2.1",
| "_id": "coffee@5.2.1",
| "_inBundle": false,
| "_integrity": "sha512-U2caAa5S0P1ez5/SeCmmG1ke5mG9n92zBvZvucErLokBDq3Vb0Ai3KpH2iv1svdO986bJqvF6dQRdvlFqP3ZmA==",
| "_location": "/coffee",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "coffee@5.2.1",
| "name": "coffee",
| "escapedName": "coffee",
| "rawSpec": "5.2.1",
| "saveSpec": null,
| "fetchSpec": "5.2.1"
| },
| "_requiredBy": [
| "/egg-mock"
| ],
| "_resolved": "https://registry.npmjs.org/coffee/-/coffee-5.2.1.tgz",
| "_spec": "5.2.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "popomore",
| "email": "sakura9515@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/coffee/issues"
| },
| "ci": {
| "version": "6, 8, 10, 11"
| },
| "dependencies": {
| "cross-spawn": "^6.0.5",
| "debug": "^4.1.0",
| "is-type-of": "^1.2.1"
| },
| "description": "Test command line on Node.js.",
| "devDependencies": {
| "@types/node": "^10.12.18",
| "autod": "^3.0.1",
| "egg-bin": "^4.8.1",
| "egg-ci": "^1.11.0",
| "eslint": "^5.10.0",
| "eslint-config-egg": "^7.1.0",
| "lodash.ismatch": "^4.4.0",
| "mm": "^2.4.1",
| "mocha": "^5.2.0",
| "mz-modules": "^2.1.0",
| "nyc": "^11.0.2",
| "spy": "^1.0.0",
| "typescript": "^3.2.2"
| },
| "engines": {
| "node": ">= 6.0.0"
| },
| "files": [
| "index.js",
| "index.d.ts",
| "lib"
| ],
| "homepage": "https://github.com/node-modules/coffee",
| "keywords": [
| "cli",
| "test",
| "shell",
| "spawn",
| "fork",
| "child_process",
| "exec"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "coffee",
| "repository": {
| "type": "git",
| "url": "git://github.com/node-modules/coffee.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "5.2.1"
| }
|
|