{ "_from": "sync-rpc@^1.2.1", "_id": "sync-rpc@1.3.6", "_inBundle": false, "_integrity": "sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw==", "_location": "/sync-rpc", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sync-rpc@^1.2.1", "name": "sync-rpc", "escapedName": "sync-rpc", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/sync-request" ], "_resolved": "https://registry.npmjs.org/sync-rpc/-/sync-rpc-1.3.6.tgz", "_shasum": "b2e8b2550a12ccbc71df8644810529deb68665a7", "_spec": "sync-rpc@^1.2.1", "_where": "D:\\111\\xy-server\\node_modules\\sync-request", "author": { "name": "Forbes Lindesay", "url": "http://github.com/ForbesLindesay" }, "bugs": { "url": "https://github.com/ForbesLindesay/sync-rpc/issues" }, "bundleDependencies": false, "dependencies": { "get-port": "^3.1.0" }, "deprecated": false, "description": "Run asynchronous commands synchronously by putting them in a separate process", "devDependencies": { "husky": "*", "jest": "*", "lint-staged": "*", "prettier": "*" }, "files": [ "lib/" ], "homepage": "https://github.com/ForbesLindesay/sync-rpc#readme", "keywords": [], "license": "MIT", "lint-staged": { "*.js": [ "prettier --write", "git add" ] }, "main": "lib/index.js", "name": "sync-rpc", "repository": { "type": "git", "url": "git+https://github.com/ForbesLindesay/sync-rpc.git" }, "scripts": { "precommit": "lint-staged", "prettier": "prettier --write \"lib/**/*.js\"", "prettier:check": "prettier --list-different \"lib/**/*.js\"", "test": "jest --coverage", "watch": "jest --coverage --watch" }, "version": "1.3.6" }