12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "is-type-of@^1.4.0",
- "_id": "is-type-of@1.4.0",
- "_inBundle": false,
- "_integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
- "_location": "/is-type-of",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "is-type-of@^1.4.0",
- "name": "is-type-of",
- "escapedName": "is-type-of",
- "rawSpec": "^1.4.0",
- "saveSpec": null,
- "fetchSpec": "^1.4.0"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/is-type-of/-/is-type-of-1.4.0.tgz",
- "_shasum": "3ed175a0eee888b1da4983332e7714feb8a8fb2b",
- "_spec": "is-type-of@^1.4.0",
- "_where": "F:\\HBuilderProjects\\test\\node_modules\\ali-oss",
- "author": {
- "name": "dead_horse",
- "email": "dead_horse@qq.com"
- },
- "bugs": {
- "url": "https://github.com/node-modules/is-type-of/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "core-util-is": "^1.0.2",
- "is-class-hotfix": "~0.0.6",
- "isstream": "~0.1.2"
- },
- "deprecated": false,
- "description": "complete type checking for node",
- "devDependencies": {
- "@types/node": "^18.16.3",
- "beautify-benchmark": "^0.2.4",
- "benchmark": "^2.1.4",
- "egg-bin": "^6.4.0",
- "long": "^3.2.0",
- "semver": "^5.4.1",
- "tsd": "^0.28.1"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/node-modules/is-type-of",
- "keywords": [
- "typeof",
- "checker",
- "type",
- "is"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "is-type-of",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/is-type-of.git"
- },
- "scripts": {
- "ci": "tsd && egg-bin cov",
- "lint": "echo 'ignore'",
- "test": "tsd && egg-bin test"
- },
- "version": "1.4.0"
- }
|