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
| {
| "_args": [
| [
| "espower@2.1.2",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "espower@2.1.2",
| "_id": "espower@2.1.2",
| "_inBundle": false,
| "_integrity": "sha512-2qa3aEFtcgPB782jTKDPu82hOdw8+zJsWdOn12Tey8XlexHTqsYUIdLC2B7cUECENXly0vZblH1CEZcqttPNjw==",
| "_location": "/espower",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "espower@2.1.2",
| "name": "espower",
| "escapedName": "espower",
| "rawSpec": "2.1.2",
| "saveSpec": null,
| "fetchSpec": "2.1.2"
| },
| "_requiredBy": [
| "/espower-source"
| ],
| "_resolved": "https://registry.npmjs.org/espower/-/espower-2.1.2.tgz",
| "_spec": "2.1.2",
| "_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/issues"
| },
| "contributors": [
| {
| "name": "James Talmage",
| "url": "https://github.com/jamestalmage"
| }
| ],
| "dependencies": {
| "array-find": "^1.0.0",
| "escallmatch": "^1.5.0",
| "escodegen": "^1.7.0",
| "escope": "^3.3.0",
| "espower-location-detector": "^1.0.0",
| "espurify": "^1.3.0",
| "estraverse": "^4.1.0",
| "source-map": "^0.5.0",
| "type-name": "^2.0.0"
| },
| "description": "Power Assert feature instrumentor based on the ECMAScript AST",
| "devDependencies": {
| "acorn": "^5.0.0",
| "acorn-es7-plugin": "^1.0.14",
| "esprima": "^4.0.0",
| "jshint": "^2.9.2",
| "mocha": "^5.0.0",
| "nyc": "^13.1.0",
| "rimraf": "^2.6.3"
| },
| "directories": {
| "lib": "./lib"
| },
| "files": [
| "CHANGELOG.md",
| "MIT-LICENSE.txt",
| "README.md",
| "index.js",
| "lib",
| "package.json"
| ],
| "homepage": "https://github.com/power-assert-js/espower",
| "keywords": [
| "power-assert",
| "assert",
| "assertion",
| "test",
| "testing",
| "ecmascript",
| "estree",
| "ast"
| ],
| "license": "MIT",
| "main": "./index.js",
| "name": "espower",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/power-assert-js/espower.git"
| },
| "scripts": {
| "clean": "rimraf ./coverage",
| "coveralls": "npm run test:cov && cat ./coverage/lcov.info | coveralls",
| "gen": "node gen.js",
| "lint": "jshint index.js lib",
| "preversion": "npm test",
| "test": "npm run lint && npm run gen && npm run test:unit",
| "test:cov": "nyc --reporter=lcovonly npm run test:unit",
| "test:unit": "mocha --reporter dot"
| },
| "version": "2.1.2"
| }
|
|