source: trip-planner-front/node_modules/kind-of/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: 3.2 KB
Line 
1{
2 "_args": [
3 [
4 "kind-of@6.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "kind-of@6.0.3",
10 "_id": "kind-of@6.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
13 "_location": "/kind-of",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "kind-of@6.0.3",
19 "name": "kind-of",
20 "escapedName": "kind-of",
21 "rawSpec": "6.0.3",
22 "saveSpec": null,
23 "fetchSpec": "6.0.3"
24 },
25 "_requiredBy": [
26 "/clone-deep",
27 "/http-proxy-middleware/micromatch",
28 "/is-accessor-descriptor",
29 "/is-data-descriptor",
30 "/is-descriptor",
31 "/nanomatch",
32 "/shallow-clone",
33 "/webpack-dev-server/micromatch"
34 ],
35 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
36 "_spec": "6.0.3",
37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
38 "author": {
39 "name": "Jon Schlinkert",
40 "url": "https://github.com/jonschlinkert"
41 },
42 "bugs": {
43 "url": "https://github.com/jonschlinkert/kind-of/issues"
44 },
45 "contributors": [
46 {
47 "name": "David Fox-Powell",
48 "url": "https://dtothefp.github.io/me"
49 },
50 {
51 "name": "James",
52 "url": "https://twitter.com/aretecode"
53 },
54 {
55 "name": "Jon Schlinkert",
56 "url": "http://twitter.com/jonschlinkert"
57 },
58 {
59 "name": "Ken Sheedlo",
60 "url": "kensheedlo.com"
61 },
62 {
63 "name": "laggingreflex",
64 "url": "https://github.com/laggingreflex"
65 },
66 {
67 "name": "Miguel Mota",
68 "url": "https://miguelmota.com"
69 },
70 {
71 "name": "Peter deHaan",
72 "url": "http://about.me/peterdehaan"
73 },
74 {
75 "name": "tunnckoCore",
76 "url": "https://i.am.charlike.online"
77 }
78 ],
79 "description": "Get the native type of a value.",
80 "devDependencies": {
81 "benchmarked": "^2.0.0",
82 "browserify": "^14.4.0",
83 "gulp-format-md": "^1.0.0",
84 "mocha": "^4.0.1",
85 "write": "^1.0.3"
86 },
87 "engines": {
88 "node": ">=0.10.0"
89 },
90 "files": [
91 "index.js"
92 ],
93 "homepage": "https://github.com/jonschlinkert/kind-of",
94 "keywords": [
95 "arguments",
96 "array",
97 "boolean",
98 "check",
99 "date",
100 "function",
101 "is",
102 "is-type",
103 "is-type-of",
104 "kind",
105 "kind-of",
106 "number",
107 "object",
108 "of",
109 "regexp",
110 "string",
111 "test",
112 "type",
113 "type-of",
114 "typeof",
115 "types"
116 ],
117 "license": "MIT",
118 "main": "index.js",
119 "name": "kind-of",
120 "repository": {
121 "type": "git",
122 "url": "git+https://github.com/jonschlinkert/kind-of.git"
123 },
124 "scripts": {
125 "prepublish": "browserify -o browser.js -e index.js -s index --bare",
126 "test": "mocha"
127 },
128 "verb": {
129 "toc": false,
130 "layout": "default",
131 "tasks": [
132 "readme"
133 ],
134 "plugins": [
135 "gulp-format-md"
136 ],
137 "lint": {
138 "reflinks": true
139 },
140 "related": {
141 "list": [
142 "is-glob",
143 "is-number",
144 "is-primitive"
145 ]
146 },
147 "reflinks": [
148 "type-of",
149 "typeof",
150 "verb"
151 ]
152 },
153 "version": "6.0.3"
154}
Note: See TracBrowser for help on using the repository browser.