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