# atom-Pb

> Behold the Lead!

Latest version **1.0.0** (published 2016-07-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install atom-Pb
pnpm add atom-Pb
yarn add atom-Pb
bun add atom-Pb
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-07-30 |
| First published | 2016-07-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | gkal19 |

## Links

- npm: https://www.npmjs.com/package/atom-Pb
- npm.io page: https://npm.io/package/atom-Pb

## Dependencies (5)

- [unity-pm](https://npm.io/package/unity-pm.md) ^1.0.2
- [unity-kjXmol-1](https://npm.io/package/unity-kjXmol-1.md) ^1.0.2
- [property-estado-oxidacao-pb](https://npm.io/package/property-estado-oxidacao-pb.md) ^0.0.1
- [property-estrutura-cristalina-pb](https://npm.io/package/property-estrutura-cristalina-pb.md) ^0.0.1
- [property-eletronegatividade-de-pauling-pb](https://npm.io/package/property-eletronegatividade-de-pauling-pb.md) ^0.0.1

## Recent versions

- 1.0.0 (latest) — 2016-07-30

## README

# Atoms - Pb

Behold the Lead!

In this *atomic* module we have a lot of data about the Pb.

## Structure

```js
module.exports = { 
  simbolo: 'Pb', 
  nome: {
    'pt-br': 'Chumbo',
    'en': 'Lead',
  },
  familia: [
    {
      tipo: 'Coluna',
      valor: '14'
    }, 
    {
      tipo: 'Grupo',
      valor: '4A'
    }, 
    {
      tipo: 'Descritivo',
      valor: 'Sem Familia'
    }
  ],
  periodo: 6, 
  massaAtomica: 207.2,
  numero: {
    eletrons: 82,
    neutrons: 0,
    protons: 82
  },
  distribuicaoEletronica: {
    k: [
      {
        subnivel: 's',
        eletrons: 2
      }
    ],
    l: [
      {
        subnivel: 's',
        eletrons: 2
      },
      {
        subnivel: 'p',
        eletrons: 6
      }
    ],
    m: [
      {
        subnivel: 's',
        eletrons: 2
      },
      {
        subnivel: 'p',
        eletrons: 6
      },
      {
        subnivel: 'd',
        eletrons: 10
      }
    ],
    n: [
      {
        subnivel: 's',
        eletrons: 2
      },
      {
        subnivel: 'p',
        eletrons: 6
      },
      {
        subnivel: 'd',
        eletrons: 10
      },
      {
        subnivel: 'f',
        eletrons: 14
      }
    ],
    o: [
      {
        subnivel: 's',
        eletrons: 2
      },
      {
        subnivel: 'p',
        eletrons: 6
      },
      {
        subnivel: 'd',
        eletrons: 10
      }
    ],
    p: [
      {
        subnivel: 's',
        eletrons: 2
      },
      {
        subnivel: 'p',
        eletrons: 2
      }
    ],
    q: [
      {
        subnivel: 's',
        eletrons: 0
      }
    ],
  },
  propriedades: {
    fisicas: [
      {   
        nome: 'Densidade',
        valor: 11340, 
        unidade: 'kg/m3'
      },
      {   
        nome: 'estadodaMateria',
        valor: 'Sólido' 
      },
      {   
        nome: 'raioAtomico',
        valor: 154,
      }
    ],
    quimicas: [ 
      require('property-estado-oxidacao-pb'),
      require('property-estrutura-cristalina-pb'),
      require('property-eletronegatividade-de-pauling-pb'),
      {   
        nome: 'raioCovalente',
        valor: 147,
        unidade: require('unity-pm').unidade
      },
      {   
        nome: 'raioVanderWaals',
        valor: 202, 
        unidade: require('unity-pm').unidade
      },
      {   
        nome: 'entalpiadevaporizacao',
        valor: 4.799,
        unidade: require('unity-kjXmol-1').unidade
      },
      {   
        nome: 'calorEspecífico',
        valor: '4,81×106 m−1', 
        unidade: 'J/(kg·K)'
      },
      {
        nome: 'condutividadeTermica',
        valor: 66.6,
        unidade: 'W/(m·K)'
      } 
    ]
  }
}
```

Autor: [gkal19](https://github.com/gkal19/)

---
_Source: https://npm.io/package/atom-Pb · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
