source: trip-planner-front/node_modules/type-fest/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "type-fest@0.21.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "type-fest@0.21.3",
10 "_id": "type-fest@0.21.3",
11 "_inBundle": false,
12 "_integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
13 "_location": "/type-fest",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "type-fest@0.21.3",
19 "name": "type-fest",
20 "escapedName": "type-fest",
21 "rawSpec": "0.21.3",
22 "saveSpec": null,
23 "fetchSpec": "0.21.3"
24 },
25 "_requiredBy": [
26 "/ansi-escapes"
27 ],
28 "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
29 "_spec": "0.21.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "https://sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/type-fest/issues"
38 },
39 "description": "A collection of essential TypeScript types",
40 "devDependencies": {
41 "@sindresorhus/tsconfig": "~0.7.0",
42 "expect-type": "^0.11.0",
43 "tsd": "^0.14.0",
44 "typescript": "^4.1.3",
45 "xo": "^0.36.1"
46 },
47 "engines": {
48 "node": ">=10"
49 },
50 "files": [
51 "index.d.ts",
52 "base.d.ts",
53 "source",
54 "ts41"
55 ],
56 "funding": "https://github.com/sponsors/sindresorhus",
57 "homepage": "https://github.com/sindresorhus/type-fest#readme",
58 "keywords": [
59 "typescript",
60 "ts",
61 "types",
62 "utility",
63 "util",
64 "utilities",
65 "omit",
66 "merge",
67 "json"
68 ],
69 "license": "(MIT OR CC0-1.0)",
70 "name": "type-fest",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sindresorhus/type-fest.git"
74 },
75 "scripts": {
76 "test": "xo && tsd && tsc"
77 },
78 "types": "./index.d.ts",
79 "typesVersions": {
80 ">=4.1": {
81 "*": [
82 "ts41/*"
83 ]
84 }
85 },
86 "version": "0.21.3",
87 "xo": {
88 "rules": {
89 "@typescript-eslint/ban-types": "off",
90 "@typescript-eslint/indent": "off",
91 "node/no-unsupported-features/es-builtins": "off"
92 }
93 }
94}
Note: See TracBrowser for help on using the repository browser.