123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "_from": "@sindresorhus/is@^4.0.0",
- "_id": "@sindresorhus/is@4.6.0",
- "_inBundle": false,
- "_integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
- "_location": "/@sindresorhus/is",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@sindresorhus/is@^4.0.0",
- "name": "@sindresorhus/is",
- "escapedName": "@sindresorhus%2fis",
- "scope": "@sindresorhus",
- "rawSpec": "^4.0.0",
- "saveSpec": null,
- "fetchSpec": "^4.0.0"
- },
- "_requiredBy": [
- "/got"
- ],
- "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
- "_shasum": "3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f",
- "_spec": "@sindresorhus/is@^4.0.0",
- "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/got",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "ava": {
- "extensions": [
- "ts"
- ],
- "require": [
- "ts-node/register"
- ]
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/is/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Type check values",
- "devDependencies": {
- "@sindresorhus/tsconfig": "^0.7.0",
- "@types/jsdom": "^16.1.0",
- "@types/node": "^14.0.13",
- "@types/zen-observable": "^0.8.0",
- "@typescript-eslint/eslint-plugin": "^2.20.0",
- "@typescript-eslint/parser": "^2.20.0",
- "ava": "^3.3.0",
- "del-cli": "^2.0.0",
- "eslint-config-xo-typescript": "^0.26.0",
- "jsdom": "^16.0.1",
- "rxjs": "^6.4.0",
- "tempy": "^0.4.0",
- "ts-node": "^8.3.0",
- "typescript": "~3.8.2",
- "xo": "^0.26.1",
- "zen-observable": "^0.8.8"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "dist"
- ],
- "funding": "https://github.com/sindresorhus/is?sponsor=1",
- "homepage": "https://github.com/sindresorhus/is#readme",
- "keywords": [
- "type",
- "types",
- "is",
- "check",
- "checking",
- "validate",
- "validation",
- "utility",
- "util",
- "typeof",
- "instanceof",
- "object",
- "assert",
- "assertion",
- "test",
- "kind",
- "primitive",
- "verify",
- "compare",
- "typescript",
- "typeguards",
- "types"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "@sindresorhus/is",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/is.git"
- },
- "scripts": {
- "build": "del dist && tsc",
- "prepare": "npm run build",
- "test": "xo && ava"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "version": "4.6.0",
- "xo": {
- "extends": "xo-typescript",
- "extensions": [
- "ts"
- ],
- "parserOptions": {
- "project": "./tsconfig.xo.json"
- },
- "globals": [
- "BigInt",
- "BigInt64Array",
- "BigUint64Array"
- ],
- "rules": {
- "@typescript-eslint/promise-function-async": "off",
- "@typescript-eslint/no-empty-function": "off",
- "@typescript-eslint/explicit-function-return-type": "off"
- }
- }
- }
|