{ "_args": [ [ "get-port-please@1.0.0", "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series" ] ], "_from": "get-port-please@1.0.0", "_id": "get-port-please@1.0.0", "_inBundle": false, "_integrity": "sha512-4hylsMS0Uqa4jjwXVS+QWMntWL7CQouAlv4BEmiycavPqOp3ytGf4V4yqy8FnbBboHq5orCXuZyftuXbANk+Mg==", "_location": "/get-port-please", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "get-port-please@1.0.0", "name": "get-port-please", "escapedName": "get-port-please", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/@nuxt/loading-screen" ], "_resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-1.0.0.tgz", "_spec": "1.0.0", "_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series", "bugs": { "url": "https://github.com/nuxt-contrib/get-port-please/issues" }, "dependencies": { "fs-memo": "^1.0.0" }, "description": "Get an available TCP port to listen", "devDependencies": { "@nuxtjs/eslint-config-typescript": "latest", "@types/node": "latest", "bili": "latest", "eslint": "latest", "rollup-plugin-typescript2": "latest", "standard-version": "latest", "typescript": "latest" }, "files": [ "dist" ], "homepage": "https://github.com/nuxt-contrib/get-port-please#readme", "license": "MIT", "main": "dist/index.js", "name": "get-port-please", "repository": { "type": "git", "url": "git+https://github.com/nuxt-contrib/get-port-please.git" }, "scripts": { "build": "bili src/index.ts --minimal", "lint": "eslint --ext ts .", "release": "yarn build && standard-version && npm publish && git push --follow-tags" }, "types": "dist/index.d.ts", "version": "1.0.0" }