mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-16 02:56:09 +00:00
Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
69
node_modules/electron-prebuilt/package.json
generated
vendored
Normal file
69
node_modules/electron-prebuilt/package.json
generated
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"_from": "electron-prebuilt@1.4.3",
|
||||
"_id": "electron-prebuilt@1.4.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2WGOP1IeTHQbXJpLmt3n1pZM/RPiAvZpneqsAHKOZ++OYhWaryWEc7BkfZME3ILsZH6ZTQIozH+nQXorON6C7Q==",
|
||||
"_location": "/electron-prebuilt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "electron-prebuilt@1.4.3",
|
||||
"name": "electron-prebuilt",
|
||||
"escapedName": "electron-prebuilt",
|
||||
"rawSpec": "1.4.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-prebuilt/-/electron-prebuilt-1.4.3.tgz",
|
||||
"_shasum": "65b219a67eaf64f5ab861e77e8c49bc7e6340598",
|
||||
"_spec": "electron-prebuilt@1.4.3",
|
||||
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
||||
"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.3"
|
||||
}
|
||||
Reference in New Issue
Block a user