blob: d7f0ac850bbab3a2724f9c8ba01d79ec803b7ce5 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-plain-object@^2.0.4",
3 "_id": "is-plain-object@2.0.4",
4 "_inBundle": false,
5 "_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
6 "_location": "/is-plain-object",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-plain-object@^2.0.4",
12 "name": "is-plain-object",
13 "escapedName": "is-plain-object",
14 "rawSpec": "^2.0.4",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.4"
17 },
18 "_requiredBy": [
19 "/extend-shallow/is-extendable",
20 "/fined",
21 "/liftoff",
22 "/mixin-deep/is-extendable",
23 "/set-value"
24 ],
25 "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
26 "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
27 "_spec": "is-plain-object@^2.0.4",
28 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\liftoff",
29 "author": {
30 "name": "Jon Schlinkert",
31 "url": "https://github.com/jonschlinkert"
32 },
33 "bugs": {
34 "url": "https://github.com/jonschlinkert/is-plain-object/issues"
35 },
36 "bundleDependencies": false,
37 "contributors": [
38 {
39 "name": "Jon Schlinkert",
40 "url": "http://twitter.com/jonschlinkert"
41 },
42 {
43 "name": "Osman Nuri Okumuş",
44 "url": "http://onokumus.com"
45 },
46 {
47 "name": "Steven Vachon",
48 "url": "https://svachon.com"
49 },
50 {
51 "url": "https://github.com/wtgtybhertgeghgtwtg"
52 }
53 ],
54 "dependencies": {
55 "isobject": "^3.0.1"
56 },
57 "deprecated": false,
58 "description": "Returns true if an object was created by the `Object` constructor.",
59 "devDependencies": {
60 "browserify": "^14.4.0",
61 "chai": "^4.0.2",
62 "gulp-format-md": "^1.0.0",
63 "mocha": "^3.4.2",
64 "mocha-phantomjs": "^4.1.0",
65 "phantomjs": "^2.1.7",
66 "uglify-js": "^3.0.24"
67 },
68 "engines": {
69 "node": ">=0.10.0"
70 },
71 "files": [
72 "index.d.ts",
73 "index.js"
74 ],
75 "homepage": "https://github.com/jonschlinkert/is-plain-object",
76 "keywords": [
77 "check",
78 "is",
79 "is-object",
80 "isobject",
81 "javascript",
82 "kind",
83 "kind-of",
84 "object",
85 "plain",
86 "type",
87 "typeof",
88 "value"
89 ],
90 "license": "MIT",
91 "main": "index.js",
92 "name": "is-plain-object",
93 "repository": {
94 "type": "git",
95 "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
96 },
97 "scripts": {
98 "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
99 "test": "npm run test_node && npm run browserify && npm run test_browser",
100 "test_browser": "mocha-phantomjs test/browser.html",
101 "test_node": "mocha"
102 },
103 "types": "index.d.ts",
104 "verb": {
105 "toc": false,
106 "layout": "default",
107 "tasks": [
108 "readme"
109 ],
110 "plugins": [
111 "gulp-format-md"
112 ],
113 "related": {
114 "list": [
115 "is-number",
116 "isobject",
117 "kind-of"
118 ]
119 },
120 "lint": {
121 "reflinks": true
122 }
123 },
124 "version": "2.0.4"
125}