99 lines
2.3 KiB
JSON
99 lines
2.3 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"defer-to-connect@1.1.0",
|
||
|
"/home/massta/Documents/new"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "defer-to-connect@1.1.0",
|
||
|
"_id": "defer-to-connect@1.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-WE2sZoctWm/v4smfCAdjYbrfS55JiMRdlY9ZubFhsYbteCK9+BvAx4YV7nPjYM6ZnX5BcoVKwfmyx9sIFTgQMQ==",
|
||
|
"_location": "/defer-to-connect",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "defer-to-connect@1.1.0",
|
||
|
"name": "defer-to-connect",
|
||
|
"escapedName": "defer-to-connect",
|
||
|
"rawSpec": "1.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@szmarczak/http-timer"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.0.tgz",
|
||
|
"_spec": "1.1.0",
|
||
|
"_where": "/home/massta/Documents/new",
|
||
|
"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"
|
||
|
},
|
||
|
"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",
|
||
|
"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.0",
|
||
|
"xo": {
|
||
|
"extends": "xo-typescript",
|
||
|
"extensions": [
|
||
|
"ts"
|
||
|
],
|
||
|
"rules": {
|
||
|
"ava/no-ignored-test-files": "off"
|
||
|
}
|
||
|
}
|
||
|
}
|