blob: 9ac78cf5050b02b8620dc29f62b7def4abfe5aa0 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-plain-obj@^1.0.0",
3 "_id": "is-plain-obj@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
6 "_location": "/is-plain-obj",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-plain-obj@^1.0.0",
12 "name": "is-plain-obj",
13 "escapedName": "is-plain-obj",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/got",
20 "/normalize-url/sort-keys",
21 "/sort-keys"
22 ],
23 "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
24 "_shasum": "71a50c8429dfca773c92a390a4a03b39fcd51d3e",
25 "_spec": "is-plain-obj@^1.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\sort-keys",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/is-plain-obj/issues"
34 },
35 "bundleDependencies": false,
36 "deprecated": false,
37 "description": "Check if a value is a plain object",
38 "devDependencies": {
39 "ava": "0.0.4"
40 },
41 "engines": {
42 "node": ">=0.10.0"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
48 "keywords": [
49 "obj",
50 "object",
51 "is",
52 "check",
53 "test",
54 "type",
55 "plain",
56 "vanilla",
57 "pure",
58 "simple"
59 ],
60 "license": "MIT",
61 "name": "is-plain-obj",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
65 },
66 "scripts": {
67 "test": "node test.js"
68 },
69 "version": "1.1.0"
70}