| 123456789101112131415161718192021222324252627 |
- {
- "name": "launch-editor",
- "version": "2.2.1",
- "description": "launch editor from node.js",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/yyx990803/launch-editor.git"
- },
- "keywords": [
- "launch",
- "editor"
- ],
- "author": "Evan You",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/yyx990803/launch-editor/issues"
- },
- "homepage": "https://github.com/yyx990803/launch-editor#readme",
- "dependencies": {
- "chalk": "^2.3.0",
- "shell-quote": "^1.6.1"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
- "_from": "launch-editor@2.2.1",
- "_resolved": "https://registry.npm.taobao.org/launch-editor/download/launch-editor-2.2.1.tgz"
- }
|