2021-05-28 17:19:31 +02:00

67 lines
1.6 KiB
JSON

{
"_from": "bytenode",
"_id": "bytenode@1.3.3",
"_inBundle": false,
"_integrity": "sha512-N/d5zwUSsl7WbwY3xVmh8TzDjW4PyVxbb0RQdwc80PKs97a99WVfO+k/dfdG49Xr4NQyab8s6lQJd4tdUo7X1Q==",
"_location": "/bytenode",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bytenode",
"name": "bytenode",
"escapedName": "bytenode",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bytenode/-/bytenode-1.3.3.tgz",
"_shasum": "cec8ef591647baa9ba6e8059c29625f95372fcc3",
"_spec": "bytenode",
"_where": "E:\\Github_Repositories\\EreshkigalMods_reworked\\AdvancedBotLoadouts_new\\ZEreshkigal-AdvancedBotLoadouts",
"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": "^12.0.9",
"mocha": "^8.4.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.3.3"
}