معرفی شرکت ها


typings-2.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The TypeScript Definition Manager
ویژگی مقدار
سیستم عامل -
نام فایل typings-2.1.1
نام typings
نسخه کتابخانه 2.1.1
نگهدارنده ['blakeembrey']
ایمیل نگهدارنده ['hello@blakeembrey.com']
نویسنده Blake Embrey
ایمیل نویسنده hello@blakeembrey.com
آدرس صفحه اصلی git://github.com/typings/typings.git
آدرس اینترنتی https://github.com/typings/typings
مجوز MIT
# ![Typings](https://cdn.rawgit.com/typings/typings/master/logo.svg) [![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url] [![Build status][travis-image]][travis-url] [![Gitter][gitter-image]][gitter-url] > The TypeScript Definition Manager. ## Quick Start ```sh # Install Typings CLI utility. npm install typings --global # Search for definitions. typings search tape # Find a definition by name. typings search --name react # If you use the package as a module: # Install non-global typings (defaults to "npm" source, configurable through `defaultSource` in `.typingsrc`). typings install debug --save # If you use the package through `<script>`, it is part of the environment, or # the module typings are not yet available, try searching and installing with `--global`: typings install dt~mocha --global --save # If you need a specific commit from github. typings install d3=github:DefinitelyTyped/DefinitelyTyped/d3/d3.d.ts#1c05872e7811235f43780b8b596bfd26fe8e7760 --global --save # Search and install by version. typings info env~node --versions typings install env~node@0.10 --global --save # Install typings from a particular source (use `<source>~<name>` or `--source <source>`). typings install env~atom --global --save typings install bluebird --source npm --save # Use `typings/index.d.ts` (in `tsconfig.json` or as a `///` reference). cat typings/index.d.ts ``` ## Usage **Typings** is the simple way to manage and install TypeScript definitions. It uses `typings.json`, which can resolve to the Typings Registry, GitHub, NPM, Bower, HTTP and local files. Packages can use type definitions from various sources and different versions, knowing they will _never_ conflict for users. ```sh typings install debug --save ``` The [public registry](https://github.com/typings/registry) is maintained by the community, and is used to resolve official type definitions for JavaScript packages. ## Read More * [Commands](docs/commands.md) * [Coming from TSD?](docs/tsd.md) * [Example typings](docs/examples.md) * [Why external modules?](docs/external-modules.md) * [About the registry](docs/registry.md) * [FAQ](docs/faq.md) * [Known Issues](docs/known-issues.md) ## Sources * `npm` - dependencies from [NPM](http://npmjs.org/) * `github` - dependencies directly from [GitHub](https://github.com/) (E.g. [Duo](http://duojs.org/), [JSPM](http://jspm.io/)) * `bitbucket` - dependencies directly from [Bitbucket](https://bitbucket.org) * `jspm`: - dependencies from installed [JSPM](http://jspm.io/) packages with typings distributed. Requires `jspm@0.17+`. * `bower` - dependencies from [Bower](http://bower.io/) * `common` - "standard" libraries without a known "source" * `shared` - shared library functionality * `lib` - shared environment functionality (mirror of `shared`) (`--global`) * `env` - environments (E.g. `atom`, `electron`) (`--global`) * `global` - global (`window.<var>`) libraries (`--global`) * `dt` - typings from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (usually `--global`) ## Contributing ```sh # Installation # Fork this repo (https://github.com/typings/typings) # Clone the fork (E.g. `https://github.com/<your_username>/typings.git`) cd typings # Install modules npm install # Build npm run build # Test npm run test ``` ## [Change Log](https://github.com/typings/typings/releases) ## License MIT [npm-image]: https://img.shields.io/npm/v/typings.svg?style=flat [npm-url]: https://npmjs.org/package/typings [downloads-image]: https://img.shields.io/npm/dm/typings.svg?style=flat [downloads-url]: https://npmjs.org/package/typings [travis-image]: https://img.shields.io/travis/typings/typings.svg?style=flat [travis-url]: https://travis-ci.org/typings/typings [gitter-image]: https://badges.gitter.im/typings/typings.svg [gitter-url]: https://gitter.im/typings/typings?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge


نیازمندی

مقدار نام
^1.0.0 archy
^3.1.1 bluebird
^1.0.0 chalk
^1.0.0 cli-truncate
^1.5.2 columnify
^1.0.1 elegant-spinner
^2.0.1 has-unicode
^1.0.0 listify
^1.0.2 log-update
^1.2.0 minimist
^3.0.0 promise-finally
^2.3.3 typings-core
^2.0.0 update-notifier
^1.0.0 wordwrap
^4.0.1 xtend


زبان مورد نیاز

مقدار نام
7.3.0 Npm


نحوه نصب


نصب پکیج tgz typings-2.1.1:

    npm install typings-2.1.1.tgz