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
| {
| "_from": "bytenode@^1.3.6",
| "_id": "bytenode@1.5.6",
| "_inBundle": false,
| "_integrity": "sha512-0u56IFvIOoZLKU61Xs6liNi79xDg10CiF639GWQnBgeh5MmQKTW90tyh8yH/yH/UW5DCkpuIinK0IhFzKlUiTQ==",
| "_location": "/bytenode",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "bytenode@^1.3.6",
| "name": "bytenode",
| "escapedName": "bytenode",
| "rawSpec": "^1.3.6",
| "saveSpec": null,
| "fetchSpec": "^1.3.6"
| },
| "_requiredBy": [
| "/ee-bin",
| "/ee-core"
| ],
| "_resolved": "https://registry.npmmirror.com/bytenode/-/bytenode-1.5.6.tgz",
| "_shasum": "77a2f46c4347e069d5cf61f17a2d97d84c9f3279",
| "_spec": "bytenode@^1.3.6",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
| "author": {
| "name": "Osama Abbas",
| "email": "pw.osama@gmail.com"
| },
| "bin": {
| "bytenode": "lib/cli.js"
| },
| "bugs": {
| "url": "https://github.com/bytenode/bytenode/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A minimalist bytecode compiler for Node.js",
| "devDependencies": {
| "electron": "^29.1.0",
| "mocha": "^10.3.0"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/bytenode/bytenode#readme",
| "keywords": [
| "bytenode",
| "bytecode",
| "v8-snapshots",
| "compile",
| "compiler"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "bytenode",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/bytenode/bytenode.git"
| },
| "scripts": {
| "test": "mocha ./test/*.test.js"
| },
| "types": "lib/index.d.ts",
| "version": "1.5.6"
| }
|
|