source: trip-planner-front/node_modules/isobject/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "isobject@3.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "isobject@3.0.1",
10 "_id": "isobject@3.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
13 "_location": "/isobject",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "isobject@3.0.1",
19 "name": "isobject",
20 "escapedName": "isobject",
21 "rawSpec": "3.0.1",
22 "saveSpec": null,
23 "fetchSpec": "3.0.1"
24 },
25 "_requiredBy": [
26 "/base",
27 "/cache-base",
28 "/class-utils",
29 "/define-property",
30 "/has-value",
31 "/http-proxy-middleware/braces",
32 "/is-plain-object",
33 "/object-visit",
34 "/object.pick",
35 "/snapdragon-node",
36 "/unset-value",
37 "/webpack-dev-server/braces"
38 ],
39 "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
40 "_spec": "3.0.1",
41 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
42 "author": {
43 "name": "Jon Schlinkert",
44 "url": "https://github.com/jonschlinkert"
45 },
46 "bugs": {
47 "url": "https://github.com/jonschlinkert/isobject/issues"
48 },
49 "contributors": [
50 {
51 "url": "https://github.com/LeSuisse"
52 },
53 {
54 "name": "Brian Woodward",
55 "url": "https://twitter.com/doowb"
56 },
57 {
58 "name": "Jon Schlinkert",
59 "url": "http://twitter.com/jonschlinkert"
60 },
61 {
62 "name": "Magnús Dæhlen",
63 "url": "https://github.com/magnudae"
64 },
65 {
66 "name": "Tom MacWright",
67 "url": "https://macwright.org"
68 }
69 ],
70 "dependencies": {},
71 "description": "Returns true if the value is an object and not an array or null.",
72 "devDependencies": {
73 "gulp-format-md": "^0.1.9",
74 "mocha": "^2.4.5"
75 },
76 "engines": {
77 "node": ">=0.10.0"
78 },
79 "files": [
80 "index.d.ts",
81 "index.js"
82 ],
83 "homepage": "https://github.com/jonschlinkert/isobject",
84 "keywords": [
85 "check",
86 "is",
87 "is-object",
88 "isobject",
89 "kind",
90 "kind-of",
91 "kindof",
92 "native",
93 "object",
94 "type",
95 "typeof",
96 "value"
97 ],
98 "license": "MIT",
99 "main": "index.js",
100 "name": "isobject",
101 "repository": {
102 "type": "git",
103 "url": "git+https://github.com/jonschlinkert/isobject.git"
104 },
105 "scripts": {
106 "test": "mocha"
107 },
108 "types": "index.d.ts",
109 "verb": {
110 "related": {
111 "list": [
112 "extend-shallow",
113 "is-plain-object",
114 "kind-of",
115 "merge-deep"
116 ]
117 },
118 "toc": false,
119 "layout": "default",
120 "tasks": [
121 "readme"
122 ],
123 "plugins": [
124 "gulp-format-md"
125 ],
126 "lint": {
127 "reflinks": true
128 },
129 "reflinks": [
130 "verb"
131 ]
132 },
133 "version": "3.0.1"
134}
Note: See TracBrowser for help on using the repository browser.