{ "_from": "@umijs/launch-editor@^1.0.0", "_id": "@umijs/launch-editor@1.0.1", "_inBundle": false, "_integrity": "sha512-slyYS1BH3Rwic49J641dXSYeDwtkD/A1Cfp4SbQlz1v8GfLeZ1hC952O6hvK98ZTxqk4BogYFObyZcI/RqQVEw==", "_location": "/@umijs/launch-editor", "_phantomChildren": { "isexe": "2.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "@umijs/launch-editor@^1.0.0", "name": "@umijs/launch-editor", "escapedName": "@umijs%2flaunch-editor", "scope": "@umijs", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/umi-ui" ], "_resolved": "https://registry.npmjs.org/@umijs/launch-editor/-/launch-editor-1.0.1.tgz", "_shasum": "602c2a1210bb0417470c575d19cd184cbbae3255", "_spec": "@umijs/launch-editor@^1.0.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-ui", "authors": { "name": "ycjcl868", "email": "45808948@qq.com" }, "bugs": { "url": "https://github.com/umijs/launch-editor/issues" }, "bundleDependencies": false, "dependencies": { "cross-spawn": "^7.0.0", "debug": "^4.1.1", "user-home": "^2.0.0" }, "deprecated": false, "description": "launch your code editor using Node.js.", "devDependencies": { "@types/chalk": "^2.2.0", "@types/jest": "^24.0.18", "@types/node": "^12.7.3", "@umijs/fabric": "^1.1.10", "concurrently": "^4.1.2", "coverage": "^0.4.0", "nodemon": "^1.19.2", "np": "^5.0.1", "typescript": "^3.6.2", "umi-test": "^1.7.1" }, "homepage": "https://github.com/umijs/launch-editor#readme", "keywords": [ "editor", "launch", "nodejs" ], "license": "MIT", "main": "lib/index.js", "name": "@umijs/launch-editor", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/umijs/launch-editor.git" }, "scripts": { "build": "tsc", "coveralls": "cat ./coverage/lcov.info | coveralls", "dev": "npm run build && node test/test.js", "prepublishOnly": "npm run build && npm run test && np --no-cleanup --yolo --no-publish", "test": "umi-test --coverage" }, "version": "1.0.1" }