package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "@sindresorhus/is@^4.0.0",
  3. "_id": "@sindresorhus/is@4.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
  6. "_location": "/@sindresorhus/is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sindresorhus/is@^4.0.0",
  12. "name": "@sindresorhus/is",
  13. "escapedName": "@sindresorhus%2fis",
  14. "scope": "@sindresorhus",
  15. "rawSpec": "^4.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.0.0"
  18. },
  19. "_requiredBy": [
  20. "/got"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
  23. "_shasum": "3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f",
  24. "_spec": "@sindresorhus/is@^4.0.0",
  25. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/got",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "ava": {
  32. "extensions": [
  33. "ts"
  34. ],
  35. "require": [
  36. "ts-node/register"
  37. ]
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/is/issues"
  41. },
  42. "bundleDependencies": false,
  43. "deprecated": false,
  44. "description": "Type check values",
  45. "devDependencies": {
  46. "@sindresorhus/tsconfig": "^0.7.0",
  47. "@types/jsdom": "^16.1.0",
  48. "@types/node": "^14.0.13",
  49. "@types/zen-observable": "^0.8.0",
  50. "@typescript-eslint/eslint-plugin": "^2.20.0",
  51. "@typescript-eslint/parser": "^2.20.0",
  52. "ava": "^3.3.0",
  53. "del-cli": "^2.0.0",
  54. "eslint-config-xo-typescript": "^0.26.0",
  55. "jsdom": "^16.0.1",
  56. "rxjs": "^6.4.0",
  57. "tempy": "^0.4.0",
  58. "ts-node": "^8.3.0",
  59. "typescript": "~3.8.2",
  60. "xo": "^0.26.1",
  61. "zen-observable": "^0.8.8"
  62. },
  63. "engines": {
  64. "node": ">=10"
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "funding": "https://github.com/sindresorhus/is?sponsor=1",
  70. "homepage": "https://github.com/sindresorhus/is#readme",
  71. "keywords": [
  72. "type",
  73. "types",
  74. "is",
  75. "check",
  76. "checking",
  77. "validate",
  78. "validation",
  79. "utility",
  80. "util",
  81. "typeof",
  82. "instanceof",
  83. "object",
  84. "assert",
  85. "assertion",
  86. "test",
  87. "kind",
  88. "primitive",
  89. "verify",
  90. "compare",
  91. "typescript",
  92. "typeguards",
  93. "types"
  94. ],
  95. "license": "MIT",
  96. "main": "dist/index.js",
  97. "name": "@sindresorhus/is",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/is.git"
  101. },
  102. "scripts": {
  103. "build": "del dist && tsc",
  104. "prepare": "npm run build",
  105. "test": "xo && ava"
  106. },
  107. "sideEffects": false,
  108. "types": "dist/index.d.ts",
  109. "version": "4.6.0",
  110. "xo": {
  111. "extends": "xo-typescript",
  112. "extensions": [
  113. "ts"
  114. ],
  115. "parserOptions": {
  116. "project": "./tsconfig.xo.json"
  117. },
  118. "globals": [
  119. "BigInt",
  120. "BigInt64Array",
  121. "BigUint64Array"
  122. ],
  123. "rules": {
  124. "@typescript-eslint/promise-function-async": "off",
  125. "@typescript-eslint/no-empty-function": "off",
  126. "@typescript-eslint/explicit-function-return-type": "off"
  127. }
  128. }
  129. }