mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
32 lines
580 B
JSON
32 lines
580 B
JSON
{
|
|
"name": "immutable",
|
|
"filename": "immutable.min.js",
|
|
"version": "3.1.0",
|
|
"description": "Immutable Data Collections",
|
|
"keywords": [
|
|
"immutable",
|
|
"persistent",
|
|
"lazy",
|
|
"data",
|
|
"datastructure",
|
|
"functional",
|
|
"collection",
|
|
"stateless",
|
|
"sequence",
|
|
"iteration"
|
|
],
|
|
"homepage": "https://github.com/facebook/immutable-js",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/immutable-js/issues"
|
|
},
|
|
"npmName": "immutable",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
]
|
|
}
|