| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "electron-prebuilt@^1.4.0",
- "_id": "electron-prebuilt@1.4.13",
- "_inBundle": false,
- "_integrity": "sha1-Cg5Ne/iVokIGHM+rKTlNzaHaM9I=",
- "_location": "/electron-prebuilt",
- "_phantomChildren": {
- "debug": "2.6.9",
- "es6-promise": "4.2.4",
- "graceful-fs": "4.1.11",
- "home-path": "1.0.5",
- "jsonfile": "2.4.0",
- "klaw": "1.3.1",
- "nugget": "2.0.1",
- "path-is-absolute": "1.0.1",
- "pinkie-promise": "2.0.1",
- "rc": "1.2.7",
- "rimraf": "2.6.2",
- "semver": "5.5.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "electron-prebuilt@^1.4.0",
- "name": "electron-prebuilt",
- "escapedName": "electron-prebuilt",
- "rawSpec": "^1.4.0",
- "saveSpec": null,
- "fetchSpec": "^1.4.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/electron-prebuilt/-/electron-prebuilt-1.4.13.tgz",
- "_shasum": "0a0e4d7bf895a242061ccfab29394dcda1da33d2",
- "_spec": "electron-prebuilt@^1.4.0",
- "_where": "D:\\laragon\\www\\UseStudio.CampusInfo-borwers\\resources\\app",
- "author": {
- "name": "Mathias Buus"
- },
- "bin": {
- "electron": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/electron-userland/electron-prebuilt/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "electron-download": "^3.0.1",
- "extract-zip": "^1.0.3"
- },
- "deprecated": "electron-prebuilt has been renamed to electron. For more details, see http://electron.atom.io/blog/2016/08/16/npm-install-electron",
- "description": "Install prebuilt electron binaries for the command-line using npm",
- "devDependencies": {
- "home-path": "^0.1.1",
- "path-exists": "^2.0.0",
- "standard": "^5.4.1",
- "tape": "^3.0.1"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/electron-userland/electron-prebuilt#readme",
- "keywords": [
- "electron"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "electron-prebuilt",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron-userland/electron-prebuilt.git"
- },
- "scripts": {
- "cache-clean": "rm -rf ~/.electron && rm -rf dist",
- "postinstall": "node install.js",
- "pretest": "npm run cache-clean && npm run postinstall",
- "test": "tape test/*.js && standard"
- },
- "version": "1.4.13"
- }
|