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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
| {
| "_args": [
| [
| "espower-source@2.3.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "espower-source@2.3.0",
| "_id": "espower-source@2.3.0",
| "_inBundle": false,
| "_integrity": "sha512-Wc4kC4zUAEV7Qt31JRPoBUc5jjowHRylml2L2VaDQ1XEbnqQofGWx+gPR03TZAPokAMl5dqyL36h3ITyMXy3iA==",
| "_location": "/espower-source",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "espower-source@2.3.0",
| "name": "espower-source",
| "escapedName": "espower-source",
| "rawSpec": "2.3.0",
| "saveSpec": null,
| "fetchSpec": "2.3.0"
| },
| "_requiredBy": [
| "/espower-loader",
| "/espower-typescript"
| ],
| "_resolved": "https://registry.npmjs.org/espower-source/-/espower-source-2.3.0.tgz",
| "_spec": "2.3.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Takuto Wada",
| "email": "takuto.wada@gmail.com",
| "url": "https://github.com/twada"
| },
| "bugs": {
| "url": "https://github.com/power-assert-js/espower-source/issues"
| },
| "contributors": [
| {
| "name": "azu",
| "url": "https://github.com/azu"
| },
| {
| "name": "James Talmage",
| "url": "https://github.com/jamestalmage"
| },
| {
| "name": "Yoshiki Shibukawa",
| "url": "https://github.com/shibukawa"
| },
| {
| "name": "Yiyu He",
| "url": "https://github.com/dead-horse"
| },
| {
| "name": "Eward Song",
| "url": "https://github.com/shepherdwind"
| }
| ],
| "dependencies": {
| "acorn": "^5.0.0",
| "acorn-es7-plugin": "^1.0.10",
| "convert-source-map": "^1.1.1",
| "empower-assert": "^1.0.0",
| "escodegen": "^1.10.0",
| "espower": "^2.1.1",
| "estraverse": "^4.0.0",
| "merge-estraverse-visitors": "^1.0.0",
| "multi-stage-sourcemap": "^0.2.1",
| "path-is-absolute": "^1.0.0",
| "xtend": "^4.0.0"
| },
| "description": "Power Assert instrumentor from source to source, with source-map",
| "devDependencies": {
| "gulp": "^3.9.0",
| "gulp-jshint": "^2.0.2",
| "gulp-mocha": "^5.0.0",
| "gulp-util": "^3.0.6",
| "jshint": "^2.9.4",
| "jshint-stylish": "^2.0.1",
| "mocha": "^5.0.0",
| "source-map": "^0.5.7"
| },
| "engines": {
| "node": ">=0.8.0",
| "npm": ">=1.2.10"
| },
| "files": [
| "CHANGELOG.md",
| "MIT-LICENSE.txt",
| "README.md",
| "index.js",
| "package.json"
| ],
| "homepage": "https://github.com/power-assert-js/espower-source",
| "keywords": [
| "power-assert",
| "assert",
| "assertion",
| "test",
| "testing"
| ],
| "license": "MIT",
| "main": "./index.js",
| "name": "espower-source",
| "repository": {
| "type": "git",
| "url": "git://github.com/power-assert-js/espower-source.git"
| },
| "scripts": {
| "lint": "gulp lint",
| "preversion": "npm test",
| "test": "gulp test"
| },
| "version": "2.3.0"
| }
|
|