|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "is-plain-obj@1.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "is-plain-obj@1.1.0",
- "_id": "is-plain-obj@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
- "_location": "/is-plain-obj",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "is-plain-obj@1.1.0",
- "name": "is-plain-obj",
- "escapedName": "is-plain-obj",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/minimist-options"
- ],
- "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/is-plain-obj/issues"
- },
- "description": "Check if a value is a plain object",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
- "keywords": [
- "obj",
- "object",
- "is",
- "check",
- "test",
- "type",
- "plain",
- "vanilla",
- "pure",
- "simple"
- ],
- "license": "MIT",
- "name": "is-plain-obj",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.1.0"
- }
|