123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- {
- "_args": [
- [
- "is-plain-object@5.0.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_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"
- },
- "_requiredBy": [
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz",
- "_spec": "5.0.0",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-plain-object/issues"
- },
- "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).",
- "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"
- },
- "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",
- "keywords": [
- "check",
- "is",
- "is-object",
- "isobject",
- "javascript",
- "kind",
- "kind-of",
- "object",
- "plain",
- "type",
- "typeof",
- "value"
- ],
- "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",
- "verb": {
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "is-number",
- "isobject",
- "kind-of"
- ]
- },
- "lint": {
- "reflinks": true
- }
- },
- "version": "5.0.0"
- }
|