12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "electron-prompt",
- "_id": "electron-prompt@1.7.0",
- "_inBundle": false,
- "_integrity": "sha512-IfqJYEgcRO6NuyPROo8AtdkAiZ6N9I1lQEf4dJAkPuhV5YgOHdmLqZJf6OXumZJfzrjpzCM5jHeYOrhGdgbnEA==",
- "_location": "/electron-prompt",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "electron-prompt",
- "name": "electron-prompt",
- "escapedName": "electron-prompt",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/electron-prompt/-/electron-prompt-1.7.0.tgz",
- "_shasum": "6f9dedb2dac1dd6bad2e6592ab81cb87c37f2a35",
- "_spec": "electron-prompt",
- "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron",
- "author": {
- "name": "p-sam",
- "email": "p-sam@users.noreply.github.com",
- "url": "https://github.com/p-sam"
- },
- "bugs": {
- "url": "https://github.com/p-sam/electron-prompt/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Electron helper to prompt for a value via input or select",
- "devDependencies": {
- "xo": "^0.44.0"
- },
- "homepage": "https://github.com/p-sam/electron-prompt#readme",
- "keywords": [
- "electron",
- "prompt",
- "string"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "electron-prompt",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/p-sam/electron-prompt.git"
- },
- "scripts": {
- "lint": "xo",
- "lint:fix": "xo --fix",
- "test": "npm run lint"
- },
- "version": "1.7.0",
- "xo": {
- "esnext": true,
- "env": [
- "node",
- "browser"
- ],
- "rules": {
- "unicorn/prefer-ternary": 0,
- "unicorn/prefer-module": 0
- }
- }
- }
|