2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"is-plain-object@5.0.0",
|
|
|
|
"F:\\laragon\\www\\wishthis"
|
|
|
|
]
|
2022-01-21 08:28:41 +00:00
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"_from": "is-plain-object@5.0.0",
|
|
|
|
"_id": "is-plain-object@5.0.0",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
|
|
|
|
"_location": "/is-plain-object",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "is-plain-object@5.0.0",
|
|
|
|
"name": "is-plain-object",
|
|
|
|
"escapedName": "is-plain-object",
|
|
|
|
"rawSpec": "5.0.0",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "5.0.0"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"_requiredBy": [
|
|
|
|
"/@octokit/endpoint",
|
|
|
|
"/@octokit/request",
|
|
|
|
"/copy-props"
|
2022-01-21 08:28:41 +00:00
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
|
|
|
|
"_spec": "5.0.0",
|
|
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
|
|
"author": {
|
|
|
|
"name": "Jon Schlinkert",
|
|
|
|
"url": "https://github.com/jonschlinkert"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jonschlinkert/is-plain-object/issues"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Jon Schlinkert",
|
|
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Osman Nuri Okumuş",
|
|
|
|
"url": "http://onokumus.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Steven Vachon",
|
|
|
|
"url": "https://svachon.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/wtgtybhertgeghgtwtg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bogdan Chadkin",
|
|
|
|
"url": "https://github.com/TrySound"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Returns true if an object was created by the `Object` constructor, or Object.create(null).",
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"esm": "^3.2.22",
|
|
|
|
"gulp-format-md": "^1.0.0",
|
|
|
|
"mocha": "^6.1.4",
|
|
|
|
"mocha-headless-chrome": "^3.1.0",
|
|
|
|
"rollup": "^2.22.1"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist/is-plain-object.mjs",
|
|
|
|
"require": "./dist/is-plain-object.js"
|
|
|
|
},
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"is-plain-object.d.ts",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/jonschlinkert/is-plain-object",
|
2022-01-21 08:28:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"check",
|
|
|
|
"is",
|
|
|
|
"is-object",
|
|
|
|
"isobject",
|
|
|
|
"javascript",
|
|
|
|
"kind",
|
|
|
|
"kind-of",
|
|
|
|
"object",
|
|
|
|
"plain",
|
|
|
|
"type",
|
|
|
|
"typeof",
|
|
|
|
"value"
|
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "dist/is-plain-object.js",
|
|
|
|
"module": "dist/is-plain-object.mjs",
|
|
|
|
"name": "is-plain-object",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/jonschlinkert/is-plain-object.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "rollup -c",
|
|
|
|
"prepare": "rollup -c",
|
|
|
|
"test": "npm run test_node && npm run build && npm run test_browser",
|
|
|
|
"test_browser": "mocha-headless-chrome --args=disable-web-security -f test/browser.html",
|
|
|
|
"test_node": "mocha -r esm"
|
|
|
|
},
|
|
|
|
"types": "is-plain-object.d.ts",
|
2022-01-21 08:28:41 +00:00
|
|
|
"verb": {
|
|
|
|
"toc": false,
|
|
|
|
"layout": "default",
|
|
|
|
"tasks": [
|
|
|
|
"readme"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"gulp-format-md"
|
|
|
|
],
|
|
|
|
"related": {
|
|
|
|
"list": [
|
|
|
|
"is-number",
|
|
|
|
"isobject",
|
|
|
|
"kind-of"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"reflinks": true
|
|
|
|
}
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
|
|
|
"version": "5.0.0"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|