333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
{
  "_args": [
    [
      "espower-loader@1.2.2",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_development": true,
  "_from": "espower-loader@1.2.2",
  "_id": "espower-loader@1.2.2",
  "_inBundle": false,
  "_integrity": "sha1-7bRsPFmga6yOpzppXIblxaC8gto=",
  "_location": "/espower-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "espower-loader@1.2.2",
    "name": "espower-loader",
    "escapedName": "espower-loader",
    "rawSpec": "1.2.2",
    "saveSpec": null,
    "fetchSpec": "1.2.2"
  },
  "_requiredBy": [
    "/intelli-espower-loader"
  ],
  "_resolved": "https://registry.npmjs.org/espower-loader/-/espower-loader-1.2.2.tgz",
  "_spec": "1.2.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-loader/issues"
  },
  "contributors": [
    {
      "name": "Eward Song",
      "url": "https://github.com/shepherdwind"
    },
    {
      "name": "Haoliang Gao",
      "url": "https://github.com/popomore"
    }
  ],
  "dependencies": {
    "convert-source-map": "^1.1.0",
    "espower-source": "^2.0.0",
    "minimatch": "^3.0.0",
    "source-map-support": "^0.4.0",
    "xtend": "^4.0.0"
  },
  "description": "Power Assert feature instrumentor on the fly",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "jshint": "^2.9.4",
    "mocha": "^3.0.0",
    "power-assert": "^1.4.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "CHANGELOG.md",
    "MIT-LICENSE.txt",
    "README.md",
    "examples",
    "index.js",
    "package.json"
  ],
  "homepage": "https://github.com/power-assert-js/espower-loader",
  "keywords": [
    "power-assert",
    "assert",
    "assertion",
    "test",
    "testing"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "espower-loader",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/power-assert-js/espower-loader.git"
  },
  "scripts": {
    "lint": "jshint index.js",
    "not_tobe_instrumented": "mocha 'test/not_tobe_instrumented/*.js'",
    "test": "npm run lint && npm run unit && npm run tobe_instrumented && npm run not_tobe_instrumented",
    "tobe_instrumented": "mocha --require './test_loader/enable-power-assert' 'test/tobe_instrumented/*.js'",
    "unit": "mocha 'test/unit/**/*.js'"
  },
  "version": "1.2.2"
}