extra-lists
Advanced tools
Comparing version 0.1.14 to 1.0.3
{ | ||
"name": "extra-lists", | ||
"version": "0.1.14", | ||
"description": "Extra methods for lists.", | ||
"version": "1.0.3", | ||
"description": "Standard utility methods for Lists.", | ||
"main": "index.js", | ||
@@ -9,45 +9,30 @@ "scripts": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/extra-lists/extra-lists.git" | ||
}, | ||
"keywords": [ | ||
"extra", | ||
"lists", | ||
"standard", | ||
"utility", | ||
"method", | ||
"manipulation", | ||
"function", | ||
"merferry" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nodef/extra-lists.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/nodef/extra-lists/issues" | ||
}, | ||
"homepage": "https://github.com/nodef/extra-lists#readme", | ||
"author": "wolfram77@gmail.com", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/extra-lists/extra-lists/issues" | ||
}, | ||
"homepage": "https://github.com/extra-lists/extra-lists#readme", | ||
"devDependencies": { | ||
"@extra-lists/concat": "^1.0.1", | ||
"@extra-lists/entries": "^1.0.1", | ||
"@extra-lists/equal": "^1.0.1", | ||
"@extra-lists/every": "^1.0.1", | ||
"@extra-lists/filter": "^1.0.1", | ||
"@extra-lists/find": "^1.0.1", | ||
"@extra-lists/find-all": "^1.0.1", | ||
"@extra-lists/find-all-indices": "^1.0.1", | ||
"@extra-lists/find-index": "^1.0.1", | ||
"@extra-lists/find-last": "^1.0.1", | ||
"@extra-lists/find-last-index": "^1.0.1", | ||
"@extra-lists/first": "^1.0.1", | ||
"@extra-lists/for-each": "^1.0.1", | ||
"@extra-lists/includes": "^1.0.1", | ||
"@extra-lists/index-of": "^1.0.1", | ||
"@extra-lists/indices-of": "^1.0.1", | ||
"@extra-lists/join": "^1.0.1", | ||
"@extra-lists/keys": "^1.0.1", | ||
"@extra-lists/last": "^1.0.1", | ||
"@extra-lists/last-index-of": "^1.0.1", | ||
"@extra-lists/map": "^1.0.1", | ||
"@extra-lists/middle": "^1.0.1", | ||
"@extra-lists/reduce": "^1.0.1", | ||
"@extra-lists/size": "^1.0.1", | ||
"@extra-lists/some": "^1.0.1", | ||
"@extra-lists/values": "^1.0.1" | ||
"@extra-iterable/first": "^1.1.0", | ||
"@extra-iterable/is": "^1.1.0", | ||
"@extra-iterable/last": "^1.1.0", | ||
"@extra-iterable/middle": "^1.1.0", | ||
"@extra-iterable/size": "^1.1.0", | ||
"@extra-map/from-lists": "^1.0.1" | ||
} | ||
} |
@@ -1,8 +0,8 @@ | ||
Extra methods for [lists].<br> | ||
Standard utility methods for [Lists].<br> | ||
Browserified, minified module: [extra-lists.min]. | ||
```javascript | ||
const extra = require('extra-lists'); | ||
// extra.is(<value>) | ||
// extra.equal(<lists-1>, <lists-2>) | ||
const Lists = require('extra-lists'); | ||
// Lists.is(<value>) | ||
// Lists.equal(<lists-1>, <lists-2>) | ||
// ... | ||
@@ -47,5 +47,8 @@ ``` | ||
- [map](https://www.npmjs.com/package/@extra-lists/map) | ||
<br> | ||
[lists]: https://www.npmjs.com/package/@extra-lists/is | ||
[![nodef](https://i.imgur.com/MCb8pjO.jpg)](https://nodef.github.io) | ||
[Lists]: https://www.npmjs.com/package/@extra-lists/is | ||
[extra-lists.min]: https://www.npmjs.com/package/extra-lists.min |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6
0
54
9893
4
212