{ "_args": [ [ "defer-to-connect@2.0.1", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "defer-to-connect@2.0.1", "_id": "defer-to-connect@2.0.1", "_inBundle": false, "_integrity": "sha1-gBa9tBQ+RjK3ejRJxiNid95SBYc=", "_location": "/defer-to-connect", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "defer-to-connect@2.0.1", "name": "defer-to-connect", "escapedName": "defer-to-connect", "rawSpec": "2.0.1", "saveSpec": null, "fetchSpec": "2.0.1" }, "_requiredBy": [ "/@szmarczak/http-timer" ], "_resolved": "https://registry.npm.taobao.org/defer-to-connect/download/defer-to-connect-2.0.1.tgz?cache=0&sync_timestamp=1614211138920&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdefer-to-connect%2Fdownload%2Fdefer-to-connect-2.0.1.tgz", "_spec": "2.0.1", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Szymon Marczak" }, "ava": { "typescript": { "rewritePaths": { "tests/": "dist/tests/" } } }, "bugs": { "url": "https://github.com/szmarczak/defer-to-connect/issues" }, "description": "The safe way to handle the `connect` socket event", "devDependencies": { "@ava/typescript": "^1.1.0", "@sindresorhus/tsconfig": "^0.7.0", "@types/node": "^13.5.0", "@typescript-eslint/eslint-plugin": "^2.18.0", "@typescript-eslint/parser": "^2.18.0", "ava": "^3.2.0", "coveralls": "^3.0.9", "create-cert": "^1.0.6", "del-cli": "^3.0.0", "eslint-config-xo-typescript": "^0.24.1", "nyc": "^15.0.0", "p-event": "^4.1.0", "typescript": "^3.7.5", "xo": "^0.25.3" }, "engines": { "node": ">=10" }, "files": [ "dist/source" ], "homepage": "https://github.com/szmarczak/defer-to-connect#readme", "keywords": [ "socket", "connect", "event" ], "license": "MIT", "main": "dist/source", "name": "defer-to-connect", "nyc": { "include": [ "dist/source" ], "extension": [ ".ts" ] }, "repository": { "type": "git", "url": "git+https://github.com/szmarczak/defer-to-connect.git" }, "scripts": { "build": "del-cli dist && tsc", "coveralls": "nyc report --reporter=text-lcov | coveralls", "prepare": "npm run build", "test": "xo && tsc --noEmit && nyc ava" }, "types": "dist/source/index.d.ts", "version": "2.0.1", "xo": { "extends": "xo-typescript", "extensions": [ "ts" ] } }