fpPS4-Temmie-s-Launcher/App/node_modules/memoryjs/package.json

68 lines
1.9 KiB
JSON

{
"_from": "memoryjs",
"_id": "memoryjs@3.5.1",
"_inBundle": false,
"_integrity": "sha512-xSdgCVwjtpGr6GvC0h2gYnhno/8/cFFGa3PiDE4D3MlutWEtBO8LEYSB4sk5kfxZ2t6alHT+H76QJfWBoZWnlQ==",
"_location": "/memoryjs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "memoryjs",
"name": "memoryjs",
"escapedName": "memoryjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/memoryjs/-/memoryjs-3.5.1.tgz",
"_shasum": "9156412cf18ad4ee0f6e57aa9753cc593884ff89",
"_spec": "memoryjs",
"_where": "",
"author": {
"name": "Rob--"
},
"bugs": {
"url": "https://github.com/Rob--/memoryjs/issues"
},
"bundleDependencies": false,
"dependencies": {
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^12.1.0",
"node-addon-api": "^3.2.1"
},
"deprecated": false,
"description": "Node add-on for memory reading and writing!",
"gypfile": true,
"homepage": "https://github.com/Rob--/memoryjs#readme",
"keywords": [
"memory",
"reading",
"writing",
"management",
"addon"
],
"license": "MIT",
"main": "index.js",
"name": "memoryjs",
"repository": {
"type": "git",
"url": "git+https://github.com/Rob--/memoryjs.git"
},
"scripts": {
"build": "node ./scripts/install.js",
"build32": "node-gyp clean configure build --arch=ia32",
"build64": "node-gyp clean configure build --arch=x64",
"buildtest": "cd test && MSBuild.exe project.sln //p:Configuration=Release",
"debug": "node ./scripts/debug.js",
"debug32": "node-gyp configure rebuild --debug --arch=xia32",
"debug64": "node-gyp configure rebuild --debug --arch=x64",
"install": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.5.1"
}