{
	"name": "array-slice",
	"versions": {
		"0.1.0": {
			"name": "array-slice",
			"description": "Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "0.1.0",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE-MIT"
				}
			],
			"keywords": [
				"array",
				"slice"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"devDependencies": {
				"chai": "~1.9.1",
				"mocha": "*",
				"verb": "~0.2.6",
				"verb-tag-jscomments": "^0.1.4"
			},
			"_id": "array-slice@0.1.0",
			"_shasum": "12adfc0238fc6a29e6ab5a4b7789c6ce7b723dc6",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "12adfc0238fc6a29e6ab5a4b7789c6ce7b723dc6",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "array-slice",
			"description": "Lo-dash's array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "0.1.1",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE-MIT"
				}
			],
			"keywords": [
				"array",
				"slice"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"devDependencies": {
				"chai": "~1.9.1",
				"mocha": "*",
				"verb": "~0.2.6",
				"verb-tag-jscomments": "^0.1.4"
			},
			"_id": "array-slice@0.1.1",
			"_shasum": "324580b37d06c0cd536d8a685f343b6385d7de70",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "324580b37d06c0cd536d8a685f343b6385d7de70",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "array-slice",
			"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "0.2.0",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE-MIT"
				}
			],
			"keywords": [
				"array",
				"slice"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"devDependencies": {
				"mocha": "*",
				"verb": "^0.2.15",
				"verb-tag-jscomments": "^0.2.2"
			},
			"_id": "array-slice@0.2.0",
			"_shasum": "b5aaef7bc63cf8f07c3ba96972e0a6b5c1793197",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "b5aaef7bc63cf8f07c3ba96972e0a6b5c1793197",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.1": {
			"name": "array-slice",
			"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "0.2.1",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE-MIT"
				}
			],
			"keywords": [
				"array",
				"javascript",
				"js",
				"slice",
				"util",
				"utils"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"devDependencies": {
				"mocha": "*",
				"verb": "^0.2.15"
			},
			"_id": "array-slice@0.2.1",
			"_shasum": "67a61cbda1c75033fb09dda7b3841f17738e3d02",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "67a61cbda1c75033fb09dda7b3841f17738e3d02",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.2": {
			"name": "array-slice",
			"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "0.2.2",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE-MIT"
				}
			],
			"keywords": [
				"array",
				"javascript",
				"js",
				"slice",
				"util",
				"utils"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"devDependencies": {
				"mocha": "*",
				"verb": "^0.2.15"
			},
			"_id": "array-slice@0.2.2",
			"_shasum": "166f2e76ebccff5004e1f847735ad849a278ad49",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "166f2e76ebccff5004e1f847735ad849a278ad49",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.3": {
			"name": "array-slice",
			"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "0.2.3",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE"
			},
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "^5.2.0"
			},
			"keywords": [
				"array",
				"javascript",
				"js",
				"slice",
				"util",
				"utils"
			],
			"gitHead": "15bcb1d3d2d5689a1f519207cecb3ab3a63b8654",
			"_id": "array-slice@0.2.3",
			"_shasum": "dd3cfb80ed7973a75117cdac69b0b99ec86186f5",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "dd3cfb80ed7973a75117cdac69b0b99ec86186f5",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "array-slice",
			"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "1.0.0",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"devDependencies": {
				"gulp-format-md": "^0.1.11",
				"mocha": "^3.2.0"
			},
			"keywords": [
				"array",
				"javascript",
				"js",
				"slice",
				"util",
				"utils"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"plugins": [
					"gulp-format-md"
				],
				"related": {
					"list": [
						"arr-flatten",
						"array-unique",
						"array-xor"
					]
				},
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "834333ad84ed4d354532d43350a8b9cd48b5751b",
			"_id": "array-slice@1.0.0",
			"_shasum": "e73034f00dcc1f40876008fd20feae77bd4b7c2f",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.6.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				},
				{
					"name": "doowb",
					"email": "brian.woodward@gmail.com"
				}
			],
			"dist": {
				"shasum": "e73034f00dcc1f40876008fd20feae77bd4b7c2f",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-1.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/array-slice-1.0.0.tgz_1488482499689_0.4508651338983327"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "array-slice",
			"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
			"version": "1.1.0",
			"homepage": "https://github.com/jonschlinkert/array-slice",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/array-slice.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/array-slice/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"devDependencies": {
				"gulp-format-md": "^1.0.0",
				"mocha": "^3.5.3"
			},
			"keywords": [
				"array",
				"javascript",
				"js",
				"slice",
				"util",
				"utils"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"plugins": [
					"gulp-format-md"
				],
				"related": {
					"list": [
						"arr-flatten",
						"array-unique",
						"array-xor"
					]
				},
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "984db8fff30ec5f71f3ce308c320cf3e1fd89c41",
			"_id": "array-slice@1.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.1.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"dist": {
				"integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==",
				"shasum": "e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4",
				"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz"
			},
			"maintainers": [
				{
					"email": "brian.woodward@gmail.com",
					"name": "doowb"
				},
				{
					"email": "github@sellside.com",
					"name": "jonschlinkert"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/array-slice-1.1.0.tgz_1512047542257_0.9785082505550236"
			},
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2018-01-13T09:34:03.329Z",
		"created": "2014-07-04T05:49:17.338Z",
		"0.1.0": "2014-07-04T05:49:17.338Z",
		"0.1.1": "2014-07-04T05:51:35.964Z",
		"0.2.0": "2014-09-23T18:54:58.899Z",
		"0.2.1": "2014-10-06T07:38:19.801Z",
		"0.2.2": "2014-10-06T07:38:36.390Z",
		"0.2.3": "2015-04-07T09:00:11.643Z",
		"1.0.0": "2017-03-02T19:21:40.644Z",
		"1.1.0": "2017-11-30T13:12:23.160Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"56d55321f7a83b2b8d845426da60a69d\"",
			"fetched": 1597847605417
		}
	},
	"_distfiles": {
		"array-slice-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-0.1.0.tgz",
			"sha": "12adfc0238fc6a29e6ab5a4b7789c6ce7b723dc6",
			"registry": "npmjs"
		},
		"array-slice-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-0.1.1.tgz",
			"sha": "324580b37d06c0cd536d8a685f343b6385d7de70",
			"registry": "npmjs"
		},
		"array-slice-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.0.tgz",
			"sha": "b5aaef7bc63cf8f07c3ba96972e0a6b5c1793197",
			"registry": "npmjs"
		},
		"array-slice-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.1.tgz",
			"sha": "67a61cbda1c75033fb09dda7b3841f17738e3d02",
			"registry": "npmjs"
		},
		"array-slice-0.2.2.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.2.tgz",
			"sha": "166f2e76ebccff5004e1f847735ad849a278ad49",
			"registry": "npmjs"
		},
		"array-slice-0.2.3.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
			"sha": "dd3cfb80ed7973a75117cdac69b0b99ec86186f5",
			"registry": "npmjs"
		},
		"array-slice-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-1.0.0.tgz",
			"sha": "e73034f00dcc1f40876008fd20feae77bd4b7c2f",
			"registry": "npmjs"
		},
		"array-slice-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
			"sha": "e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"array-slice-1.1.0.tgz": {
			"shasum": "e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4"
		}
	},
	"_rev": "11-2a1d14fe3c7d2697",
	"_id": "array-slice",
	"readme": "# array-slice [![NPM version](https://img.shields.io/npm/v/array-slice.svg?style=flat)](https://www.npmjs.com/package/array-slice) [![NPM monthly downloads](https://img.shields.io/npm/dm/array-slice.svg?style=flat)](https://npmjs.org/package/array-slice) [![NPM total downloads](https://img.shields.io/npm/dt/array-slice.svg?style=flat)](https://npmjs.org/package/array-slice) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/array-slice.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/array-slice)\n\n> Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.\n\nPlease consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save array-slice\n```\n\nThis function is used instead of `Array#slice` to support node lists in IE < 9 and to ensure dense arrays are returned. This is also faster than native slice in some cases.\n\n## Usage\n\n```js\nvar slice = require('array-slice');\nvar arr = ['a', 'b', 'd', 'e', 'f', 'g', 'h', 'i', 'j'];\n\nslice(arr, 3, 6);\n//=> ['e', 'f', 'g']\n```\n\n## About\n\n<details>\n<summary><strong>Contributing</strong></summary>\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n</details>\n\n<details>\n<summary><strong>Running Tests</strong></summary>\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n</details>\n\n<details>\n<summary><strong>Building docs</strong></summary>\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n</details>\n\n### Related projects\n\nYou might also be interested in these projects:\n\n* [arr-flatten](https://www.npmjs.com/package/arr-flatten): Recursively flatten an array or arrays. | [homepage](https://github.com/jonschlinkert/arr-flatten \"Recursively flatten an array or arrays.\")\n* [array-unique](https://www.npmjs.com/package/array-unique): Remove duplicate values from an array. Fastest ES5 implementation. | [homepage](https://github.com/jonschlinkert/array-unique \"Remove duplicate values from an array. Fastest ES5 implementation.\")\n* [array-xor](https://www.npmjs.com/package/array-xor): Returns the symmetric difference (exclusive-or) of an array of elements (elements that are present in… [more](https://github.com/jonschlinkert/array-xor) | [homepage](https://github.com/jonschlinkert/array-xor \"Returns the symmetric difference (exclusive-or) of an array of elements (elements that are present in all given arrays and not in their intersections).\")\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 30, 2017._"
}