package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "@szmarczak/http-timer@^4.0.5",
  3. "_id": "@szmarczak/http-timer@4.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
  6. "_location": "/@szmarczak/http-timer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@szmarczak/http-timer@^4.0.5",
  12. "name": "@szmarczak/http-timer",
  13. "escapedName": "@szmarczak%2fhttp-timer",
  14. "scope": "@szmarczak",
  15. "rawSpec": "^4.0.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.0.5"
  18. },
  19. "_requiredBy": [
  20. "/got"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
  23. "_shasum": "b4a914bb62e7c272d4e5989fe4440f812ab1d807",
  24. "_spec": "@szmarczak/http-timer@^4.0.5",
  25. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/got",
  26. "author": {
  27. "name": "Szymon Marczak"
  28. },
  29. "ava": {
  30. "typescript": {
  31. "compile": false,
  32. "rewritePaths": {
  33. "tests/": "dist/tests/"
  34. }
  35. }
  36. },
  37. "bugs": {
  38. "url": "https://github.com/szmarczak/http-timer/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "defer-to-connect": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Timings for HTTP requests",
  46. "devDependencies": {
  47. "@ava/typescript": "^2.0.0",
  48. "@sindresorhus/tsconfig": "^1.0.2",
  49. "@types/node": "^16.3.1",
  50. "ava": "^3.15.0",
  51. "coveralls": "^3.1.1",
  52. "del-cli": "^3.0.1",
  53. "http2-wrapper": "^2.0.7",
  54. "nyc": "^15.1.0",
  55. "p-event": "^4.2.0",
  56. "typescript": "^4.3.5",
  57. "xo": "^0.39.1"
  58. },
  59. "engines": {
  60. "node": ">=10"
  61. },
  62. "files": [
  63. "dist/source"
  64. ],
  65. "homepage": "https://github.com/szmarczak/http-timer#readme",
  66. "keywords": [
  67. "http",
  68. "https",
  69. "timer",
  70. "timings"
  71. ],
  72. "license": "MIT",
  73. "main": "dist/source",
  74. "name": "@szmarczak/http-timer",
  75. "nyc": {
  76. "extension": [
  77. ".ts"
  78. ],
  79. "exclude": [
  80. "**/tests/**"
  81. ]
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/szmarczak/http-timer.git"
  86. },
  87. "scripts": {
  88. "build": "del-cli dist && tsc",
  89. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  90. "prepare": "npm run build",
  91. "test": "xo && tsc --noEmit && nyc ava"
  92. },
  93. "types": "dist/source",
  94. "version": "4.0.6",
  95. "xo": {
  96. "rules": {
  97. "@typescript-eslint/no-non-null-assertion": "off"
  98. }
  99. }
  100. }