96 lines
2.4 KiB
JSON
96 lines
2.4 KiB
JSON
{
|
|
"_from": "defer-to-connect@^1.0.1",
|
|
"_id": "defer-to-connect@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-J7thop4u3mRTkYRQ+Vpfwy2G5Ehoy82I14+14W4YMDLKdWloI9gSzRbV30s/NckQGVJtPkWNcW4oMAUigTdqiQ==",
|
|
"_location": "/defer-to-connect",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "defer-to-connect@^1.0.1",
|
|
"name": "defer-to-connect",
|
|
"escapedName": "defer-to-connect",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@szmarczak/http-timer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.1.tgz",
|
|
"_shasum": "88ae694b93f67b81815a2c8c769aef6574ac8f2f",
|
|
"_spec": "defer-to-connect@^1.0.1",
|
|
"_where": "C:\\Users\\trev7\\Desktop\\Nova Client\\Launcher\\node_modules\\@szmarczak\\http-timer",
|
|
"author": {
|
|
"name": "Szymon Marczak"
|
|
},
|
|
"ava": {
|
|
"babel": false,
|
|
"compileEnhancements": false,
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/szmarczak/defer-to-connect/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "The safe way to handle the `connect` socket event",
|
|
"devDependencies": {
|
|
"@sindresorhus/tsconfig": "^0.5.0",
|
|
"@types/node": "^12.12.4",
|
|
"@typescript-eslint/eslint-plugin": "^1.11.0",
|
|
"@typescript-eslint/parser": "^1.11.0",
|
|
"ava": "^2.1.0",
|
|
"coveralls": "^3.0.7",
|
|
"create-cert": "^1.0.6",
|
|
"del-cli": "^3.0.0",
|
|
"eslint-config-xo-typescript": "^0.15.0",
|
|
"nyc": "^14.0.0",
|
|
"p-event": "^4.1.0",
|
|
"ts-node": "^8.1.0",
|
|
"typescript": "^3.6.4",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"homepage": "https://github.com/szmarczak/defer-to-connect#readme",
|
|
"keywords": [
|
|
"socket",
|
|
"connect",
|
|
"event"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist",
|
|
"name": "defer-to-connect",
|
|
"nyc": {
|
|
"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",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "xo && nyc ava"
|
|
},
|
|
"types": "dist",
|
|
"version": "1.1.1",
|
|
"xo": {
|
|
"extends": "xo-typescript",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"rules": {
|
|
"ava/no-ignored-test-files": "off"
|
|
}
|
|
}
|
|
}
|