forked from daren.hsu/line_push
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"get-port-please@2.5.0",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "get-port-please@2.5.0",
|
|
"_id": "get-port-please@2.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-NblPebBznYARC1R2r1qmusbJAAgBr954gWhEZgwTerzR8r3ud6U5PI1SG4Lue43r87aikPPjObs85VieIDK99A==",
|
|
"_location": "/get-port-please",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "get-port-please@2.5.0",
|
|
"name": "get-port-please",
|
|
"escapedName": "get-port-please",
|
|
"rawSpec": "2.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nuxt/loading-screen"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-2.5.0.tgz",
|
|
"_spec": "2.5.0",
|
|
"_where": "/home/node/nuxt",
|
|
"bugs": {
|
|
"url": "https://github.com/unjs/get-port-please/issues"
|
|
},
|
|
"dependencies": {
|
|
"fs-memo": "^1.2.0"
|
|
},
|
|
"description": "Get an available TCP port to listen",
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config-typescript": "latest",
|
|
"@types/node": "latest",
|
|
"c8": "latest",
|
|
"eslint": "latest",
|
|
"standard-version": "latest",
|
|
"typescript": "latest",
|
|
"unbuild": "latest",
|
|
"vitest": "^0.5.5"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/unjs/get-port-please#readme",
|
|
"license": "MIT",
|
|
"main": "./dist/index.cjs",
|
|
"name": "get-port-please",
|
|
"packageManager": "pnpm@6.32.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unjs/get-port-please.git"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"lint": "eslint --ext ts .",
|
|
"release": "pnpm build && standard-version && pnpm publish && git push --follow-tags",
|
|
"test": "pnpm lint && vitest run"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"version": "2.5.0"
|
|
}
|