You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.1 KiB
78 lines
2.1 KiB
{
|
|
"_from": "@umijs/launch-editor@^1.0.0",
|
|
"_id": "@umijs/launch-editor@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-YCwqEhC7BBdHDFddGc0YTLuuMlU=",
|
|
"_location": "/@umijs/launch-editor",
|
|
"_phantomChildren": {},
|
|
"_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": [
|
|
"/@umijs/ui"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@umijs/launch-editor/download/@umijs/launch-editor-1.0.1.tgz",
|
|
"_shasum": "602c2a1210bb0417470c575d19cd184cbbae3255",
|
|
"_spec": "@umijs/launch-editor@^1.0.0",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@umijs/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"
|
|
}
|