extra-lists
Advanced tools
Comparing version 0.0.1 to 0.1.11
{ | ||
"name": "extra-lists", | ||
"version": "0.0.1", | ||
"version": "0.1.11", | ||
"description": "Extra methods for lists.", | ||
@@ -11,7 +11,8 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/nodef/lists-extra.git" | ||
"url": "git+https://github.com/extra-lists/extra-lists.git" | ||
}, | ||
"keywords": [ | ||
"extra", | ||
"lists", | ||
"extra" | ||
"merferry" | ||
], | ||
@@ -21,33 +22,33 @@ "author": "wolfram77@gmail.com", | ||
"bugs": { | ||
"url": "https://github.com/nodef/lists-extra/issues" | ||
"url": "https://github.com/extra-lists/extra-lists/issues" | ||
}, | ||
"homepage": "https://github.com/nodef/lists-extra#readme", | ||
"homepage": "https://github.com/extra-lists/extra-lists#readme", | ||
"devDependencies": { | ||
"lists-concat": "^0.1.2", | ||
"lists-entries": "^0.1.8", | ||
"lists-equal": "^0.1.2", | ||
"lists-every": "^0.1.2", | ||
"lists-filter": "^0.1.2", | ||
"lists-find": "^0.1.2", | ||
"lists-findall": "^0.1.2", | ||
"lists-findallindices": "^0.1.2", | ||
"lists-findindex": "^0.1.2", | ||
"lists-findlast": "^0.1.2", | ||
"lists-findlastindex": "^0.1.2", | ||
"lists-first": "^0.1.2", | ||
"lists-foreach": "^0.1.2", | ||
"lists-includes": "^0.1.2", | ||
"lists-indexof": "^0.1.2", | ||
"lists-indicesof": "^0.1.2", | ||
"lists-join": "^0.1.3", | ||
"lists-keys": "^0.1.3", | ||
"lists-last": "^0.1.2", | ||
"lists-lastindexof": "^0.1.2", | ||
"lists-map": "^0.1.2", | ||
"lists-middle": "^0.1.2", | ||
"lists-reduce": "^0.1.2", | ||
"lists-size": "^0.1.2", | ||
"lists-some": "^0.1.2", | ||
"lists-values": "^0.1.2" | ||
"@extra-lists/concat": "^0.1.2", | ||
"@extra-lists/entries": "^0.1.8", | ||
"@extra-lists/equal": "^0.1.2", | ||
"@extra-lists/every": "^0.1.2", | ||
"@extra-lists/filter": "^0.1.2", | ||
"@extra-lists/find": "^0.1.2", | ||
"@extra-lists/find-all": "^0.1.2", | ||
"@extra-lists/find-all-indices": "^0.1.2", | ||
"@extra-lists/find-index": "^0.1.2", | ||
"@extra-lists/find-last": "^0.1.2", | ||
"@extra-lists/find-last-index": "^0.1.2", | ||
"@extra-lists/first": "^0.1.2", | ||
"@extra-lists/for-each": "^0.1.2", | ||
"@extra-lists/includes": "^0.1.2", | ||
"@extra-lists/index-of": "^0.1.2", | ||
"@extra-lists/indices-of": "^0.1.2", | ||
"@extra-lists/join": "^0.1.3", | ||
"@extra-lists/keys": "^0.1.3", | ||
"@extra-lists/last": "^0.1.2", | ||
"@extra-lists/last-index-of": "^0.1.2", | ||
"@extra-lists/map": "^0.1.2", | ||
"@extra-lists/middle": "^0.1.2", | ||
"@extra-lists/reduce": "^0.1.2", | ||
"@extra-lists/size": "^0.1.2", | ||
"@extra-lists/some": "^0.1.2", | ||
"@extra-lists/values": "^0.1.2" | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
# lists-extra | ||
> [lists-extra](https://www.npmjs.com/package/lists-extra) was renamed to [extra-lists](https://www.npmjs.com/package/extra-lists). | ||
[![NPM](https://nodei.co/npm/lists-extra.png)](https://nodei.co/npm/lists-extra/) | ||
@@ -2,0 +5,0 @@ |
10533
56