123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_from": "is-what@^3.12.0",
- "_id": "is-what@3.14.1",
- "_inBundle": false,
- "_integrity": "sha1-4SIvRt3ahd6tD9HJ3xMXYOd3VcE=",
- "_location": "/is-what",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "is-what@^3.12.0",
- "name": "is-what",
- "escapedName": "is-what",
- "rawSpec": "^3.12.0",
- "saveSpec": null,
- "fetchSpec": "^3.12.0"
- },
- "_requiredBy": [
- "/copy-anything"
- ],
- "_resolved": "https://registry.npm.taobao.org/is-what/download/is-what-3.14.1.tgz?cache=0&sync_timestamp=1615169735707&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-what%2Fdownload%2Fis-what-3.14.1.tgz",
- "_shasum": "e1222f46ddda85dead0fd1c9df131760e77755c1",
- "_spec": "is-what@^3.12.0",
- "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\copy-anything",
- "author": {
- "name": "Luca Ban - Mesqueeb"
- },
- "ava": {
- "extensions": [
- "ts"
- ],
- "require": [
- "tsconfig-paths/register",
- "ts-node/register"
- ]
- },
- "bugs": {
- "url": "https://github.com/mesqueeb/is-what/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
- "devDependencies": {
- "@babel/core": "^7.12.17",
- "@types/babel-core": "^6.25.6",
- "@types/jest": "^26.0.20",
- "@typescript-eslint/eslint-plugin": "^4.15.1",
- "@typescript-eslint/parser": "^4.15.1",
- "ava": "^3.15.0",
- "babel-core": "^7.0.0-bridge.0",
- "babel-jest": "^26.6.3",
- "babel-preset-env": "^1.7.0",
- "eslint": "^7.20.0",
- "eslint-config-prettier": "^7.2.0",
- "eslint-plugin-tree-shaking": "^1.8.0",
- "jest": "^26.6.3",
- "np": "^7.4.0",
- "prettier": "^2.2.1",
- "regenerator-runtime": "^0.13.7",
- "rimraf": "^3.0.2",
- "rollup": "^2.39.0",
- "rollup-plugin-typescript2": "^0.30.0",
- "ts-node": "^9.1.1",
- "tsconfig-paths": "^3.9.0",
- "typescript": "^4.1.5"
- },
- "homepage": "https://github.com/mesqueeb/is-what#readme",
- "keywords": [
- "javascript",
- "typescript",
- "typechecker",
- "check-type",
- "javascript-type",
- "primitive-types",
- "plain-object",
- "plain-objects",
- "class-instance",
- "class-identifier",
- "type-checking",
- "type-checker",
- "type-check",
- "define-type",
- "get-type",
- "what-type",
- "is-object",
- "is-plain-obj",
- "is-plain-object"
- ],
- "license": "MIT",
- "main": "dist/index.cjs.js",
- "module": "dist/index.esm.js",
- "name": "is-what",
- "np": {
- "yarn": false,
- "branch": "production"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mesqueeb/is-what.git"
- },
- "scripts": {
- "build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test && npm run jest",
- "jest": "jest",
- "jest-w": "jest --watchAll",
- "lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx",
- "release": "npm run build && np",
- "rollup": "rollup -c ./build.js",
- "test": "ava"
- },
- "sideEffects": false,
- "typings": "types/index.d.ts",
- "version": "3.14.1"
- }
|