# typings-core

> The logic of Typings

Latest version **2.3.3** (published 2017-04-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install typings-core
pnpm add typings-core
yarn add typings-core
bun add typings-core
```

## 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 | 2.3.3 |
| Published | 2017-04-09 |
| First published | 2016-03-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 32 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Author | Blake Embrey |
| Maintainers | blakeembrey |
| Keywords | typings, core, typescript, definition, declaration, package, manager |

## Links

- npm: https://www.npmjs.com/package/typings-core
- Repository: https://github.com/typings/core
- Issues: https://github.com/typings/core/issues
- npm.io page: https://npm.io/package/typings-core

## Dependencies (32)

- [rc](https://npm.io/package/rc.md) ^1.1.5
- [has](https://npm.io/package/has.md) ^1.0.1
- [debug](https://npm.io/package/debug.md) ^2.2.0
- [touch](https://npm.io/package/touch.md) ^1.0.0
- [xtend](https://npm.io/package/xtend.md) ^4.0.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [rimraf](https://npm.io/package/rimraf.md) ^2.4.4
- [throat](https://npm.io/package/throat.md) ^3.0.0
- [listify](https://npm.io/package/listify.md) ^1.0.0
- [thenify](https://npm.io/package/thenify.md) ^3.1.0
- [lockfile](https://npm.io/package/lockfile.md) ^1.0.1
- [popsicle](https://npm.io/package/popsicle.md) ^9.0.0
- [invariant](https://npm.io/package/invariant.md) ^2.2.0
- [sort-keys](https://npm.io/package/sort-keys.md) ^1.0.0
- [strip-bom](https://npm.io/package/strip-bom.md) ^3.0.0
- [array-uniq](https://npm.io/package/array-uniq.md) ^1.0.2
- [parse-json](https://npm.io/package/parse-json.md) ^2.2.0
- [typescript](https://npm.io/package/typescript.md) ^2.1.4
- [zip-object](https://npm.io/package/zip-object.md) ^0.1.0
- [configstore](https://npm.io/package/configstore.md) ^3.0.0
- [graceful-fs](https://npm.io/package/graceful-fs.md) ^4.1.2
- [is-absolute](https://npm.io/package/is-absolute.md) ^0.2.3
- [jspm-config](https://npm.io/package/jspm-config.md) ^0.3.0
- [object.pick](https://npm.io/package/object.pick.md) ^1.1.1
- [detect-indent](https://npm.io/package/detect-indent.md) ^5.0.0
- [popsicle-retry](https://npm.io/package/popsicle-retry.md) ^3.2.0
- [popsicle-status](https://npm.io/package/popsicle-status.md) ^2.0.0
- [promise-finally](https://npm.io/package/promise-finally.md) ^3.0.0
- [string-template](https://npm.io/package/string-template.md) ^1.0.0
- [make-error-cause](https://npm.io/package/make-error-cause.md) ^1.2.1
- [popsicle-rewrite](https://npm.io/package/popsicle-rewrite.md) ^1.0.0
- [popsicle-proxy-agent](https://npm.io/package/popsicle-proxy-agent.md) ^3.0.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 2.3.3 (latest) — 2017-04-09
- 2.3.2 — 2017-02-26
- 2.3.1 — 2017-02-24
- 2.3.0 — 2017-02-21
- 2.2.0 — 2016-12-15
- 2.1.0 — 2016-12-07
- 2.0.0 — 2016-11-08
- 1.6.1 — 2016-10-28
- 1.6.0 — 2016-10-03
- 1.5.0 — 2016-09-22
- 1.4.1 — 2016-08-20
- 1.4.0 — 2016-07-21
- 1.3.2 — 2016-07-20
- 1.3.1 — 2016-07-15
- 1.3.0 — 2016-06-27
- … 34 more at https://npm.io/package/typings-core/versions

## README

# Typings Core

[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Travis status][travis-image]][travis-url]
[![Appveyor status][appveyor-image]][appveyor-url]
[![Test coverage][coveralls-image]][coveralls-url]

> The core logic for Typings.

## Usage

```ts
import * as typings from 'typings-core'
```

## Contributing

```sh
# Installation
# Fork this repo (https://github.com/typings/core)
# Clone the fork (E.g. `https://github.com/<your_username>/core.git`)
cd core
npm run bootstrap

# Build
npm run build

# Test
npm run test
```

## License

MIT

[npm-image]: https://img.shields.io/npm/v/typings-core.svg?style=flat
[npm-url]: https://npmjs.org/package/typings-core
[downloads-image]: https://img.shields.io/npm/dm/typings-core.svg?style=flat
[downloads-url]: https://npmjs.org/package/typings-core
[travis-image]: https://img.shields.io/travis/typings/core.svg?style=flat
[travis-url]: https://travis-ci.org/typings/core
[coveralls-image]: https://img.shields.io/coveralls/typings/core.svg?style=flat
[coveralls-url]: https://coveralls.io/r/typings/core?branch=master
[appveyor-image]: https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/blakeembrey/core/branch/master

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