| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "electron@1.5.1",
- "E:\\vscode\\UseStudio.Desktop"
- ]
- ],
- "_development": true,
- "_from": "electron@1.5.1",
- "_id": "electron@1.5.1",
- "_inBundle": false,
- "_integrity": "sha1-FJFiaTlsDB6fSsEUG6a4cCXdtig=",
- "_location": "/electron",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "electron@1.5.1",
- "name": "electron",
- "escapedName": "electron",
- "rawSpec": "1.5.1",
- "saveSpec": null,
- "fetchSpec": "1.5.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/electron/-/electron-1.5.1.tgz",
- "_spec": "1.5.1",
- "_where": "E:\\vscode\\UseStudio.Desktop",
- "author": {
- "name": "Mathias Buus"
- },
- "bin": {
- "electron": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/electron-userland/electron-prebuilt/issues"
- },
- "dependencies": {
- "electron-download": "^3.0.1",
- "extract-zip": "^1.0.3"
- },
- "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",
- "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.5.1"
- }
|