| 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
 | | { |  |   "_args": [ |  |     [ |  |       "espower-typescript@9.0.1", |  |       "E:\\ximenzi\\wms\\old\\api" |  |     ] |  |   ], |  |   "_development": true, |  |   "_from": "espower-typescript@9.0.1", |  |   "_id": "espower-typescript@9.0.1", |  |   "_inBundle": false, |  |   "_integrity": "sha512-WmEm8Hs0SX06izEdi4Qlu3GPOgshejXXA22OA5i+9oN0yC9pWLxlomyPkNkksAQl+ZV5dOGyTdC4gBAEfwqBww==", |  |   "_location": "/espower-typescript", |  |   "_phantomChildren": {}, |  |   "_requested": { |  |     "type": "version", |  |     "registry": true, |  |     "raw": "espower-typescript@9.0.1", |  |     "name": "espower-typescript", |  |     "escapedName": "espower-typescript", |  |     "rawSpec": "9.0.1", |  |     "saveSpec": null, |  |     "fetchSpec": "9.0.1" |  |   }, |  |   "_requiredBy": [ |  |     "/egg-bin" |  |   ], |  |   "_resolved": "https://registry.npmjs.org/espower-typescript/-/espower-typescript-9.0.1.tgz", |  |   "_spec": "9.0.1", |  |   "_where": "E:\\ximenzi\\wms\\old\\api", |  |   "author": { |  |     "name": "Teppei Sato", |  |     "email": "teppeis@gmail.com" |  |   }, |  |   "bugs": { |  |     "url": "https://github.com/power-assert-js/espower-typescript/issues" |  |   }, |  |   "dependencies": { |  |     "espower-source": "^2.3.0", |  |     "minimatch": "^3.0.3", |  |     "source-map-support": "^0.5.9", |  |     "ts-node": "^7.0.1" |  |   }, |  |   "description": "power-assert instrumentor for TypeScript", |  |   "devDependencies": { |  |     "@types/mocha": "^5.2.5", |  |     "@types/node": "^10.9.4", |  |     "@types/react": "^16.4.13", |  |     "eslint": "^5.5.0", |  |     "eslint-config-teppeis": "^8.2.0", |  |     "mocha": "^5.2.0", |  |     "npm-run-all": "^4.1.3", |  |     "power-assert": "^1.6.1", |  |     "prettier": "~1.14.2", |  |     "react": "^16.5.0", |  |     "typescript": "^3.0.3" |  |   }, |  |   "engines": { |  |     "node": ">=6" |  |   }, |  |   "files": [ |  |     "*.js" |  |   ], |  |   "homepage": "https://github.com/power-assert-js/espower-typescript", |  |   "keywords": [ |  |     "power-assert", |  |     "typescript" |  |   ], |  |   "license": "MIT", |  |   "main": "index.js", |  |   "name": "espower-typescript", |  |   "peerDependencies": { |  |     "typescript": ">= 2.4.2" |  |   }, |  |   "repository": { |  |     "type": "git", |  |     "url": "git+https://github.com/power-assert-js/espower-typescript.git" |  |   }, |  |   "scripts": { |  |     "demo": "mocha --require './guess' test/demo.ts", |  |     "lint": "eslint *.js", |  |     "test": "run-s lint test:*", |  |     "test:allow-js": "cd test/test-allow-js && mocha --require ../../guess test/*_test.js", |  |     "test:outdir": "cd test/test-outdir && mocha --require ../../guess test/*_test.ts", |  |     "test:ts": "mocha --require './guess' test/*_test.ts", |  |     "test:tsx": "mocha --require './guess' test/*_test.tsx" |  |   }, |  |   "version": "9.0.1" |  | } | 
 |