UNPKG

combine-lists

Version:

Merge two lists, trying to preserve the order of both

36 lines (35 loc) 784 B
{ "name": "combine-lists", "version": "1.0.1", "description": "Merge two lists, trying to preserve the order of both ", "main": "index.js", "scripts": { "test": "node node_modules/.bin/jasmine JASMINE_CONFIG_PATH=test/config.json" }, "repository": { "type": "git", "url": "git+https://github.com/sjelin/combine-lists.git" }, "keywords": [ "utility", "array", "list", "merge", "combine", "topological", "sort" ], "author": "sjelin", "license": "MIT", "bugs": { "url": "https://github.com/sjelin/combine-lists/issues" }, "homepage": "https://github.com/sjelin/combine-lists#readme", "dependencies": { "lodash": "^4.5.0" }, "devDependencies": { "jasmine": "^2.4.1", "seedrandom": "^2.4.2" } }