{
	"name": "list",
	"versions": {
		"0.0.1": {
			"name": "list",
			"version": "0.0.1",
			"description": "double linked list",
			"main": "index.js",
			"scripts": {
				"test": "test.js"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/etechi/leo-list.git"
			},
			"keywords": [
				"list",
				"linkedlist"
			],
			"author": {
				"name": "cy2000@gmail.com"
			},
			"license": "BSD",
			"_id": "list@0.0.1",
			"dist": {
				"shasum": "083500ea6ca9c2956d2423b908d4d5de72a2c058",
				"tarball": "https://registry.npmjs.org/list/-/list-0.0.1.tgz"
			},
			"_npmVersion": "1.2.0",
			"_npmUser": {
				"name": "etechi",
				"email": "cy2000@gmail.com"
			},
			"maintainers": [
				{
					"name": "etechi",
					"email": "cy2000@gmail.com"
				}
			],
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "list",
			"version": "0.0.2",
			"description": "double linked list",
			"main": "index.js",
			"scripts": {
				"test": "test.js"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/etechi/leo-list.git"
			},
			"keywords": [
				"list",
				"linkedlist"
			],
			"author": {
				"name": "cy2000@gmail.com"
			},
			"license": "BSD",
			"_id": "list@0.0.2",
			"dist": {
				"shasum": "26b09abe2d888f92b5566a72cd62645861ca4779",
				"tarball": "https://registry.npmjs.org/list/-/list-0.0.2.tgz"
			},
			"_npmVersion": "1.2.0",
			"_npmUser": {
				"name": "etechi",
				"email": "cy2000@gmail.com"
			},
			"maintainers": [
				{
					"name": "etechi",
					"email": "cy2000@gmail.com"
				}
			],
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "list",
			"version": "0.0.3",
			"description": "double linked list",
			"main": "index.js",
			"scripts": {
				"test": "test.js"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/etechi/leo-list.git"
			},
			"keywords": [
				"list",
				"linkedlist"
			],
			"author": {
				"name": "cy2000@gmail.com"
			},
			"license": "BSD",
			"_id": "list@0.0.3",
			"dist": {
				"shasum": "df87367aa5f177beead04e03cb04c9ac0cb5b312",
				"tarball": "https://registry.npmjs.org/list/-/list-0.0.3.tgz"
			},
			"_npmVersion": "1.2.0",
			"_npmUser": {
				"name": "etechi",
				"email": "cy2000@gmail.com"
			},
			"maintainers": [
				{
					"name": "etechi",
					"email": "cy2000@gmail.com"
				}
			],
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.0.4": {
			"name": "list",
			"version": "0.0.4",
			"description": "double linked list",
			"main": "index.js",
			"scripts": {
				"test": "test.js"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/etechi/leo-list.git"
			},
			"keywords": [
				"list",
				"linkedlist"
			],
			"author": {
				"name": "cy2000@gmail.com"
			},
			"license": "BSD",
			"_id": "list@0.0.4",
			"_from": "list",
			"dist": {
				"shasum": "4466149ff82009b38ddd0104165f835900328e37",
				"tarball": "https://registry.npmjs.org/list/-/list-0.0.4.tgz"
			},
			"_npmVersion": "1.2.0",
			"_npmUser": {
				"name": "etechi",
				"email": "cy2000@gmail.com"
			},
			"maintainers": [
				{
					"name": "etechi",
					"email": "cy2000@gmail.com"
				}
			],
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.8.1": {
			"name": "list",
			"version": "0.8.1",
			"description": "Single-command HTTP directory listing and file serving",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "1.3.0",
				"gulp-sass": "2.3.2",
				"xo": "^0.16.0"
			},
			"dependencies": {
				"args": "2.0.0",
				"chalk": "1.1.3",
				"denodeify": "1.2.1",
				"filesize": "3.3.0",
				"handlebars": "4.0.5",
				"istextorbinary": "2.1.0",
				"micro": "^6.0.1",
				"micro-compress": "^1.0.0",
				"mime": "1.3.4"
			},
			"gitHead": "28198aef2a102f0d73143466ad2b8cc962803754",
			"_id": "list@0.8.1",
			"_shasum": "41aa4d709c2e09b7427228b15b3fe49c249bc9f7",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "41aa4d709c2e09b7427228b15b3fe49c249bc9f7",
				"tarball": "https://registry.npmjs.org/list/-/list-0.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/list-0.8.1.tgz_1475137196653_0.7540150466375053"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.8.2": {
			"name": "list",
			"version": "0.8.2",
			"description": "Single-command HTTP directory listing and file serving",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "1.3.0",
				"gulp-sass": "2.3.2",
				"xo": "^0.16.0"
			},
			"dependencies": {
				"args": "2.0.0",
				"chalk": "1.1.3",
				"denodeify": "1.2.1",
				"filesize": "3.3.0",
				"handlebars": "4.0.5",
				"istextorbinary": "2.1.0",
				"micro": "^6.0.1",
				"micro-compress": "^1.0.0",
				"mime": "1.3.4"
			},
			"gitHead": "f91b6e3d70c80d26a5fb488f2e8379a9b0b8b9dc",
			"_id": "list@0.8.2",
			"_shasum": "ab19eb22cb7f5610fda5f229a62f36614ce40968",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "ab19eb22cb7f5610fda5f229a62f36614ce40968",
				"tarball": "https://registry.npmjs.org/list/-/list-0.8.2.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				},
				{
					"name": "rauchg",
					"email": "rauchg@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/list-0.8.2.tgz_1475225691143_0.7140873537864536"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.9.0": {
			"name": "list",
			"version": "0.9.0",
			"description": "Single-command HTTP directory listing and file serving",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "2.0.0",
				"gulp-sass": "2.3.2",
				"xo": "0.17.1"
			},
			"dependencies": {
				"args": "2.1.0",
				"basic-auth": "1.1.0",
				"chalk": "1.1.3",
				"filesize": "3.3.0",
				"fs-promise": "1.0.0",
				"handlebars": "4.0.6",
				"istextorbinary": "2.1.0",
				"micro": "6.1.0",
				"micro-compress": "1.0.0",
				"mime-types": "^2.1.12"
			},
			"gitHead": "810c91f3eaee79ac9a80bd8e15930f000ff982ae",
			"_id": "list@0.9.0",
			"_shasum": "d45644dd44141a8fb1d0adb7cb676184738d015b",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "d45644dd44141a8fb1d0adb7cb676184738d015b",
				"tarball": "https://registry.npmjs.org/list/-/list-0.9.0.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				},
				{
					"name": "rauchg",
					"email": "rauchg@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/list-0.9.0.tgz_1481049350363_0.18030815944075584"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.9.1": {
			"name": "list",
			"version": "0.9.1",
			"description": "Single-command HTTP directory listing and file serving",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "2.0.0",
				"gulp-sass": "2.3.2",
				"xo": "0.17.1"
			},
			"dependencies": {
				"args": "2.2.0",
				"basic-auth": "1.1.0",
				"chalk": "1.1.3",
				"filesize": "3.3.0",
				"fs-promise": "1.0.0",
				"handlebars": "4.0.6",
				"istextorbinary": "2.1.0",
				"micro": "6.1.0",
				"micro-compress": "1.0.0",
				"mime-types": "^2.1.12"
			},
			"gitHead": "6ab32cbb19a1b8fa08a28e97e73085a7cee6dd25",
			"_id": "list@0.9.1",
			"_shasum": "5d16e800681066a77ef44cd612bc12e1d3ba6e37",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "5d16e800681066a77ef44cd612bc12e1d3ba6e37",
				"tarball": "https://registry.npmjs.org/list/-/list-0.9.1.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				},
				{
					"name": "rauchg",
					"email": "rauchg@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/list-0.9.1.tgz_1481297051217_0.7849218400660902"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.9.2": {
			"name": "list",
			"version": "0.9.2",
			"description": "Single-command HTTP directory listing and file serving",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "2.0.0",
				"gulp-sass": "3.0.0",
				"xo": "0.17.1"
			},
			"dependencies": {
				"args": "2.2.0",
				"basic-auth": "1.1.0",
				"chalk": "1.1.3",
				"filesize": "3.3.0",
				"fs-promise": "1.0.0",
				"handlebars": "4.0.6",
				"istextorbinary": "2.1.0",
				"micro": "6.1.0",
				"micro-compress": "1.0.0",
				"mime-types": "^2.1.12",
				"send": "0.14.1"
			},
			"gitHead": "e3573c8f201e96743aa1a29701eaeeeca8724e28",
			"_id": "list@0.9.2",
			"_shasum": "2159ee087caedcc92be7b5f98b709c9218070fcb",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "2159ee087caedcc92be7b5f98b709c9218070fcb",
				"tarball": "https://registry.npmjs.org/list/-/list-0.9.2.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				},
				{
					"name": "rauchg",
					"email": "rauchg@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/list-0.9.2.tgz_1481405815761_0.7983600846491754"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.9.3": {
			"name": "list",
			"version": "0.9.3",
			"description": "Single-command HTTP directory listing and file serving",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "2.0.0",
				"gulp-sass": "3.0.0",
				"xo": "0.17.1"
			},
			"dependencies": {
				"args": "2.2.0",
				"basic-auth": "1.1.0",
				"chalk": "1.1.3",
				"filesize": "3.3.0",
				"fs-promise": "1.0.0",
				"handlebars": "4.0.6",
				"istextorbinary": "2.1.0",
				"micro": "6.1.0",
				"micro-compress": "1.0.0",
				"mime-types": "^2.1.12",
				"send": "0.14.1"
			},
			"gitHead": "4e5f01ee06490ce20646af9506be02903313a242",
			"_id": "list@0.9.3",
			"_shasum": "dd757fa87463c58311348a19a5d46413d9e39101",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "dd757fa87463c58311348a19a5d46413d9e39101",
				"tarball": "https://registry.npmjs.org/list/-/list-0.9.3.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				},
				{
					"name": "rauchg",
					"email": "rauchg@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/list-0.9.3.tgz_1481405888575_0.9459938157815486"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.9.4": {
			"name": "list",
			"version": "0.9.4",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "2.0.0",
				"gulp-sass": "3.0.0",
				"xo": "0.17.1"
			},
			"dependencies": {
				"args": "2.2.0",
				"basic-auth": "1.1.0",
				"chalk": "1.1.3",
				"filesize": "3.3.0",
				"fs-promise": "1.0.0",
				"handlebars": "4.0.6",
				"istextorbinary": "2.1.0",
				"micro": "6.1.0",
				"micro-compress": "1.0.0",
				"mime-types": "^2.1.12",
				"send": "0.14.1"
			},
			"gitHead": "dc253721320a7cb25ebddceb5411102e78cfb3b1",
			"description": "**THIS PROJECT IS DEPRECATED. PLEASE USE [THIS ONE](https://www.npmjs.com/package/serve) INSTEAD.**",
			"_id": "list@0.9.4",
			"_shasum": "8648e0fd95929e6e19abd63c44909c1d9173ba0e",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "8648e0fd95929e6e19abd63c44909c1d9173ba0e",
				"tarball": "https://registry.npmjs.org/list/-/list-0.9.4.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				},
				{
					"name": "rauchg",
					"email": "rauchg@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/list-0.9.4.tgz_1481405928100_0.30084944423288107"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"0.9.5": {
			"name": "list",
			"version": "0.9.5",
			"description": "-",
			"scripts": {
				"start": "gulp",
				"prepublish": "gulp build",
				"test": "xo"
			},
			"files": [
				"dist",
				"views"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/zeit/list.git"
			},
			"bin": {
				"list": "dist/bin/list"
			},
			"xo": {
				"esnext": true,
				"space": true,
				"semicolon": false,
				"rules": {
					"babel/no-await-in-loop": 0
				}
			},
			"babel": {
				"plugins": [
					"transform-es2015-modules-commonjs",
					"transform-async-to-generator"
				]
			},
			"greenkeeper": {
				"emails": false
			},
			"keywords": [
				"now",
				"serve",
				"micro",
				"http-server"
			],
			"author": {
				"name": "leo"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/zeit/list/issues"
			},
			"homepage": "https://github.com/zeit/list#readme",
			"devDependencies": {
				"babel-plugin-transform-async-to-generator": "6.16.0",
				"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-cached": "1.1.0",
				"gulp-chmod": "2.0.0",
				"gulp-sass": "3.0.0",
				"xo": "0.17.1"
			},
			"dependencies": {
				"args": "2.2.0",
				"basic-auth": "1.1.0",
				"chalk": "1.1.3",
				"filesize": "3.3.0",
				"fs-promise": "1.0.0",
				"handlebars": "4.0.6",
				"istextorbinary": "2.1.0",
				"micro": "6.1.0",
				"micro-compress": "1.0.0",
				"mime-types": "^2.1.12",
				"send": "0.14.1"
			},
			"gitHead": "e3ade7ff1bfade20fedcb1175e9d67ca1309bd83",
			"_id": "list@0.9.5",
			"_shasum": "94910575c42ef7a25fe494f365faec3d8095f53d",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leo",
				"email": "leo@zeit.co"
			},
			"dist": {
				"shasum": "94910575c42ef7a25fe494f365faec3d8095f53d",
				"tarball": "https://registry.npmjs.org/list/-/list-0.9.5.tgz"
			},
			"maintainers": [
				{
					"name": "leo",
					"email": "leo@zeit.co"
				},
				{
					"name": "rauchg",
					"email": "rauchg@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/list-0.9.5.tgz_1481405968938_0.8559925272129476"
			},
			"deprecated": "This package got renamed to 'serve'. Please install the new one.",
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "list",
			"version": "1.0.0",
			"description": "Lightweight and context-free array operations",
			"keywords": [
				"list",
				"array"
			],
			"main": "index.js",
			"license": "MIT",
			"author": {
				"name": "Brandon Semilla",
				"url": "https://github.com/semibran"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/semibran/list.git"
			},
			"gitHead": "e1d8d53cb1a527cba0a87b53d7c4da65d417dddd",
			"bugs": {
				"url": "https://github.com/semibran/list/issues"
			},
			"homepage": "https://github.com/semibran/list#readme",
			"_id": "list@1.0.0",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "semibran",
				"email": "semibran+npm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-03fKuGC2AceVgUawK9HA8W3OEPbgoe2P9MmFW7fyW24xzptABeI2xgNM46mc3lSSYPohJZXX7bl64VEqnh4C8Q==",
				"shasum": "074a893684727d9ea5edb25b0a3ef5ee2190a156",
				"tarball": "https://registry.npmjs.org/list/-/list-1.0.0.tgz"
			},
			"maintainers": [
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				},
				{
					"email": "leo@zeit.co",
					"name": "leo"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list-1.0.0.tgz_1498151796636_0.6560557957272977"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "list",
			"version": "2.0.0",
			"description": "Fast purely functional immutable lists.",
			"main": "index.js",
			"scripts": {
				"build": "tsc -P tsconfig-build.json",
				"test": "nyc mocha --timeout 5000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 5000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test}/**/*.ts\"",
				"prepublishOnly": "npm run build; cp dist/* .",
				"release-patch": "np patch",
				"release-minor": "np minor",
				"release-major": "np major"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"peerDependencies": {
				"ramda": "*"
			},
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.0",
				"np": "^2.19.0",
				"nyc": "11.4.1",
				"prettier": "1.10.2",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "4.1.0",
				"typescript": "^2.7.1"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "bf45b679c99ee6b39403e3a12ea9aa9774ff3709",
			"_id": "list@2.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-wnETsfooJo3vJUWzdIUsxu+zwaMs3GU36/yQQZGNl4jUcyVCFkioLtimcJlrDYulS6AiTIe5EHv4chSMtvqtHg==",
				"shasum": "05323772d6363b2d4017666240fb29a68a1c8e69",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.0.tgz"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list-2.0.0.tgz_1517953237087_0.45447533088736236"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "list",
			"version": "2.0.1",
			"description": "Fast purely functional immutable lists.",
			"main": "index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 5000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 5000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test}/**/*.ts\"",
				"prepublishOnly": "npm run build; cp -r dist/* .",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"peerDependencies": {
				"ramda": "*"
			},
			"module": "es/index.js",
			"sideEffects": false,
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.0",
				"np": "^2.19.0",
				"nyc": "11.4.1",
				"prettier": "1.10.2",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "4.1.0",
				"typescript": "^2.7.1"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "1441c4efd79cb2fa9726ee9b6e06ca8a61e818df",
			"_id": "list@2.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3+LRYKAR5nETgyVlrLwpaz1iYvjeCzvvS60juu5aozSeYSrRyei8/RUggKhaaeW8UxG2It9L0Sn1iDJaHDPdRA==",
				"shasum": "21ad145dc0902bad0a4700d1e3c34e9cee95e6bf",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.1.tgz",
				"fileCount": 37,
				"unpackedSize": 269772
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.1_1518367771613_0.5337884975023854"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.2": {
			"name": "list",
			"version": "2.0.2",
			"description": "Fast purely functional immutable lists.",
			"main": "index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 5000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 5000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"module": "es/index.js",
			"sideEffects": false,
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.0",
				"np": "^2.19.0",
				"nyc": "11.4.1",
				"prettier": "1.10.2",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "4.1.0",
				"typescript": "^2.7.1"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "92210a5307f19416c52219938e3de7b4aa640762",
			"_id": "list@2.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-UPOLkdJZdLjADUe7goY3fPWQt6SuBy+Z3Sp1pkN2o0p+sb6ua6cgtGPHnIC+LHu6ovXesRk+X1EhNTwGPSy6rg==",
				"shasum": "a8e8002ecaf089ad6c48f5029a24140d5584150e",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.2.tgz",
				"fileCount": 13,
				"unpackedSize": 29874
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.2_1519202823275_0.3816538387241708"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.3": {
			"name": "list",
			"version": "2.0.3",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 5000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 5000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": false,
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.0",
				"np": "^2.19.0",
				"nyc": "11.4.1",
				"prettier": "1.10.2",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "4.1.0",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "c66b6245b2d60410882a7310ad39c41d66baf5cc",
			"_id": "list@2.0.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5OBxD4iiqaW+Ok0P76k39gUWIpSRoDfgLdnoOjQW7IKyDsetBUdK9HD8k9WDxWyIa5u7q/TICf9Ab3eb4zsICQ==",
				"shasum": "39aef5a45785611f0366ea4495ceb81083d69e75",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.3.tgz",
				"fileCount": 36,
				"unpackedSize": 278986
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.3_1519204214522_0.18365976345442236"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.4": {
			"name": "list",
			"version": "2.0.4",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.2",
				"np": "^2.19.0",
				"nyc": "11.4.1",
				"prettier": "1.11.1",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "5.0.1",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "ee6041a5cc4d3d37e09ca22695930f745e95222c",
			"_id": "list@2.0.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ssptvlg1zpHFNoRT3K40NRQIDaejWRU1PoFsN4kbCenak4YkwpJCGDbzjsIDZVvpVIb441Sm6z4r6gPid09DwA==",
				"shasum": "58158ed70dc340da6c5c3e6d1b4c511c3fb40c9f",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.4.tgz",
				"fileCount": 42,
				"unpackedSize": 315646
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.4_1520344465055_0.5697070065408845"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.5": {
			"name": "list",
			"version": "2.0.5",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.2",
				"np": "^2.19.0",
				"nyc": "11.4.1",
				"prettier": "1.11.1",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "5.0.1",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "f715157159fc9f88775b685c306d22f0b125eeaf",
			"_id": "list@2.0.5",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-7dDYVcVxOKvPi4pYPx0UthBVSmCPX6lDJ41/jF7amTg1UmB4O0UkuC9HuVMsPRHVvS8+akab+PzgTNvgbuTxWw==",
				"shasum": "6225b3e16b59f84f992efc675ba11965df6a9b6b",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.5.tgz",
				"fileCount": 42,
				"unpackedSize": 316967
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.5_1520377052808_0.2476707561182112"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.6": {
			"name": "list",
			"version": "2.0.6",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.4",
				"np": "^2.19.0",
				"nyc": "11.6.0",
				"prettier": "1.11.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "5.0.1",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "f55c2b5fb95b211a13ba891573db5ff4b4171830",
			"_id": "list@2.0.6",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-aUOobE4fkWVNo21EKiGKWkhDxTVvE0NgKRPjAYWRIYxKIQkcfl5ilq+Bi0NMH9oFzTnq0b3q/K9pOl8FIYtANg==",
				"shasum": "05bd06e123a2ebce7330a051144706ebf3161dd9",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.6.tgz",
				"fileCount": 42,
				"unpackedSize": 358398
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.6_1521385660939_0.234501117684216"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.7": {
			"name": "list",
			"version": "2.0.7",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "2.2.48",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.4",
				"np": "^2.19.0",
				"nyc": "11.6.0",
				"prettier": "1.11.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "5.0.1",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"curried",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "32e4c96633726f68bec498cb47c32a81f6015518",
			"_id": "list@2.0.7",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-g5lj1tvs7Dy9GXSmYllUDbswr/Yx3jKoiEvrfJ4oOscM9rE9pys+XBNr8KdtV1THFwRWEEZUv+mGt/Wx8HkluA==",
				"shasum": "fc27fb173664150fa1961c0de9b37ba92eee7b2f",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.7.tgz",
				"fileCount": 37,
				"unpackedSize": 351891
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.7_1521386901122_0.7352015055930947"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.8": {
			"name": "list",
			"version": "2.0.8",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "5.0.0",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.5",
				"np": "^2.19.0",
				"nyc": "11.6.0",
				"prettier": "1.11.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "5.0.1",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"curried",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "c60e4a7050233dde0f0842235ab904f021ca16b1",
			"_id": "list@2.0.8",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-HF3BWj06/FjO+r87kBMDckNtaxOhA0xppGOIO5rXSQ1jq9IdN5OpJZchQjzhGOSRKVvM37WlrUMRza946uegug==",
				"shasum": "2b6bc5a0cbf92448b3338d51dbf53536d21a7440",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.8.tgz",
				"fileCount": 49,
				"unpackedSize": 591031
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.8_1522594708390_0.054729422093291236"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.9": {
			"name": "list",
			"version": "2.0.9",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "5.0.0",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.5",
				"np": "^2.19.0",
				"nyc": "11.6.0",
				"prettier": "1.11.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "5.0.1",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"curried",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "3e964541ef40b91c869845209f58fcd68f99fc95",
			"_id": "list@2.0.9",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-A5TPekH9lQyqGwor63uG/gOFTw3kbuRGdwnXsGT/6Me+KMQ7ITtyiBzVeTK4j5PsHmKIO7cyW2gTm241UJIcWw==",
				"shasum": "acd7d3f6c3d498aa417565eb863ad56f8d51aa25",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.9.tgz",
				"fileCount": 49,
				"unpackedSize": 591206
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.9_1522666675979_0.5206217279585796"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.10": {
			"name": "list",
			"version": "2.0.10",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "5.0.0",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.0.5",
				"np": "^2.19.0",
				"nyc": "11.6.0",
				"prettier": "1.11.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "5.0.1",
				"typescript": "^2.7.1"
			},
			"files": [
				"dist",
				"methods",
				"curried",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "6950100fc4220826691a28910f331103c0a64a1e",
			"_id": "list@2.0.10",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-GQX063XYpPqmhIz1IyHtGDvHZPHKap5ELTy07kvwRDRDN8XdlrTKr01uFMG0zy45qR7rypW1ZuxIjQ4Lb9rROA==",
				"shasum": "51f8fb08c83a35219542324639e2087d63c86a61",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.10.tgz",
				"fileCount": 49,
				"unpackedSize": 591207
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.10_1523295186963_0.46878818078083895"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.11": {
			"name": "list",
			"version": "2.0.11",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"bench": "node bench",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"prepublishOnly": "npm run build; node ./scripts/make-proxies",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "4.1.2",
				"@types/mocha": "5.0.0",
				"@types/ramda": "^0.25.17",
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"mocha": "5.1.0",
				"np": "^2.19.0",
				"nyc": "11.6.0",
				"prettier": "1.12.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.3",
				"ts-node": "6.0.0",
				"typescript": "^2.7.1"
			},
			"files": [
				"src",
				"dist",
				"methods",
				"curried",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"gitHead": "2b48461c42fb562ab5150a91bf977fac420303d6",
			"_id": "list@2.0.11",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-QT5YKlQrIG3vGjeigo4BiJb+NOTMfcwd8pc0xaRxUsFXBn7rUCD+h/Y0GphLHxK6J/Freqez0FG3K8RPfrcvYw==",
				"shasum": "669733c61e50ee2235caa20ee4e6529d4c571f8d",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.11.tgz",
				"fileCount": 54,
				"unpackedSize": 666736,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1zylCRA9TVsSAnZWagAAtP4P/RZdRnQFCDqdKLTM7Hgm\n6vNBlJLlDbhIR+NoxE6vs4ax9IHlI+m8x4LiiYBD20EgdG+fw4gLU2ndjdiG\naSLeJRTWB70MMZbsocrW861SC6WrW4YCCHdHtFsGOoWQBN/sXTXc4pKHSVBK\nrFGmc3kNBNTly+QFRq1liuWKa0b/j5i/KgRb8OpsUBq9jNLGajz9NE68Pn45\ntUSMW417AY94a9gVEY+6xntNF05VjXji0GXP1H09NfRxAnFPhYCYYTrLycvC\n6iuMCtwBh+ytU6eXf5A21hzEiQePiTpFYXjB95mVImK22zwIR9x7ciQiZBcT\n/egqoLvP4dn2rKsV4eLmrl69/CZQXPat6mr+PF31nCZkruoMASj1SgxrS039\nDYcdG2ltlnay6rceGQusj6D8TEPjNhih539yQnr8ko1yNTLa7S7La7VMyOqn\n4oRplvm+GdSogDqdbCpNXRKfglNWfwBge9f0TkCCVsvRDAXNWCORIsIruzWP\nMm/ws19y+UMbKYCdbP3BDYHdvExRT4t5ZI86ZBnaBnfHUHB0YWVRy+ZxfRPG\n95FEdBYxPMas8h/Jdr1k5w0KwgLRR5jZh5QCT5NTmHrrJRjc7BjT9EyWvWCc\niMdG9qOMONsXC3yQdTAdxKpBynT85AASn+3PuRh4YmAfhZB1e9Buod7gf2W8\nf7/D\r\n=7CDk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.11_1524055203096_0.14036189589933334"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.12": {
			"name": "list",
			"version": "2.0.12",
			"description": "Fast purely functional immutable lists.",
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.1.3",
				"@types/mocha": "^5.2.0",
				"@types/ramda": "^0.25.24",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.2.2",
				"chai": "4.1.2",
				"cherry-pick": "^0.2.1",
				"codecov": "^3.0.1",
				"mocha": "^5.1.1",
				"np": "^2.19.0",
				"nyc": "^11.7.1",
				"prettier": "1.12.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.5",
				"ts-node": "^6.0.2",
				"typescript": "^2.8.3"
			},
			"files": [
				"dist",
				"methods",
				"curried",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "9623d4c14f89673feac349f8c264a4211c02949a",
			"_id": "list@2.0.12",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-QJbB0JClAe7wYthcjURMo5hAJCBUwWurkFMUl6Qu3VAu/l5zNphI77upLD8fZge93DueradhUeGxjLa/77qTdQ==",
				"shasum": "87221faa34cb1ca9136b8c8e539d4c00752f73e0",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.12.tgz",
				"fileCount": 27,
				"unpackedSize": 200605,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbAXxlCRA9TVsSAnZWagAAAC4P/0UKoi8k4ZAlyYyTFLL8\nJD7t2jF9MMeDE72PCpA79uQ35yA01mmBuRplGi4pOxP03+4kNpnCkOGg8bEE\nrsr4utrlrcakXq3R2GkJPH1nm5IXZ+wTRJWqMQ1jHqScV8K1wVeRQXbF6dpU\n6klvvtKQHC/hR0V1wS+yyBYcA1s4s08jaKFSMFAXTw7zZouSWV3x5PCWOGqZ\nfNYqyAc1OO8ommXb0qAcD4b64UZ1HA+coJi/0KvO8YCpBdxrbh194G5M7o6p\nl6eWJB3B/dPKaSjRM2m9Ua44d5gasBZrEaBF86HUgmiPfWKPaPj5v2lEVh4y\nf1nuC/GjR3dGbwR8yR/hpE9vVA36Ce2qEQXEp0uhdauTlmtlq6N6fOecCkyp\nzR7Fckt+iz7UDsr6kipa1HnIyD5M9ykzbh+4BwFb9a/qqNt/KC6bW5tSyQMr\nrQCWkmZtwmTmysGNXsQvyO9Ww3bqfeb8zzZLBsmHTVXn1zd+Wncg209GzpOV\nNMBgCNfMndlpuDKkjpGwgihvKAd3p5FofUwRUxD7Bu1/CMKwv9YGpdyh4Bri\nxbGQmUC5Y58TJwPbwgDcik/p2mcUW5o0PO2hR0V3p2UCFK0VKCcWoGdfZhDU\nMZz/Y5S7AKYJy5t1Ky8s9+LfMQaIA3RdjHphggt2feMWVczISzrk2tqUjSky\nDlZ3\r\n=K309\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.12_1526824034802_0.2898963451175387"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.13": {
			"name": "list",
			"version": "2.0.13",
			"description": "Fast purely functional immutable lists.",
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/funkia/list.git"
			},
			"keywords": [
				"immutable",
				"list",
				"functional",
				"persistent",
				"sequence",
				"vector"
			],
			"bugs": {
				"url": "https://github.com/funkia/list/issues"
			},
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.1.3",
				"@types/mocha": "^5.2.0",
				"@types/ramda": "^0.25.24",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.2.2",
				"chai": "4.1.2",
				"cherry-pick": "^0.2.1",
				"codecov": "^3.0.1",
				"mocha": "^5.1.1",
				"np": "^2.19.0",
				"nyc": "^11.7.1",
				"prettier": "1.12.1",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.5",
				"ts-node": "^6.0.2",
				"typescript": "^2.8.3"
			},
			"files": [
				"dist",
				"methods",
				"curried",
				"fantasy-land",
				"ramda"
			],
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "0edac952ca7a8d3218c5ba241f49ae9ea713ff64",
			"homepage": "https://github.com/funkia/list#readme",
			"_id": "list@2.0.13",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.4.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-oFRR4Rpme3lPHWIVFsjcP/zk8ookUFP539iiRHsbeaS6hBn6AaIKel2YkD+B/PvKdTNkyXDl9ACsieNKwOKpqw==",
				"shasum": "aa63d8704b57b78545421fd2f5223146bf9d0e0f",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.13.tgz",
				"fileCount": 27,
				"unpackedSize": 200826,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbAplkCRA9TVsSAnZWagAAgocP/1t/URFFeolC9r4hbT1l\nxVgQM45uF/oTe328m9Rt5+MZjSicx7oQITyl4rVewoXwYH5EPnANCKJ8zLRe\nR/K6ZZBLokAWOTtOSv7r3wdGSqwCWfTAAJho4hUA1rykhPPXQwLdPcLhfWBt\nMte6YnZC+oQDP5W5OrmJ8Vvls1i8vxBntQBd87691ATMdt+MMhXLwsZ0dXsT\n51jU9AMxDI5I2aZziIKxJg25hg8CKd+TTp5W4IQ3nFixbDmlP7euR3HfydPk\nU9eiPrx0qqQ5k0BLc/hx523oKdhTTNtfLtOyWkDhirO2NVsfIzHHja9cVM6Z\nhzAKBfALbSUv/ObFlee7w+8wQGb+9f/MwuzFgc5EhsY0VH4R7hWo4ETDjzDi\nNd9HV7o5yZjSlNfTSb8VS6jhfYyioqzX4ear8KiljAiGpJQgk4Kit6HlX3ze\n5d8z1APyfaCWc3LAigpniDOF+Bn+1Q00TcolPUfVQvyHdISbzpSmVvPGwIow\nngZNjLV2NXdLiRjuokdrpnleMkw08oRuj5FFqgL1Gi6IKsdEYesbf8y7fp3x\ni2OuGFLtHUtvUA5XO3T8SYk3c4PkiyK7oMai48MR4xMIS6NPweOBd4EWO9SE\nbK24gCesRQCNxq5l/4GaH3R1XX1F5WFnuRF3CNG13ZMfOQggzOSbz9XZ6lFJ\nNQdW\r\n=Mt7y\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.13_1526896995014_0.2191980079421243"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.14": {
			"name": "list",
			"version": "2.0.14",
			"description": "Fast purely functional immutable lists.",
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/funkia/list.git"
			},
			"keywords": [
				"immutable",
				"list",
				"functional",
				"persistent",
				"sequence",
				"vector"
			],
			"bugs": {
				"url": "https://github.com/funkia/list/issues"
			},
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.1.4",
				"@types/mocha": "^5.2.5",
				"@types/ramda": "^0.25.35",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.3.0",
				"chai": "4.1.2",
				"cherry-pick": "^0.2.1",
				"codecov": "^3.0.4",
				"fast-check": "^1.4.0",
				"mocha": "^5.2.0",
				"np": "^3.0.4",
				"nyc": "^12.0.2",
				"prettier": "1.13.7",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.6",
				"ts-node": "^7.0.0",
				"tslint": "^5.11.0",
				"typescript": "^2.9.2"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "08643e6586ff15fe6a4434d45136fa5acec1fa3e",
			"homepage": "https://github.com/funkia/list#readme",
			"_id": "list@2.0.14",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Do8Wy1bCGDMa1N55Qdwlz9HA54cwCVdOKDegjHtA2c1nyDJQyP1Q8j25cWC/r+8Yl7dLKAt8lCFCHR+1QMBOAQ==",
				"shasum": "84d638e840ce475f4ece3d3bd04c5e5c95cbb643",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.14.tgz",
				"fileCount": 31,
				"unpackedSize": 212717,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjumCCRA9TVsSAnZWagAAwxAP/jJw9fDKdAEDfTj5JV9F\nNQexjklgEZO9PvXwkAAghsGE0WGf5/leY5o/PPbKrvsJ0dsY0+/qhS7Wey8V\njLDcOkS/RoVR/OpmufgI+xLVOkGocjRtCt88GviE4ZATqTrxZ/sbmfTW0ocv\nyas9Ub4Mijjb4icnbNooQSlrlKMjs14bwH0UJHZ8PqzsfA5gWDW28usVk/ZW\nfXcjHqaDnKZmJlttIBNWQGAMM5EIiCkqq6xoVlyX+RLrZQqwPYHe+sdX1R11\n5tLrXy0B8aOShpsqQ/PgUboARyjfvg2YsWxMDYxMQxqb9oKWsltxA5o5UM8O\nAzDBb4NA92+B0rbB3ArjaAACg156Eo0lpJ10Bhnp4wtXj007t14AoohqauOR\nEfDeaQs7gzsmfbpItRlwdZyUDEqGARBqTvwVEQ72bTKi9s6kEWIBZ919ZQSr\nt/UQTv8ULU260VQBJmzLYjDfgfTaJXxysSSyKZ5mLSYVcBkAnZnrA2QWO/ne\nUUNGA9h0MpbqJ5SpC+ZdOCQQsmVA5pdjvOW56tactHUHUCsIxyDmNFOO+yhc\nadKoIRX1pvJpV1pqDibKJl2H+bfUwJxXPJM5PQGIrKOotmmVzqlI0XvE/wx/\nQgeSyjDM1aqsSRfeFMpJegPNbBVgvkFgh6G6zVu5N4f/4wzpoNKVomZ0Z/v8\n0V1Y\r\n=u+pS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.14_1536092546032_0.1303591936110351"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.15": {
			"name": "list",
			"version": "2.0.15",
			"description": "Fast purely functional immutable lists.",
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/funkia/list.git"
			},
			"keywords": [
				"immutable",
				"list",
				"functional",
				"persistent",
				"sequence",
				"vector"
			],
			"bugs": {
				"url": "https://github.com/funkia/list/issues"
			},
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.1.4",
				"@types/mocha": "^5.2.5",
				"@types/ramda": "^0.25.38",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.3.0",
				"chai": "4.1.2",
				"cherry-pick": "^0.2.1",
				"codecov": "^3.1.0",
				"fast-check": "^1.5.0",
				"mocha": "^5.2.0",
				"np": "^3.0.4",
				"nyc": "^13.0.1",
				"prettier": "1.14.2",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.9",
				"ts-node": "^7.0.1",
				"tslint": "^5.11.0",
				"typescript": "^3.0.3"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "16ecd50a2ad7414c7fee32197a48231f35490119",
			"homepage": "https://github.com/funkia/list#readme",
			"_id": "list@2.0.15",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-4euPlKwunECZ+raS6kTM5oXUsw/MRj625JPi0L5GTKuoFQG6AYjRCP1Auypg8juyyEncjLI0fOib8qBC8P/TMg==",
				"shasum": "e0c1e292b0fc4604c6fb25e4c5036cd7fd3b900d",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.15.tgz",
				"fileCount": 31,
				"unpackedSize": 212807,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo7DXCRA9TVsSAnZWagAAabkP/iULvUqUXuT4lSgUplVZ\n5/GMKtVEiGPmXACW4WhxS7UWwOMFCDazUwUDu5nvhe+PTEXHtrEHG1UK8xOp\nfc3n0Lf2E4dnpU6ZUzByqF5occZ+UhfejCr1x1P7m0qg2IRRO163YqLv4U7G\ndosyZXa4sHqH8p1lWDxYsaW3wir8Q6lOGOYVM4GjhrFmda8szO+8IYQzjfve\nMlvIUxZ4YiGbiCHcSHwY3AOi7zl46Vv39Mse+DSRzkM4EIpLayagRyLnmHAX\nJHc6gmcs9m1D2AfyNxaQUA9H2fcGk7vK0o8AcjVG5z6eWwih2IvNHmtIz/U8\nXV1cyXE1/muUOkOZSm01D48YyS5gdqtOT5mAeIHK6B6glDXs4FecjX/Ss4QD\nWkRo2+O/06viu/2cFMTj2FZSDASohp9ed4o+11pPFXc5JeR0/YjwutGUpRM9\nOLB8n3Yzjy9u84B0xxAFwQMV+gfsVTiXgWgVQGD4M+Rz8Vw6gFpi5eyIqokb\n/1DDzHG9iBxpklmCr+Ne+j8MWsdYZxwnHquH0Kia8Ns3Tz4hCVmBRSGHeqzc\n1NIh7HW0shXMh9BSwRYW+kNtEDjiStTgzInhM5coew3Fifomk8o2DskRw0O5\nhUiJt6jzkY1vhd190xiSnVAg/ZRLnFVsYQRKGcfYHNZ8RAxQSVhY3w1Rx+xP\nKtJE\r\n=nNJ3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.15_1537454295042_0.8094138793287167"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.16": {
			"name": "list",
			"version": "2.0.16",
			"description": "Fast purely functional immutable lists.",
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/funkia/list.git"
			},
			"keywords": [
				"immutable",
				"list",
				"functional",
				"persistent",
				"sequence",
				"vector"
			],
			"bugs": {
				"url": "https://github.com/funkia/list/issues"
			},
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.1.4",
				"@types/mocha": "^5.2.5",
				"@types/ramda": "^0.25.38",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.3.0",
				"chai": "4.1.2",
				"cherry-pick": "^0.2.1",
				"codecov": "^3.1.0",
				"fast-check": "^1.5.0",
				"mocha": "^5.2.0",
				"np": "^3.0.4",
				"nyc": "^13.0.1",
				"prettier": "1.14.2",
				"proptest": "0.0.4",
				"ramda": "0.25.0",
				"source-map-support": "^0.5.9",
				"ts-node": "^7.0.1",
				"tslint": "^5.11.0",
				"typescript": "^3.0.3"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "8e542021fc99ffdaec92196c682b84143d944e32",
			"homepage": "https://github.com/funkia/list#readme",
			"_id": "list@2.0.16",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.11.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-A/hl9z2uM/VChZbxNvt5QOCZW4f+eKeW4gfJB1npoE0RKp3g18K3/38hm9kkpXK45niy/BTAVjW8IDHKyCxzkg==",
				"shasum": "c7f11ea9f4f413926e7d84239911e3a909932840",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.16.tgz",
				"fileCount": 31,
				"unpackedSize": 213391,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbx4SWCRA9TVsSAnZWagAAZwMP/RUBrBoH6M4CtvNpBtuG\nm8YckgmPbV5JygO7DoZzWFVPsd+yuQUxchqqRlF+uiXp1wGQmj864mUql1AJ\nDOMkpukXhfSI6czohCzjfESQVPYgWsrrXlPE7ts0qkpIsEF/bR2x9fs0lCDZ\nEsEHmSnNFImpUQK8V2UbDvM+A6pwnfXt8SDhYlDJwQW8LMsmnW205/15IK8N\nYOCyM1LhnIGjOfmSM9/krUoO6NYud5aS90uOvM4tf7hkflRYCObGh/bqBk/m\ntw4SCFrmma6mUVlzjYUtRGIUHVl7nTT5bsW4YnkCMTwMXizNa/TA6qFPQe9K\nnNlRonsKDxDDn/QUvkPhlGrhxefjCKDymHu4nKJOZxuwjDZjRZD+zwyOMttY\n/hc7z5xW5kr6Lhpmyr+l5ydFJe3d9NmbFJoYCQc2qYwAeEy2yZZq94Uavtck\nPbqeaHk/Q3Elizg4SzSZk3nYA8JBf5TkBjk9RP/V8thlOkkCu4p5dyk+QSJ2\nKBBu1RuoTe/WQJZPYEzAu1vmt/NoNHNVJYDwyd2XL7vtmmkZKYGlELeghw5Y\nIaTKHElPk/AfyPkoubM0gbG00wXxGrtczg4n063Y04e9Dvgx2++jAtbY2Nhv\nr1VCUVw/QVQEhHGpCcBd1Va3GKtsLN1bY08oHYbIx/HISnpBteFxMr2HGe9Y\nUhyQ\r\n=YZuE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.16_1539802261872_0.1951390650430158"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.17": {
			"name": "list",
			"version": "2.0.17",
			"description": "Fast purely functional immutable lists.",
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/funkia/list.git"
			},
			"keywords": [
				"immutable",
				"list",
				"functional",
				"persistent",
				"sequence",
				"vector"
			],
			"bugs": {
				"url": "https://github.com/funkia/list/issues"
			},
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.1.7",
				"@types/mocha": "^5.2.5",
				"@types/ramda": "^0.25.48",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.4.0",
				"chai": "4.2.0",
				"cherry-pick": "^0.3.0",
				"codecov": "^3.1.0",
				"fast-check": "^1.10.1",
				"mocha": "^5.2.0",
				"np": "^4.0.2",
				"nyc": "^13.2.0",
				"prettier": "1.16.4",
				"proptest": "0.0.4",
				"ramda": "0.26.1",
				"source-map-support": "^0.5.10",
				"ts-node": "^8.0.2",
				"tslint": "^5.12.1",
				"typescript": "^3.3.3"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "b6a58cd7d3e904d56c953a1a54146a5f163bc032",
			"homepage": "https://github.com/funkia/list#readme",
			"_id": "list@2.0.17",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.9.0",
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"dist": {
				"integrity": "sha512-0saJ5xdtrLTkrYjIZetP2/QSyzUHjg4BfGdRzAmWZVJiM+JoZOWZh+tY/04CkRoCIvdL21hxryUt5/4rjLadJw==",
				"shasum": "53e9253fe0389daf1bc97fb0d363b7a6c957c0e6",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.17.tgz",
				"fileCount": 31,
				"unpackedSize": 223588,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcX+X2CRA9TVsSAnZWagAA4m8P/iEmWcXyhGtCiPnUIBog\n3awaBCylNLpd9siCLYhCB0AO0Bxl2sDKRmUDn9QnDJsvKFko9K6tAazmXg/G\n6r8MitkooQbq0e2CwwYx9Z6xkeOsJxNn4wzdgvH7qMyONxSX7dsqY62rg3Vr\nFz9+IhEhuCh/kGlJw6ziOuLROXVVn4FfW2OgJBq+A9ieT3StPFTLKc+2uspr\nkxj317y+5bKnQjSvnb+uAEP0jC0sBv22qYRO98zgifJeQfj+81YTEuFZUkaH\nxlJCXzpuvbxXaMkzivdaNKekzgMuDZdz+oF0Ry9ZNZ0xBfMM3MhxZb6Aw2wG\ntI1O6zlrfrIdDHH8BWQXqeC4U8aj9kMg4OE2bB0rJf5QN/74JtAV+IJ+U0/z\naILHATsyzSqfZtxO8reUJLEuK26dNdRticrUH6XoRyn64iNhPlR8aVX/zYN3\n+wv9O9ZIW0ULvaflrnko+yJ9GQ00CGc+wbLhjA7TcuoU75NoUINtWD6rxrFu\nxc3nTylZ0ycrlKx9Nc4bBp1mDPX4ldd8vUz8z2Y63WQ3t1kJY+jHoYdkBcQx\n3frQ8lLWSfXlG8hPXxPaw242BLVk5BkuRAh0jvOhof+DY3JHCZVgjm5C0em8\n9Hqf60PPvkA05QlDQUeLssNGxDg7xtyWzbtU7vjEnq0SY0q1EuuGwUMhJbS6\nfnRv\r\n=qDV/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.17_1549788661986_0.7147077155867056"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.18": {
			"name": "list",
			"version": "2.0.18",
			"description": "Fast purely functional immutable lists.",
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/funkia/list.git"
			},
			"keywords": [
				"immutable",
				"list",
				"functional",
				"persistent",
				"sequence",
				"vector"
			],
			"bugs": {
				"url": "https://github.com/funkia/list/issues"
			},
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.1.7",
				"@types/mocha": "^5.2.5",
				"@types/ramda": "^0.25.48",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.4.0",
				"chai": "4.2.0",
				"cherry-pick": "^0.3.0",
				"codecov": "^3.1.0",
				"fast-check": "^1.10.1",
				"mocha": "^5.2.0",
				"np": "^4.0.2",
				"nyc": "^13.2.0",
				"prettier": "1.16.4",
				"proptest": "0.0.4",
				"ramda": "0.26.1",
				"source-map-support": "^0.5.10",
				"ts-node": "^8.0.2",
				"tslint": "^5.12.1",
				"typescript": "^3.3.3"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "e63491a4cf841e26fa308294068f90207e05b675",
			"homepage": "https://github.com/funkia/list#readme",
			"_id": "list@2.0.18",
			"_nodeVersion": "11.10.1",
			"_npmVersion": "6.8.0",
			"dist": {
				"integrity": "sha512-yggUtu2zHYKaamBmg8IqXSTJfmeNBEbwY2ODNoXi+Uuu/s7z5vPnp3aQJfEj860BZQR6pfByTIRvAhYFCGCa2A==",
				"shasum": "5865b95ab209038cb506e89da8e6f907eba0b8a3",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.18.tgz",
				"fileCount": 31,
				"unpackedSize": 223784,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciOr9CRA9TVsSAnZWagAA2PYP/jjSTpzG6ycIQbB5uIS7\nZgzQskFHUlWsVE9LzZM2FkXpcFKlgem0byoqmAzBl3E1IjTkhLZKwFprx+fK\nH6O3C3NdoBdJ2YF0b1NyI5sWwVu29bmKGhMXT1UHe6fnWZSCUh7uttzKLJQo\n9QF8DE/tvf3jI3IcvDJSQjPsemovxAAMu6gfxW0TzOSdW5Chk8ZUJ5FuDwDS\nrByBhVzyy3qrUgomy31CBydeSUwij/gdR2U05PIVjZBZaN80cqZKQvjt9YH9\nHuGLrEcD2+IAP5fMMiEwkeN6d+DbRFgShT+5+mtjXXT/RsjC870ecSC2mmVi\nO5Yi9Q+u12hOMRfOjfyP80wbdTYF0XmALyiL9T3iWz//uBslvdymA0dXd/dk\nSa8um8HsnO9KL8nj/JZaqch9wBSulFI9I9mRfSr/syTA1MksyP/bsyeN4ynG\npU28IW/1w9EfRBEmYGuLO69qiFReuh+vBWnYesM4jJLLWVCYyiebxGPUbGDT\nWMbuKY+74mQS/XVFrzJSAYJc4GhSUEW8astCj8E9uFp5EX0f/CT6tqmIw9o/\nusNDyiWM92MqbxkMOSLkBcvKgR83Gk5Hz/+11ZZg8sRKGWkoSPE1VaZctTlA\nPtniMOQg0YbUlStLz+uQy+XhVSs55bfUqmZ+oD7gVVlOeXLv+8qiwhVfEKjW\nwQzX\r\n=3RtQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.18_1552476924326_0.31621977111535093"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.19": {
			"name": "list",
			"version": "2.0.19",
			"description": "Fast purely functional immutable lists.",
			"author": {
				"name": "Simon Friis Vindum"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/funkia/list.git"
			},
			"keywords": [
				"immutable",
				"list",
				"functional",
				"persistent",
				"sequence",
				"vector"
			],
			"bugs": {
				"url": "https://github.com/funkia/list/issues"
			},
			"main": "dist/index.js",
			"types": "./dist/index.d.ts",
			"module": "dist/es/index.js",
			"scripts": {
				"build": "npm run build-es6; npm run build-cmjs",
				"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015",
				"build-cmjs": "tsc -P ./tsconfig-build.json",
				"postbuild": "babel dist --out-dir dist --no-babelrc --plugins annotate-pure-calls",
				"test": "nyc mocha --timeout 10000 --recursive test/*.ts",
				"test-watch": "mocha -R progress --timeout 10000 --watch --require ts-node/register --watch-extensions ts test/*.ts",
				"test-property": "mocha --timeout 0 --require ts-node/register --recursive test/property/*.ts",
				"codecov": "codecov -f coverage/coverage-final.json",
				"format": "prettier --write \"{src,test,scripts}/**/*.{js,ts}\"",
				"cherry-pick": "cherry-pick --cjs-dir dist --esm-dir dist/es --types-dir dist",
				"prepublishOnly": "npm run build; npm run cherry-pick",
				"postpublish": "cherry-pick clean",
				"release": "np"
			},
			"sideEffects": [
				"**/fantasy-land.js",
				"**/methods.js"
			],
			"devDependencies": {
				"@types/chai": "^4.2.3",
				"@types/mocha": "^5.2.7",
				"@types/ramda": "^0.26.28",
				"babel-cli": "^6.26.0",
				"babel-core": "^6.26.3",
				"babel-plugin-annotate-pure-calls": "^0.4.0",
				"chai": "4.2.0",
				"cherry-pick": "^0.5.0",
				"codecov": "^3.6.1",
				"fast-check": "^1.17.0",
				"mocha": "^6.2.1",
				"np": "^5.1.0",
				"nyc": "^14.1.1",
				"prettier": "1.18.2",
				"proptest": "0.0.4",
				"ramda": "0.26.1",
				"source-map-support": "^0.5.13",
				"ts-node": "^8.4.1",
				"tslint": "^5.20.0",
				"typescript": "^3.6.3"
			},
			"nyc": {
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register",
					"source-map-support/register"
				],
				"include": [
					"src/**/*.ts"
				],
				"exclude": [
					"src/methods.ts"
				],
				"reporter": [
					"json",
					"html",
					"text",
					"lcov"
				]
			},
			"prettier": {},
			"gitHead": "f0a25417a056366be031a3e1ff22c651b74d4bd2",
			"homepage": "https://github.com/funkia/list#readme",
			"_id": "list@2.0.19",
			"_nodeVersion": "12.11.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-nnVaRp4RaMAQkCpypTThsdxKqgPMiSwJq93eAm2/IbpUa8sd04XKBhkKu+bMk63HmdjK8b8Cuh4xARHWX2ye/Q==",
				"shasum": "370a3d7d3e24cfd5ced2c89cda2baf28e31e2830",
				"tarball": "https://registry.npmjs.org/list/-/list-2.0.19.tgz",
				"fileCount": 31,
				"unpackedSize": 228108,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnhn9CRA9TVsSAnZWagAAB+YP/iizEPvPigxM/N2AOhQa\nOkaLw2m0yF5bVPODtNwznrZOHvwzHkpOKWN2Qt4pm0Uln5TKtH13AVwZ5d98\nIuutnE+Z/CZ4Bgwgcy+nsQHdupWKslFW6/oZQb0kY9LWthclZ6+SeJiYvujW\nhNMpTxYd8GR2a1sG2Z85AsPnlBJp4AFCuA1CFJx9i/+Rvd9BHxL6TKgwEJrd\n7l2OppiOm26KGrdpl8nnasNlHrTYSrWPTAzz8mTRPypdT0VIwsx9e/h9Trl6\neKt3j/DFkASElb0QxfjHUBt6FNYpSQHV/3g3J95tb9RNaWvXMh5s/K7r43Hk\n6wy1HzDBy2tRCdyDZufoUe8uNxA5v7SGqMWKI/6q9Hg9bMJbh7/+hUhidLiE\n4O3fHf0GnZeiYZqPUcE/5x3+K6mj0ou9wLEtcejZfVHFyLKRSZJ4ZWrn8GxF\nsmNipmYhEnFfmow8uxGRtqaQ9zpreFhfEAb7TN3oyaA+v99rqJR332naSaj0\nYHWR6Ffux6BraLyjReAWEPWbcG9fMZsMl7uKJdlY5no2FmoLzs+DsGSDvUEW\nQ3kM34hRqAMf7cviWf6tE4eIl/hUEbOYV500CFV82xmQCzEj4p2tuOWj/72X\nmmfs0hJjKL5vQp0K1OaXx/F9nDkZD9STwkw4dxFekaKEC2yhqL8LamFQkguQ\nGBWm\r\n=OEok\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "simonfv@gmail.com",
					"name": "paldepind"
				},
				{
					"email": "semibran+npm@gmail.com",
					"name": "semibran"
				}
			],
			"_npmUser": {
				"name": "paldepind",
				"email": "simonfv@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/list_2.0.19_1570642428106_0.8071062259833017"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-10-15T03:27:10.892Z",
		"created": "2013-01-24T03:20:41.931Z",
		"0.0.1": "2013-01-24T03:20:46.317Z",
		"0.0.2": "2013-01-24T03:26:17.551Z",
		"0.0.3": "2013-01-24T03:46:04.117Z",
		"0.0.4": "2013-01-24T06:22:40.427Z",
		"0.8.1": "2016-09-29T08:19:58.349Z",
		"0.8.2": "2016-09-30T08:54:52.985Z",
		"0.9.0": "2016-12-06T18:35:50.995Z",
		"0.9.1": "2016-12-09T15:24:11.864Z",
		"0.9.2": "2016-12-10T21:36:56.392Z",
		"0.9.3": "2016-12-10T21:38:09.274Z",
		"0.9.4": "2016-12-10T21:38:48.728Z",
		"0.9.5": "2016-12-10T21:39:29.567Z",
		"1.0.0": "2017-06-22T17:16:36.726Z",
		"2.0.0": "2018-02-06T21:40:38.913Z",
		"2.0.1": "2018-02-11T16:49:32.449Z",
		"2.0.2": "2018-02-21T08:47:03.376Z",
		"2.0.3": "2018-02-21T09:10:14.603Z",
		"2.0.4": "2018-03-06T13:54:25.108Z",
		"2.0.5": "2018-03-06T22:57:33.526Z",
		"2.0.6": "2018-03-18T15:07:40.997Z",
		"2.0.7": "2018-03-18T15:28:21.234Z",
		"2.0.8": "2018-04-01T14:58:28.451Z",
		"2.0.9": "2018-04-02T10:57:56.098Z",
		"2.0.10": "2018-04-09T17:33:07.879Z",
		"2.0.11": "2018-04-18T12:40:03.165Z",
		"2.0.12": "2018-05-20T13:47:14.911Z",
		"2.0.13": "2018-05-21T10:03:15.107Z",
		"2.0.14": "2018-09-04T20:22:26.147Z",
		"2.0.15": "2018-09-20T14:38:15.236Z",
		"2.0.16": "2018-10-17T18:51:01.946Z",
		"2.0.17": "2019-02-10T08:51:02.100Z",
		"2.0.18": "2019-03-13T11:35:24.485Z",
		"2.0.19": "2019-10-09T17:33:48.379Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.19"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"44889c9f74fae5bfc7346d9571a7cf97\"",
			"fetched": 1602951451128
		}
	},
	"_distfiles": {
		"list-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.0.1.tgz",
			"sha": "083500ea6ca9c2956d2423b908d4d5de72a2c058",
			"registry": "npmjs"
		},
		"list-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.0.2.tgz",
			"sha": "26b09abe2d888f92b5566a72cd62645861ca4779",
			"registry": "npmjs"
		},
		"list-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.0.3.tgz",
			"sha": "df87367aa5f177beead04e03cb04c9ac0cb5b312",
			"registry": "npmjs"
		},
		"list-0.0.4.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.0.4.tgz",
			"sha": "4466149ff82009b38ddd0104165f835900328e37",
			"registry": "npmjs"
		},
		"list-0.8.1.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.8.1.tgz",
			"sha": "41aa4d709c2e09b7427228b15b3fe49c249bc9f7",
			"registry": "npmjs"
		},
		"list-0.8.2.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.8.2.tgz",
			"sha": "ab19eb22cb7f5610fda5f229a62f36614ce40968",
			"registry": "npmjs"
		},
		"list-0.9.0.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.9.0.tgz",
			"sha": "d45644dd44141a8fb1d0adb7cb676184738d015b",
			"registry": "npmjs"
		},
		"list-0.9.1.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.9.1.tgz",
			"sha": "5d16e800681066a77ef44cd612bc12e1d3ba6e37",
			"registry": "npmjs"
		},
		"list-0.9.2.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.9.2.tgz",
			"sha": "2159ee087caedcc92be7b5f98b709c9218070fcb",
			"registry": "npmjs"
		},
		"list-0.9.3.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.9.3.tgz",
			"sha": "dd757fa87463c58311348a19a5d46413d9e39101",
			"registry": "npmjs"
		},
		"list-0.9.4.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.9.4.tgz",
			"sha": "8648e0fd95929e6e19abd63c44909c1d9173ba0e",
			"registry": "npmjs"
		},
		"list-0.9.5.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-0.9.5.tgz",
			"sha": "94910575c42ef7a25fe494f365faec3d8095f53d",
			"registry": "npmjs"
		},
		"list-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-1.0.0.tgz",
			"sha": "074a893684727d9ea5edb25b0a3ef5ee2190a156",
			"registry": "npmjs"
		},
		"list-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.0.tgz",
			"sha": "05323772d6363b2d4017666240fb29a68a1c8e69",
			"registry": "npmjs"
		},
		"list-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.1.tgz",
			"sha": "21ad145dc0902bad0a4700d1e3c34e9cee95e6bf",
			"registry": "npmjs"
		},
		"list-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.2.tgz",
			"sha": "a8e8002ecaf089ad6c48f5029a24140d5584150e",
			"registry": "npmjs"
		},
		"list-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.3.tgz",
			"sha": "39aef5a45785611f0366ea4495ceb81083d69e75",
			"registry": "npmjs"
		},
		"list-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.4.tgz",
			"sha": "58158ed70dc340da6c5c3e6d1b4c511c3fb40c9f",
			"registry": "npmjs"
		},
		"list-2.0.5.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.5.tgz",
			"sha": "6225b3e16b59f84f992efc675ba11965df6a9b6b",
			"registry": "npmjs"
		},
		"list-2.0.6.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.6.tgz",
			"sha": "05bd06e123a2ebce7330a051144706ebf3161dd9",
			"registry": "npmjs"
		},
		"list-2.0.7.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.7.tgz",
			"sha": "fc27fb173664150fa1961c0de9b37ba92eee7b2f",
			"registry": "npmjs"
		},
		"list-2.0.8.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.8.tgz",
			"sha": "2b6bc5a0cbf92448b3338d51dbf53536d21a7440",
			"registry": "npmjs"
		},
		"list-2.0.9.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.9.tgz",
			"sha": "acd7d3f6c3d498aa417565eb863ad56f8d51aa25",
			"registry": "npmjs"
		},
		"list-2.0.10.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.10.tgz",
			"sha": "51f8fb08c83a35219542324639e2087d63c86a61",
			"registry": "npmjs"
		},
		"list-2.0.11.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.11.tgz",
			"sha": "669733c61e50ee2235caa20ee4e6529d4c571f8d",
			"registry": "npmjs"
		},
		"list-2.0.12.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.12.tgz",
			"sha": "87221faa34cb1ca9136b8c8e539d4c00752f73e0",
			"registry": "npmjs"
		},
		"list-2.0.13.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.13.tgz",
			"sha": "aa63d8704b57b78545421fd2f5223146bf9d0e0f",
			"registry": "npmjs"
		},
		"list-2.0.14.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.14.tgz",
			"sha": "84d638e840ce475f4ece3d3bd04c5e5c95cbb643",
			"registry": "npmjs"
		},
		"list-2.0.15.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.15.tgz",
			"sha": "e0c1e292b0fc4604c6fb25e4c5036cd7fd3b900d",
			"registry": "npmjs"
		},
		"list-2.0.16.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.16.tgz",
			"sha": "c7f11ea9f4f413926e7d84239911e3a909932840",
			"registry": "npmjs"
		},
		"list-2.0.17.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.17.tgz",
			"sha": "53e9253fe0389daf1bc97fb0d363b7a6c957c0e6",
			"registry": "npmjs"
		},
		"list-2.0.18.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.18.tgz",
			"sha": "5865b95ab209038cb506e89da8e6f907eba0b8a3",
			"registry": "npmjs"
		},
		"list-2.0.19.tgz": {
			"url": "https://registry.npmjs.org/list/-/list-2.0.19.tgz",
			"sha": "370a3d7d3e24cfd5ced2c89cda2baf28e31e2830",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "1-4cce3acf585a7f82",
	"_id": "list",
	"readme": "<h3 align=\"center\">\n  <img align=\"center\" src=\"assets/listopard.png\" alt=\"List logo\" width=400 />\n</h3>\n\n<p align=\"center\">\nA fast immutable list with a functional API.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://gitter.im/funkia/General\"><img src=\"https://img.shields.io/gitter/room/funkia/General.svg\" alt=\"Gitter\" height=\"20\"></a>\n  <a href=\"https://travis-ci.org/funkia/list\"><img src=\"https://travis-ci.org/funkia/list.svg?branch=master\" alt=\"Build Status\" height=\"20\"></a>\n  <a href=\"https://codecov.io/gh/funkia/list\"><img src=\"https://codecov.io/gh/funkia/list/branch/master/graph/badge.svg\" alt=\"codecov\" height=\"20\"></a>\n</p>\n\n# List\n\nList is a purely functional alternative to arrays. It is an\nimplementation of a fast persistent sequence data structure. Compared\nto JavaScript's `Array` List has three major benefits.\n\n* **Safety**. List is immutable. This makes it safer and better suited\n  for functional programming. It doesn't tempt you with an imperative API and\n  accidental mutations won't be a source of bugs.\n* **Performance**. Since List doesn't allow mutations it can be\n  heavily optimized for pure operations. This makes List much faster for\n  functional programming than arrays. [See the\n  benchmarks](https://funkia.github.io/list/benchmarks/).\n* **API**: List has a large API of useful functions and offers both chainable\n  methods and curried functions to suit every taste.\n\n## Features\n\n* **Familiar functional API**. List follows the naming conventions\n  common in functional programming and has arguments ordered for\n  currying/partial application.\n* **Extensive API**. List has all the functions known from `Array`\n  and a lot of additional functions that'll save the day once you need them.\n* **Extremely fast**. List is a carefully optimized implementation of\n  the highly efficient data-structure _relaxed radix balanced trees_. We have\n  an [extensive benchmark suite](https://funkia.github.io/list/benchmarks/) to\n  ensure optimal performance. Here is an explanation [how](http://vindum.io/blog/how-can-list-be-faster-than-native-arrays/)\n* **Several API styles**. In addition to the base API List offers [additional\n  API styles](#api-styles). Import `list/methods` to get chainable methods or\n  alterntively import `list/curried` to get a version of the API where every\n  function is curried. Both variants are 100% TypeScript compatible.\n* **Does one thing well**. Instead of offering a wealth of data\n  structures List has a tight focus on being the best immutable list possible.\n  It doesn't do everything but is designed to work well with the libraries\n  you're already using.\n* **Seamless Ramda integration**. If you know Ramda you already know\n  how to use List. List was designed to integrate [seamlessly with\n  Ramda](#seamless-ramda-integration).\n* **Type safe**. List is implemented in TypeScript. It makes full use of\n  TypeScript features to provide accurate types that covers the entire library.\n* **Fully compatible with tree-shaking**. List ships with tree-shaking\n  compatible ECMAScript modules. `import * as L from \"list\"` in itself adds\n  zero bytes to your bundle when using Webpack. Using a function adds only that\n  function and the very small (<1KB) core of the library. You only pay in size\n  for the functions that you actually use.\n* **Iterable**. Implements the JavaScript iterable protocol. This\n  means that lists can be use in `for..of` loops, works with destructuring, and\n  can be passed to any function expecting an iterable. [See more](#iterable).\n* **Fantasy Land support**. List\n  [implements](#fantasy-land--static-land) both the Fantasy Land and the Static\n  Land specification.\n\n| Package | Version                                                                                 | Downloads                                                                                  | Dependencies                                                                                          | Dev Deps                                                                                                              | Install size                                                                                             | GZIP size                                                                                                                                                 |\n| ------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `list`  | [![npm version](https://badge.fury.io/js/list.svg)](https://www.npmjs.com/package/list) | [![Downloads](https://img.shields.io/npm/dt/list.svg)](https://www.npmjs.com/package/list) | [![Dependency Status](https://david-dm.org/funkia/list/status.svg)](https://david-dm.org/funkia/list) | [![devDependency Status](https://david-dm.org/funkia/list/dev-status.svg)](https://david-dm.org/funkia/list?type=dev) | [![install size](https://packagephobia.now.sh/badge?p=list)](https://packagephobia.now.sh/result?p=list) | [![gzip size](http://img.badgesize.io/https://cdn.jsdelivr.net/npm/list/dist/index.js?compression=gzip)](https://cdn.jsdelivr.net/npm/list/dist/index.js) |\n\n\n## Getting started\n\nThis section explains how to get started using List. First you'll have\nto install the library.\n\n```\nnpm i list\n```\n\nThen you can import it.\n\n```js\n// As an ES module\nimport * as L from \"list\";\n// Or with require\nconst L = require(\"list\");\n```\n\nThen you can begin using List instead of arrays and enjoy immutability\nthe performance benefits.\n\nAs a replacement for array literals List offers the function `list`\nfor constructing lists. Instead of using `[...]` to construct an array\nwith the content `...` one can use `list(...)` to construct a list\nwith the same content. Here is an example.\n\n\n```js\n// An array literal\nconst myArray = [0, 1, 2, 3];\n// The List equivalent\nconst myList = L.list(0, 1, 2, 3);\n```\n\nList has all the common functions that you know from native arrays and\nother libraries.\n\n```js\nconst myList = L.list(0, 1, 2, 3, 4, 5);\nmyList.length; //=> 6\nL.filter(isEven, myList); //=> list(0, 2, 4)\nL.map(n => n * n, myList); //=> list(0, 1, 4, 9, 16, 25)\nL.reduce((sum, n) => sum + n, 0, myList); //=> 15\nL.slice(2, 5, myList); //=> list(2, 3, 4)\nL.concat(myList, L.list(6, 7, 8)); //=> list(0, 1, 2, 3, 4, 5, 6, 7, 8);\n```\n\nYou'll probably also end up needing to convert between arrays and\nList. You can do that with the functions `from` and `toArray`.\n\n```js\nL.toArray(L.list(\"foo\", \"bar\")); //=> [\"foo\", \"bar\"];\nL.from([\"foo\", \"bar\"]); //=> L.list(\"foo\", \"bar\");\n```\n\nList offers a wealth of other useful and high-performing functions.\nYou can see them all in the [API documentation](#api-documentation)\n\n## API styles\n\nList offers several API styles. By default the library exports \"plain\"\nfunctions. Additionally curried functions can be imported from `list/curried`\nand an API with chainable methods can be imported from `list/methods`. The\ndifferences are illustrated below.\n\nThe default export offers normal plain function.\n\n```ts\nimport * as L from \"list\";\n\nconst l = take(5, sortBy(p => p.name, filter(p => p.age > 22, people)));\n```\n\nIn `list/methods` all functions are available as chainable methods.\n\n```ts\nimport * as L from \"list/methods\";\n\nconst l = people\n  .filter(p => p.age > 22)\n  .sortBy(p => p.name)\n  .take(5);\n```\n\nIn `list/curried` all functions are curried. In the example below the partially\napplied functions are composed together using Ramda's\n[`pipe`](http://ramdajs.com/docs/#pipe). Alternatively one could have used\nLodash's [`flowRight`](https://lodash.com/docs/#flow).\n\n```ts\nimport * as R from \"ramda\";\nimport * as L from \"list/curried\";\n\nconst l = R.pipe(L.filter(p => p.age > 22), L.sortBy(p => p.name), L.take(5))(\n  people\n);\n```\n\n## Iterable\n\nList implements the JavaScript iterable protocol. This means that\nlists can be used with array destructuring just like normal arrays.\n\n```js\nconst myList = L.list(\"first\", \"second\", \"third\", \"fourth\");\nconst [first, second] = myList;\nfirst; //=> \"first\"\nsecond; //=> \"second\"\n```\n\nLists can also be used in `for..of` loops.\n\n```js\nfor (const element of myList) {\n  console.log(element);\n}\n// logs: first, second, third, fourth\n```\n\nAnd they can be passed to any function that takes an iterable as its argument.\nAs an example a list can be converted into a native\n[`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).\n\n```js\nconst mySet = new Set(myList);\nmySet.has(\"third\"); //=> true\n```\n\nThis works because the `Set` constructor accepts any iterable as\nargument.\n\nLists also work with [spread\nsyntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax).\nFor instance, you can call a function like this.\n\n```js\nconsole.log(...list(\"hello\", \"there\", \"i'm\", \"logging\", \"elements\"));\n```\n\nThen each element of the list will be passed as an argument to `console.log`.\n\nList also suports iterating backwards over lists through the\n[`backwards`](#backwards) function.\n\n### Iterator anti-patterns\n\nThe iterable protocol allows for some very convenient patterns and\nmeans that lists can integrate nicely with JavaScript syntax. But,\nhere are two anti-patterns that you should be aware of.\n\n1.  Don't overuse `for..of` loops. Functions like [`map`](#map) and\n    [`foldl`](#foldl) are often a better choice. If you want to perform\n    a side-effect for each element in a list you should probably use\n    [`forEach`](#forEach).\n2.  Don't use the spread syntax in destructuring\n    ```js\n    const [a, b, ...cs] = myList; // Don't do this\n    ```\n    The syntax converts the rest of the iterable (in this case a list)\n    into an array by iterating through the entire iterable. This is\n    slow and it turns our list into an array. This alternative avoids\n    both problems.\n    ```js\n    const [[a, b], cs] = splitAt(2, myList); // Do this\n    ```\n    This uses the [`splitAt`](#splitAt) function which splits and\n    creates the list `cs` very efficiently in `O(log(n))` time.\n\n## Seamless Ramda integration\n\nList is designed to work seamlessly together with Ramda. Ramda offers a large\nnumber of useful functions for working with arrays. List implements the same\nfunctions on its immutable data structure. This means that Ramda users can keep\nusing the API they're familiar with. Additionally, List offers an entry point\nwhere all functions are curried.\n\nSince List implements Ramda's array API it is very easy to convert code from\nusing arrays to using immutable lists. As an example, consider the code below.\n\n```js\nimport * as R from \"ramda\";\n\nR.pipe(R.filter(n => n % 2 === 0), R.map(R.multiply(3)), R.reduce(R.add, 0))(\n  array\n);\n```\n\nThe example can be converted to code using List as follows.\n\n```js\nimport * as R from \"ramda\";\nimport * as L from \"list/curried\";\n\nR.pipe(L.filter(n => n % 2 === 0), L.map(R.multiply(3)), L.reduce(R.add, 0))(\n  list\n);\n```\n\nFor each function operating on arrays, the `R` is simply changed to an `L`.\nThis works because List exports functions that have the same names and behavior\nas Ramdas functions.\n\n### Implemented Ramda functions\n\nThe goal is to implement the entirety of Ramda's array functions for\nList. The list below keeps track of how many of Ramda functions that\nare missing and of how many that are already implemented. Currently 61\nout of 76 functions have been implemented.\n\nImplemented: `adjust`, `all`, `any`, `append`, `chain`, `concat`, `contains`,\n`drop`, `dropLast`, `dropRepeats`, `dropRepeatsWith`, `dropWhile`, `filter`,\n`find`, `findIndex`, `findLast`, `group`, `groupWith`, `head`, `flatten`,\n`indexOf`, `intersperse`, `init`, `insert`, `insertAll`, `last`, `lastIndexOf`,\n`length`, `join`, `map`, `none`, `nth`, `pair`, `partition`, `pluck`,\n`prepend`, `range`, `reduce`, `reduceRight`, `reduceWhile`, `reject`, `remove`,\n`reverse`, `repeat`, `scan`, `sequence`, `slice`, `sort`, `splitAt`,\n`splitEvery`, `splitWhen`, `take`, `takeWhile`, `tail`,\n`takeLast`,`takeLastWhile`, `traverse`, `times`, `update`, `zip`, `zipWith`.\n\nNot implemented: `aperture`, `dropLastWhile`, `endsWith`, `findLastIndex`,\n`indexBy`, `mapAccum`, `mapAccumRight`, `startsWith`, `transpose`, `unfold`,\n`uniq`, `uniqBy`, `uniqWith`, `unnest` `without`, `xprod`.\n\n### Differences compared to Ramda\n\nWhile List tries to stay as close to Ramda's API as possible there are a few\ndeviations to be aware of.\n\n* List's curried functions do not support the `R.__` placeholder. Instead of\n  `R.reduce(R.__, 0, l)` one alternative is to use an arrow function `_ =>\n  L.reduce(_, 0, l)` instead.\n* [`sort`](#sort) and [`sortWith`](#sortwith) are different compared to what\n  they do in Ramda. `L.sortWith` is equivalent to `R.sort` and `L.sort` sorts a\n  list without taking a comparison function. This makes the common case of\n  sorting a list of numbers or strings easier\n\n## Fantasy Land & Static Land\n\n<img align=\"right\" width=\"82\" height=\"82\" alt=\"Fantasy Land\" src=\"https://raw.github.com/fantasyland/fantasy-land/master/logo.png\">\n<img align=\"right\" width=\"131\" height=\"82\" src=\"https://raw.githubusercontent.com/rpominov/static-land/master/logo/logo.png\" />\n\nList currently implements the following Fantasy Land and Static Land\nspecifications: Setoid, semigroup, monoid, foldable, functor, apply,\napplicative, chain, monad.\n\nThe following specifications have not been implemented yet:\nTraversable, Ord.\n\nSince methods hinder tree-shaking the Fantasy Land methods are not\nincluded by default. In order to get them you must import it likes\nthis:\n\n```js\nimport \"list/fantasy-land\";\n```\n\n## API documentation\n\nThe API is organized into three parts.\n\n1.  [Creating lists](#creating-lists) — Functions that _create_ lists.\n2.  [Updating lists](#updating-lists) — Functions that _transform_ lists.\n    That is, functions that take one or more lists as arguments and\n    returns a new list.\n3.  [Folds](#folds) — Functions that _extracts_ values based on lists.\n    They take one or more lists as arguments and returns something that\n    is not a list.\n\n### Creating lists\n\n### `list`\n\nCreates a list based on the arguments given.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst l = list(1, 2, 3, 4); // creates a list of four elements\nconst l2 = list(\"foo\"); // creates a singleton\n```\n\n### `empty`\n\nReturns an empty list.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\nconst emptyList = empty(); //=> list()\n```\n\n### `of`\n\nTakes a single arguments and returns a singleton list that contains it.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\nof(\"foo\"); //=> list(\"foo\")\n```\n\n### `pair`\n\nTakes two arguments and returns a list that contains them.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\npair(\"foo\", \"bar\"); //=> list(\"foo\", \"bar\")\n```\n\n### `from`\n\nConverts an array, an array-like or an itearble into a list.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nfrom([0, 1, 2, 3, 4]); //=> list(0, 1, 2, 3, 4)\n```\n\n### `range`\n\nReturns a list of numbers between an inclusive lower bound and an\nexclusive upper bound.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nrange(3, 8); //=> list(3, 4, 5, 6, 7)\n```\n\n### `repeat`\n\nReturns a list of a given length that contains the specified value in\nall positions.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nrepeat(1, 7); //=> list(1, 1, 1, 1, 1, 1, 1)\nrepeat(\"foo\", 3); //=> list(\"foo\", \"foo\", \"foo\")\n```\n\n### `times`\n\nReturns a list of given length that contains the value of the given function called with current index.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst twoFirsOdds = times(i => i * 2 + 1, 2);\nconst dots = times(() => {\n  const x = Math.random() * width;\n  const y = Math.random() * height;\n  return { x, y };\n}, 50);\n```\n\n### Updating lists\n\n### `concat`\n\nConcatenates two lists.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\nconcat(list(0, 1, 2), list(3, 4)); //=> list(0, 1, 2, 3, 4)\n```\n\n### `flatten`\n\nFlattens a list of lists into a list. Note that this function does\n_not_ flatten recursively. It removes one level of nesting only.\n\n**Complexity**: `O(n * log(m))` where `n` is the length of the outer\nlist and `m` the length of the inner lists.\n\n**Example**\n\n```js\nconst nested = list(list(0, 1, 2, 3), list(4), empty(), list(5, 6));\nflatten(nested); //=> list(0, 1, 2, 3, 4, 5, 6)\n```\n\n### `prepend`\n\nPrepends an element to the front of a list and returns the new list.\n\n**Complexity**: `O(log(n))`, practically constant\n\n**Example**\n\n```js\nconst newList = prepend(0, list(1, 2, 3)); //=> list(0, 1, 2, 3)\n```\n\n### `append`\n\nAppends an element to the end of a list and returns the new list.\n\n**Complexity**: `O(log(n))`, practically constant\n\n**Example**\n\n```js\nconst newList = append(3, list(0, 1, 2)); //=> list(0, 1, 2, 3)\n```\n\n### `intersperse`\n\nInserts a separator between each element in a list.\n\n**Example**\n\n```js\nintersperse(\"n\", list(\"ba\", \"a\", \"a\")); //=> list(\"ba\", \"n\", \"a\", \"n\", \"a\")\n```\n\n### `map`\n\nApplies a function to each element in the given list and returns a new\nlist of the values that the function return.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nmap(n => n * n, list(0, 1, 2, 3, 4)); //=> list(0, 1, 4, 9, 16)\n```\n\n### `pluck`\n\nExtracts the specified property from each object in the list.\n\n**Example**\n\n```js\nconst l = list(\n  { foo: 0, bar: \"a\" },\n  { foo: 1, bar: \"b\" },\n  { foo: 2, bar: \"c\" }\n);\npluck(\"foo\", l); //=> list(0, 1, 2)\n```\n\n### `update`\n\nReturns a list that has the entry specified by the index replaced with\nthe given value.\n\nIf the index is out of bounds the given list is\nreturned unchanged.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\nupdate(2, \"X\", list(\"a\", \"b\", \"c\", \"d\", \"e\")); //=> list(\"a\", \"b\", \"X\", \"d\", \"e\")\n```\n\n### `adjust`\n\nReturns a list that has the entry specified by the index replaced with\nthe value returned by applying the function to the value.\n\nIf the index is out of bounds the given list is\nreturned unchanged.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\nadjust(2, inc, list(0, 1, 2, 3, 4, 5)); //=> list(0, 1, 3, 3, 4, 5)\n```\n\n### `slice`\n\nReturns a slice of a list. Elements are removed from the beginning and\nend. Both the indices can be negative in which case they will count\nfrom the right end of the list.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\nconst l = list(0, 1, 2, 3, 4, 5);\nslice(1, 4, l); //=> list(1, 2, 3)\nslice(2, -2, l); //=> list(2, 3)\n```\n\n### `take`\n\nTakes the first `n` elements from a list and returns them in a new list.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\ntake(3, list(0, 1, 2, 3, 4, 5)); //=> list(0, 1, 2)\n```\n\n### `takeWhile`\n\nTakes the first elements in the list for which the predicate returns\n`true`.\n\n**Complexity**: `O(k + log(n))` where `k` is the number of elements\nsatisfying the predicate.\n\n**Example**\n\n```js\ntakeWhile(n => n < 4, list(0, 1, 2, 3, 4, 5, 6)); //=> list(0, 1, 2, 3)\ntakeWhile(_ => false, list(0, 1, 2, 3, 4, 5)); //=> list()\n```\n\n### `takeLast`\n\nTakes the last `n` elements from a list and returns them in a new\nlist.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\ntakeLast(3, list(0, 1, 2, 3, 4, 5)); //=> list(3, 4, 5)\n```\n\n### `takeLastWhile`\n\nTakes the last elements in the list for which the predicate returns\n`true`.\n\n**Complexity**: `O(k + log(n))` where `k` is the number of elements\nsatisfying the predicate.\n\n**Example**\n\n```js\ntakeLastWhile(n => n > 2, list(0, 1, 2, 3, 4, 5)); //=> list(3, 4, 5)\ntakeLastWhile(_ => false, list(0, 1, 2, 3, 4, 5)); //=> list()\n```\n\n### `splitAt`\n\nSplits a list at the given index and return the two sides in a pair.\nThe left side will contain all elements before but not including the\nelement at the given index. The right side contains the element at the\nindex and all elements after it.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\nconst l = list(0, 1, 2, 3, 4, 5, 6, 7, 8);\nsplitAt(4, l); //=> [list(0, 1, 2, 3), list(4, 5, 6, 7, 8)]\n```\n\n### `splitWhen`\n\nSplits a list at the first element in the list for which the given\npredicate returns `true`.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst l = list(0, 1, 2, 3, 4, 5, 6, 7);\nsplitWhen((n) => n > 3, l); //=> [list(0, 1, 2, 3), list(4, 5, 6, 7)]\n```\n\n### `remove`\n\nTakes an index, a number of elements to remove and a list. Returns a\nnew list with the given amount of elements removed from the specified\nindex.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\nconst l = list(0, 1, 2, 3, 4, 5, 6, 7, 8);\nremove(4, 3, l); //=> list(0, 1, 2, 3, 7, 8)\nremove(2, 5, l); //=> list(0, 1, 7, 8)\n```\n\n### `drop`\n\nReturns a new list without the first `n` elements.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\ndrop(2, list(0, 1, 2, 3, 4, 5)); //=> list(2, 3, 4, 5)\n```\n\n### `dropWhile`\n\nRemoves the first elements in the list for which the predicate returns\n`true`.\n\n**Complexity**: `O(k + log(n))` where `k` is the number of elements\nsatisfying the predicate.\n\n**Example**\n\n```js\ndropWhile(n => n < 4, list(0, 1, 2, 3, 4, 5, 6)); //=> list(4, 5, 6)\n```\n\n### `dropLast`\n\nReturns a new list without the last `n` elements.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\ndropLast(2, list(0, 1, 2, 3, 4, 5)); //=> list(0, 1, 2, 3)\n```\n\n### `dropRepeats`\n\nReturns a new list without repeated elements.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\ndropRepeats(L.list(0, 0, 1, 1, 1, 2, 3, 3, 4, 4)); //=> list(0, 1, 2, 3, 4)\n```\n\n### `dropRepeatsWith`\n\nReturns a new list without repeated elements by using the given\nfunction to determine when elements are equal.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\ndropRepeatsWith(\n  (n, m) => Math.floor(n) === Math.floor(m),\n  list(0, 0.4, 1.2, 1.1, 1.8, 2.2, 3.8, 3.4, 4.7, 4.2)\n); //=> list(0, 1, 2, 3, 4)\n```\n\n### `tail`\n\nReturns a new list with the first element removed. If the list is\nempty the empty list is returne.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\ntail(list(0, 1, 2, 3)); //=> list(1, 2, 3)\ntail(empty()); //=> list()\n```\n\n### `pop`\n\nReturns a new list with the last element removed. If the list is empty\nthe empty list is returned.\n\n**Aliases**: `init`\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\npop(list(0, 1, 2, 3)); //=> list(0, 1, 2)\n```\n\n### `filter`\n\nReturns a new list that only contains the elements of the original\nlist for which the predicate returns `true`.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nfilter(isEven, list(0, 1, 2, 3, 4, 5, 6)); //=> list(0, 2, 4, 6)\n```\n\n### `reject`\n\nReturns a new list that only contains the elements of the original\nlist for which the predicate returns `false`.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nreject(isEven, list(0, 1, 2, 3, 4, 5, 6)); //=> list(1, 3, 5)\n```\n\n### `reverse`\n\nReverses a list.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nreverse(list(0, 1, 2, 3, 4, 5)); //=> list(5, 4, 3, 2, 1, 0)\n```\n\n### `ap`\n\nApplies a list of functions to a list of values.\n\n**Example**\n\n```js\nap(list((n: number) => n + 2, n => 2 * n, n => n * n), list(1, 2, 3)); //=> list(3, 4, 5, 2, 4, 6, 1, 4, 9)\n```\n\n### `chain`\n\nMaps a function over a list and concatenates all the resulting lists\ntogether.\n\nAlso known as `flatMap`.\n\n**Example**\n\n```js\nchain(n => list(n, 2 * n, n * n), list(1, 2, 3)); //=> list(1, 2, 1, 2, 4, 4, 3, 6, 9)\n```\n\n### `partition`\n\nSplits the list into two lists. One list that contains all the values\nfor which the predicate returns `true` and one containing the values for\nwhich it returns `false`.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\npartition(isEven, list(0, 1, 2, 3, 4, 5)); //=> list(list(0, 2, 4), list(1, 3, 5))\n```\n\n### `insert`\n\nInserts the given element at the given index in the list.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\ninsert(2, \"c\", list(\"a\", \"b\", \"d\", \"e\")); //=> list(\"a\", \"b\", \"c\", \"d\", \"e\")\n```\n\n### `insertAll`\n\nInserts the given list of elements at the given index in the list.\n\n**Complexity**: `O(log(n))`\n\n**Example**\n\n```js\ninsertAll(2, list(\"c\", \"d\"), list(\"a\", \"b\", \"e\", \"f\")); //=> list(\"a\", \"b\", \"c\", \"d\", \"e\", \"f\")\n```\n\n### `zipWith`\n\nThis is like mapping over two lists at the same time. The two lists are\niterated over in parallel and each pair of elements is passed to the function.\nThe returned values are assembled into a new list.\n\nThe shortest list determine the size of the result.\n\n**Complexity**: `O(log(n))` where `n` is the length of the smallest list.\n\n**Example**\n\n```js\nconst names = list(\"Turing\", \"Curry\");\nconst years = list(1912, 1900);\nzipWith((name, year) => ({ name, year }), names, years);\n//=> list({ name: \"Turing\", year: 1912 }, { name: \"Curry\", year: 1900 });\n```\n\n### `zip`\n\nIterate over two lists in parallel and collect the pairs.\n\n**Complexity**: `O(log(n))` where `n` is the length of the smallest list.\n\n**Example**\n\n```js\nconst names = list(\"a\", \"b\", \"c\", \"d\", \"e\");\nconst years = list(0, 1, 2, 3, 4, 5, 6);\n//=> list([\"a\", 0], [\"b\", 1], [\"c\", 2], [\"d\", 3], [\"e\", 4]);\n```\n\n### `sort`\n\nSorts the given list. The list should contain values that can be compared using\nthe `<` operator or values that implement the Fantasy Land\n[Ord](https://github.com/fantasyland/fantasy-land#ord) specification.\n\nPerforms a stable sort.\n\n**Complexity**: `O(n * log(n))`\n\n**Example**\n\n```js\nsort(list(5, 3, 1, 8, 2)); //=> list(1, 2, 3, 5, 8)\nsort(list(\"e\", \"a\", \"c\", \"b\", \"d\"); //=> list(\"a\", \"b\", \"c\", \"d\", \"e\")\n```\n\n### `sortBy`\n\nSort the given list by passing each value through the function and comparing\nthe resulting value. The function should either return values comparable using\n`<` or values that implement the Fantasy Land\n[Ord](https://github.com/fantasyland/fantasy-land#ord) specification.\n\nPerforms a stable sort.\n\n**Complexity**: `O(n * log(n))`\n\n**Example**\n\n```js\nsortBy(\n  o => o.n,\n  list({ n: 4, m: \"foo\" }, { n: 3, m: \"bar\" }, { n: 1, m: \"baz\" })\n);\n//=> list({ n: 1, m: \"baz\" }, { n: 3, m: \"bar\" }, { n: 4, m: \"foo\" })\n\nsortBy(s => s.length, list(\"foo\", \"bar\", \"ba\", \"aa\", \"list\", \"z\"));\n//=> list(\"z\", \"ba\", \"aa\", \"foo\", \"bar\", \"list\")\n```\n\n### `sortWith`\n\nSort the given list by comparing values using the given function. The function\nreceieves two values and should return `-1` if the first value is stricty\nlarger than the second, `0` is they are equal and `1` if the first values is\nstrictly smaller than the second.\n\nNote that the comparison function is equivalent to the one required by\n[`Array.prototype.sort`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort).\n\nPerforms a stable sort.\n\n**Complexity**: `O(n * log(n))`\n\n**Example**\n\n```js\nsortWith((a, b) => {\n  if (a === b) {\n    return 0;\n  } else if (a < b) {\n    return -1;\n  } else {\n    return 1;\n  }\n}, list(5, 3, 1, 8, 2)); //=> list(1, 2, 3, 5, 8)\n```\n\n### `group`\n\nReturns a list of lists where each sublist's elements\nare all equal.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\ngroup(list(0, 0, 1, 2, 2, 2, 3, 3)); //=> list(list(0, 0), list(1), list(2, 2, 2), list(3, 3))\n```\n\n### `groupWith`\n\nReturns a list of lists where each sublist's elements are pairwise\nequal based on the given comparison function.\n\nNote that only adjacent elements are compared for equality. If all\nequal elements should be grouped together the list should be sorted\nbefore grouping.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst floorEqual = (a, b) => Math.round(a) === Math.round(b);\ngroupWith(floorEqual, list(1.1, 1.3, 1.8, 2, 2.2, 3.3, 3.4));\n//=> list(list(1.1, 1.3), list(1.8, 2, 2.2), list(3.3, 3.4))\n\nconst sameLength = (a, b) => a.length === b.length;\ngroupWith(sameLength, list(\"foo\", \"bar\", \"ab\", \"bc\", \"baz\"));\n//=> list(list(\"foo\", \"bar\"), list(\"ab\", \"bc\"), list(\"baz))\n```\n\n### Folds\n\n### `isList`\n\nReturns `true` if the given argument is a list.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\nisList([0, 1, 2]); //=> false\nisList(\"string\"); //=> false\nisList({ foo: 0, bar: 1 }); //=> false\nisList(list(0, 1, 2)); //=> true\n```\n\n### `equals`\n\nReturns true if the two lists are equivalent.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nequals(list(0, 1, 2, 3), list(0, 1, 2, 3)); //=> true\nequals(list(\"a\", \"b\", \"c\"), list(\"a\", \"z\", \"c\")); //=> false\n```\n\n### `equalsWith`\n\nReturns `true` if the two lists are equivalent when comparing each\npair of elements with the given comparison function.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nequalsWith(\n  (n, m) => n.length === m.length,\n  list(\"foo\", \"hello\", \"one\"),\n  list(\"bar\", \"world\", \"two\")\n); //=> true\n```\n\n### `toArray`\n\nConverts a list into an array.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\ntoArray(list(0, 1, 2, 3, 4)); //=> [0, 1, 2, 3, 4]\n```\n\n### `backwards`\n\nReturns an iterable that iterates backwards over the given list.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\nconst l = list(0, 1, 2, 3, 4)\nfor (const n of backwards(l)) {\n  if (l < 2) {\n    break;\n  }\n  console.log(l);\n}\n// => logs 4, 3, and then 2\n```\n\n### `nth`\n\nGets the `n`th element of the list. If `n` is out of bounds\n`undefined` is returned.\n\n**Complexity**: `O(log(n))`, practically constant\n\n**Example**\n\n```js\nconst l = list(0, 1, 2, 3, 4);\nnth(2, l); //=> 2\n```\n\n### `length`\n\nReturns the length of a list. I.e. the number of elements that it\ncontains.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\nlength(list(0, 1, 2, 3)); //=> 4\n```\n\n### `first`\n\nReturns the first element of the list. If the list is empty the\nfunction returns `undefined`.\n\n**Aliases**: `head`\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\nfirst(list(0, 1, 2, 3)); //=> 0\nfirst(list()); //=> undefined\n```\n\n### `last`\n\nReturns the last element of the list. If the list is empty the\nfunction returns `undefined`.\n\n**Complexity**: `O(1)`\n\n**Example**\n\n```js\nlast(list(0, 1, 2, 3)); //=> 3\nlast(list()); //=> undefined\n```\n\n### `foldl`\n\nFolds a function over a list. Left-associative.\n\n**Aliases**: `reduce`\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nfoldl((n, m) => n - m, 1, list(2, 3, 4, 5));\n1 - 2 - 3 - 4 - 5; //=> -13\n```\n\n### `foldr`\n\nFolds a function over a list. Right-associative.\n\n**Aliases**: `reduceRight`\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nfoldr((n, m) => n - m, 5, list(1, 2, 3, 4));\n1 - (2 - (3 - (4 - 5))); //=> 3\n```\n\n### `foldlWhile`\n\nSimilar to `foldl`. But, for each element it calls the predicate function\n_before_ the folding function and stops folding if it returns `false`.\n\n**Aliases**: `reduceWhile`\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst isOdd = (_acc:, x) => x % 2 === 1;\n\nconst xs = L.list(1, 3, 5, 60, 777, 800);\nfoldlWhile(isOdd, (n, m) => n + m, 0, xs) //=> 9\n\nconst ys = L.list(2, 4, 6);\nfoldlWhile(isOdd, (n, m) => n + m, 111, ys) //=> 111\n```\n\n### `scan`\n\nFolds a function over a list from left to right while collecting all the\nintermediate steps in a resulting list.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst l = list(1, 3, 5, 4, 2);\nL.scan((n, m) => n + m, 0, l); //=> list(0, 1, 4, 9, 13, 15));\nL.scan((s, m) => s + m.toString(), \"\", l); //=> list(\"\", \"1\", \"13\", \"135\", \"1354\", \"13542\")\n```\n\n### `traverse`\n\nMap each element of list to an applicative, evaluate these\napplicatives from left to right, and collect the results.\n\nThis works with Fantasy Land\n[applicatives](https://github.com/fantasyland/fantasy-land#applicative).\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst safeDiv = n => d => d === 0 ? nothing : just(n / d)\n\nL.traverse(Maybe, safeDiv(10), list(2, 4, 5)); //=> just(list(5, 2.5, 2))\nL.traverse(Maybe, safeDiv(10), list(2, 0, 5)); //=> nothing\n```\n\n### `sequence`\n\nEvaluate each applicative in the list from left to right, and\ncollect the results.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nL.sequence(Maybe, list(just(1), just(2), just(3))); //=> just(list(1, 2, 3))\nL.sequence(Maybe, list(just(1), just(2), nothing())); //=> nothing\n```\n\n### `forEach`\n\nInvokes a given callback for each element in the list from left to\nright. Returns `undefined`.\n\nThis function is very similar to `map`. It should be used instead of\n`map` when the mapping function has side-effects. Whereas `map`\nconstructs a new list `forEach` merely returns `undefined`. This makes\n`forEach` faster when the new list is unneeded.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst l = list(0, 1, 2);\nforEach(element => console.log(element));\n//=> 0\n//=> 1\n//=> 2\n```\n\n### `every`\n\nReturns `true` if and only if the predicate function returns `true`\nfor all elements in the given list.\n\n**Aliases**: `all`\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst isEven = n => n % 2 === 0;\nevery(isEven, empty()); //=> true\nevery(isEven, list(2, 4, 6, 8)); //=> true\nevery(isEven, list(2, 3, 4, 6, 7, 8)); //=> false\nevery(isEven, list(1, 3, 5, 7)); //=> false\n```\n\n### `some`\n\nReturns `true` if and only if there exists an element in the list for\nwhich the predicate returns `true`.\n\n**Aliases**: `any`\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst isEven = n => n % 2 === 0;\nsome(isEven, empty()); //=> false\nsome(isEven, list(2, 4, 6, 8)); //=> true\nsome(isEven, list(2, 3, 4, 6, 7, 8)); //=> true\nsome(isEven, list(1, 3, 5, 7)); //=> false\n```\n\n### `indexOf`\n\nReturns the index of the _first_ element in the list that is equal to\nthe given element. If no such element is found `-1` is returned.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst l = list(12, 4, 2, 89, 6, 18, 7);\nindexOf(12, l); //=> 0\nindexOf(89, l); //=> 3\nindexOf(10, l); //=> -1\n```\n\n### `lastIndexOf`\n\nReturns the index of the _last_ element in the list that is equal to\nthe given element. If no such element is found `-1` is returned.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst l = L.list(12, 4, 2, 18, 89, 2, 18, 7);\nL.lastIndexOf(18, l); //=> 6\nL.lastIndexOf(2, l); //=> 5\nL.lastIndexOf(12, l); //=> 0\n```\n\n### `find`\n\nReturns the _first_ element for which the predicate returns `true`. If\nno such element is found the function returns `undefined`.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nfind(isEven, list(1, 3, 5, 6, 7, 9, 10)); //=> 6\nfind(isEven, list(1, 3, 5, 7, 9)); //=> undefined\n```\n\n### `findLast`\n\nReturns the _last_ element for which the predicate returns `true`. If\nno such element is found the function returns `undefined`.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nfindLast(isEven, list(1, 3, 5, 6, 7, 8, 9)); //=> 8\nfindLast(isEven, list(1, 3, 5, 7, 9)); //=> undefined\n```\n\n### `findIndex`\n\nReturns the index of the first element for which the predicate returns\n`true`. If no such element is found the function returns `-1`.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nfindIndex(isEven, list(1, 3, 5, 6, 7, 9, 10)); //=> 3\nfindIndex(isEven, list(1, 3, 5, 7, 9)); //=> -1\n```\n\n### `none`\n\nReturns `true` if and only if the predicate function returns `false`\nfor all elements in the given list.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nconst isEven = n => n % 2 === 0;\nnone(isEven, empty()); //=> true\nnone(isEven, list(2, 4, 6, 8)); //=> false\nnone(isEven, list(2, 3, 4, 6, 7, 8)); //=> false\nnone(isEven, list(1, 3, 5, 7)); //=> true\n```\n\n### `includes`\n\nReturns `true` if the list contains the specified element. Otherwise\nit returns `false`.\n\n**Aliases**: `contains`\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\nincludes(3, list(0, 1, 2, 3, 4, 5)); //=> true\nincludes(3, list(0, 1, 2, 4, 5)); //=> false\n```\n\n### `join`\n\nConcats the strings in a list separated by a specified separator.\n\n**Complexity**: `O(n)`\n\n**Example**\n\n```js\njoin(\", \", list(\"one\", \"two\", \"three\")); //=> \"one, two, three\"\n```\n\n## Benchmarks\n\nThe benchmarks are located in the [`bench` directory](/test/bench)."
}