معرفی شرکت ها


collections-5.1.13


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

data structures with idiomatic JavaScript collection interfaces
ویژگی مقدار
سیستم عامل -
نام فایل collections-5.1.13
نام collections
نسخه کتابخانه 5.1.13
نگهدارنده ['aadsm', 'hthetiot', 'francoisfrisch', 'marchant', 'kriskowal', 'stuk', 'cdebost']
ایمیل نگهدارنده ['antonio.afonso@gmail.com', 'hthetiot@gmail.com', 'francoisfrisch@gmail.com', 'marchant@mac.com', 'kris.kowal@cixar.com', 'npm@website.stuartk.com', 'codebost@gmail.com']
نویسنده Kris Kowal
ایمیل نویسنده kris@cixar.com
آدرس صفحه اصلی git+ssh://git@github.com/montagejs/collections.git
آدرس اینترنتی http://www.collectionsjs.com
مجوز BSD-3-Clause
# Collections [![npm version](https://img.shields.io/npm/v/collections.svg?style=flat)](https://www.npmjs.com/package/collections) [![Build Status](https://travis-ci.org/montagejs/collections.png?branch=master)](http://travis-ci.org/montagejs/collections) [![Analytics](https://ga-beacon.appspot.com/UA-51771141-2/collections/readme)](https://github.com/igrigorik/ga-beacon) This package contains JavaScript implementations of common data structures with idiomatic iterfaces, including extensions for Array and Object. You can use these Node Packaged Modules with Node.js, [Browserify](https://github.com/substack/node-browserify), [Mr](https://github.com/montagejs/mr), or any compatible CommonJS module loader. Using a module loader or bundler when using Collections in web browsers has the advantage of only incorporating the modules you need. However, you can just embed `<script src="collections/collections.min.js">` and *all* of the collections will be introduced as globals. :warning: `require("collections")` is not supported. ``` npm install collections --save ``` Documentation can be found at http://collectionsjs.com which in turn can be updated at https://github.com/montagejs/collectionsjs.com. ## Maintenance Tests are in the `test` directory. Use `npm test` to run the tests in NodeJS or open `test/run.html` in a browser. To run the tests in your browser, simply use `npm run test:jasmine`. To run the tests using Karma use `npm run test:karma` and for continious tests run with file changes detection `npm run test:karma-dev`. Finally to open a remote debug console on karma use `npm run test:karma-debug`. ## Design principles - extends core types (e.g extends `Array.prototype` with additional non-enumerable properties like `.set`)


نیازمندی

مقدار نام
~1.0.x weak-map


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

مقدار نام
14.18.1 Npm


نحوه نصب


نصب پکیج tgz collections-5.1.13:

    npm install collections-5.1.13.tgz