1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
| {
| "name": "immutable",
| "version": "4.3.4",
| "description": "Immutable Data Collections",
| "license": "MIT",
| "homepage": "https://immutable-js.com",
| "author": {
| "name": "Lee Byron",
| "url": "https://github.com/leebyron"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/immutable-js/immutable-js.git"
| },
| "bugs": {
| "url": "https://github.com/immutable-js/immutable-js/issues"
| },
| "main": "dist/immutable.js",
| "module": "dist/immutable.es.js",
| "sideEffects": false,
| "types": "dist/immutable.d.ts",
| "files": [
| "dist",
| "README.md",
| "LICENSE"
| ],
| "keywords": [
| "immutable",
| "persistent",
| "lazy",
| "data",
| "datastructure",
| "functional",
| "collection",
| "stateless",
| "sequence",
| "iteration"
| ]
| }
|
|