1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "is-what@3.14.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "is-what@3.14.1",
|
---|
10 | "_id": "is-what@3.14.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
|
---|
13 | "_location": "/is-what",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "is-what@3.14.1",
|
---|
19 | "name": "is-what",
|
---|
20 | "escapedName": "is-what",
|
---|
21 | "rawSpec": "3.14.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.14.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/copy-anything"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz",
|
---|
29 | "_spec": "3.14.1",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Luca Ban - Mesqueeb"
|
---|
33 | },
|
---|
34 | "ava": {
|
---|
35 | "extensions": [
|
---|
36 | "ts"
|
---|
37 | ],
|
---|
38 | "require": [
|
---|
39 | "tsconfig-paths/register",
|
---|
40 | "ts-node/register"
|
---|
41 | ]
|
---|
42 | },
|
---|
43 | "bugs": {
|
---|
44 | "url": "https://github.com/mesqueeb/is-what/issues"
|
---|
45 | },
|
---|
46 | "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
|
---|
47 | "devDependencies": {
|
---|
48 | "@babel/core": "^7.12.17",
|
---|
49 | "@types/babel-core": "^6.25.6",
|
---|
50 | "@types/jest": "^26.0.20",
|
---|
51 | "@typescript-eslint/eslint-plugin": "^4.15.1",
|
---|
52 | "@typescript-eslint/parser": "^4.15.1",
|
---|
53 | "ava": "^3.15.0",
|
---|
54 | "babel-core": "^7.0.0-bridge.0",
|
---|
55 | "babel-jest": "^26.6.3",
|
---|
56 | "babel-preset-env": "^1.7.0",
|
---|
57 | "eslint": "^7.20.0",
|
---|
58 | "eslint-config-prettier": "^7.2.0",
|
---|
59 | "eslint-plugin-tree-shaking": "^1.8.0",
|
---|
60 | "jest": "^26.6.3",
|
---|
61 | "np": "^7.4.0",
|
---|
62 | "prettier": "^2.2.1",
|
---|
63 | "regenerator-runtime": "^0.13.7",
|
---|
64 | "rimraf": "^3.0.2",
|
---|
65 | "rollup": "^2.39.0",
|
---|
66 | "rollup-plugin-typescript2": "^0.30.0",
|
---|
67 | "ts-node": "^9.1.1",
|
---|
68 | "tsconfig-paths": "^3.9.0",
|
---|
69 | "typescript": "^4.1.5"
|
---|
70 | },
|
---|
71 | "homepage": "https://github.com/mesqueeb/is-what#readme",
|
---|
72 | "keywords": [
|
---|
73 | "javascript",
|
---|
74 | "typescript",
|
---|
75 | "typechecker",
|
---|
76 | "check-type",
|
---|
77 | "javascript-type",
|
---|
78 | "primitive-types",
|
---|
79 | "plain-object",
|
---|
80 | "plain-objects",
|
---|
81 | "class-instance",
|
---|
82 | "class-identifier",
|
---|
83 | "type-checking",
|
---|
84 | "type-checker",
|
---|
85 | "type-check",
|
---|
86 | "define-type",
|
---|
87 | "get-type",
|
---|
88 | "what-type",
|
---|
89 | "is-object",
|
---|
90 | "is-plain-obj",
|
---|
91 | "is-plain-object"
|
---|
92 | ],
|
---|
93 | "license": "MIT",
|
---|
94 | "main": "dist/index.cjs.js",
|
---|
95 | "module": "dist/index.esm.js",
|
---|
96 | "name": "is-what",
|
---|
97 | "np": {
|
---|
98 | "yarn": false,
|
---|
99 | "branch": "production"
|
---|
100 | },
|
---|
101 | "repository": {
|
---|
102 | "type": "git",
|
---|
103 | "url": "git+https://github.com/mesqueeb/is-what.git"
|
---|
104 | },
|
---|
105 | "scripts": {
|
---|
106 | "build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test && npm run jest",
|
---|
107 | "jest": "jest",
|
---|
108 | "jest-w": "jest --watchAll",
|
---|
109 | "lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx",
|
---|
110 | "release": "npm run build && np",
|
---|
111 | "rollup": "rollup -c ./build.js",
|
---|
112 | "test": "ava"
|
---|
113 | },
|
---|
114 | "sideEffects": false,
|
---|
115 | "typings": "types/index.d.ts",
|
---|
116 | "version": "3.14.1"
|
---|
117 | }
|
---|