/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.8.3
bower.json
39 строк
759 B
Lee Byron
CHERRY-PICK:
d3bce8d
onto v3.8.1
03 окт 2017, 21:26
03 окт 2017, 21:26
67a18dd
Код
Авторство
О чём код?
{ "name": "immutable", "description": "Immutable Data Collections", "license": "MIT", "homepage": "https://github.com/facebook/immutable-js", "author": { "name": "Lee Byron", "homepage": "https://github.com/leebyron" }, "repository": { "type": "git", "url": "git://github.com/facebook/immutable-js.git" }, "main": "dist/immutable.js", "typescript": { "definition": "dist/immutable.d.ts" }, "ignore": [ "**/.*", "__tests__", "resources", "src", "type-definitions", "package.json", "Gruntfile.js" ], "keywords": [ "immutable", "persistent", "lazy", "data", "datastructure", "functional", "collection", "stateless", "sequence", "iteration" ] }