98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"_from": "electron-rebuild@^1.8.8",
|
|
"_id": "electron-rebuild@1.8.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9a/VGbVpTJcuBaZa8yMcegqJ5flGPYDo363AxXDMxY4ZHPtFMLedGzQW9+720SIS1cvjX8B0zC+vMHO75ncOiA==",
|
|
"_location": "/electron-rebuild",
|
|
"_phantomChildren": {
|
|
"graceful-fs": "4.2.3",
|
|
"jsonfile": "4.0.0",
|
|
"universalify": "0.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "electron-rebuild@^1.8.8",
|
|
"name": "electron-rebuild",
|
|
"escapedName": "electron-rebuild",
|
|
"rawSpec": "^1.8.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.8.8"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron-rebuild/-/electron-rebuild-1.8.8.tgz",
|
|
"_shasum": "412c1b846e944de6ff022aab3f5afd0f5e637f35",
|
|
"_spec": "electron-rebuild@^1.8.8",
|
|
"_where": "/home/massta/Documents/new",
|
|
"author": {
|
|
"name": "Paul Betts",
|
|
"email": "paul@paulbetts.org"
|
|
},
|
|
"bin": {
|
|
"electron-rebuild": "lib/src/cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/electron/electron-rebuild/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"colors": "^1.3.3",
|
|
"debug": "^4.1.1",
|
|
"detect-libc": "^1.0.3",
|
|
"fs-extra": "^7.0.1",
|
|
"node-abi": "^2.11.0",
|
|
"node-gyp": "^6.0.1",
|
|
"ora": "^3.4.0",
|
|
"spawn-rx": "^3.0.0",
|
|
"yargs": "^13.2.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Electron supporting package to rebuild native node modules against the currently installed electron",
|
|
"devDependencies": {
|
|
"@continuous-auth/semantic-release-npm": "^2.0.0",
|
|
"@types/chai": "^4.1.7",
|
|
"@types/chai-as-promised": "7.1.0",
|
|
"@types/debug": "^4.1.4",
|
|
"@types/fs-extra": "^5.1.0",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^12.0.10",
|
|
"@types/yargs": "^13.0.0",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"cross-env": "^5.2.0",
|
|
"electron": "^2.0.18",
|
|
"mocha": "^6.1.4",
|
|
"semantic-release": "^15.13.12",
|
|
"ts-node": "^8.3.0",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"homepage": "https://github.com/electron/electron-rebuild",
|
|
"keywords": [
|
|
"electron"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/src/main.js",
|
|
"name": "electron-rebuild",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/electron/electron-rebuild.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"lint": "tslint --project tsconfig.json --exclude \"test/**/node_modules/**/*.ts\" \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"mocha": "cross-env TS_NODE_FILES=true mocha --require ts-node/register ./test/*.ts",
|
|
"prepare": "npm run compile",
|
|
"test": "npm run lint && npm run mocha",
|
|
"watch": "tsc -w"
|
|
},
|
|
"typings": "lib/src/main.d.ts",
|
|
"version": "1.8.8"
|
|
}
|