level-packager
Advanced tools
Comparing version 5.0.0 to 5.0.1
# Changelog | ||
## [Unreleased] | ||
## [Unreleased][unreleased] | ||
## [5.0.1] - 2019-03-31 | ||
### Changed | ||
- Update `nyc` devDependency from `^12.0.2` to `^13.2.0` ([#84](https://github.com/Level/packager/issues/84)) ([**@vweevers**](https://github.com/vweevers)) | ||
- Apply common project tweaks ([#82](https://github.com/Level/packager/issues/82), [#83](https://github.com/Level/packager/issues/83)) ([**@vweevers**](https://github.com/vweevers)) | ||
## [5.0.0] - 2018-12-27 | ||
@@ -329,4 +336,6 @@ | ||
[unreleased]: https://github.com/level/packager/compare/v5.0.0...HEAD | ||
[unreleased]: https://github.com/level/packager/compare/v5.0.1...HEAD | ||
[5.0.1]: https://github.com/level/packager/compare/v5.0.0...v5.0.1 | ||
[5.0.0]: https://github.com/level/packager/compare/v4.0.1...v5.0.0 | ||
@@ -333,0 +342,0 @@ |
# The MIT License (MIT) | ||
**Copyright © 2013-present `level-packager` [Contributors](./CONTRIBUTORS.md).** | ||
**Copyright © 2013-present [Contributors](CONTRIBUTORS.md).** | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
{ | ||
"name": "level-packager", | ||
"version": "5.0.1", | ||
"description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end", | ||
"version": "5.0.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Level/packager.git" | ||
}, | ||
"license": "MIT", | ||
"main": "level-packager.js", | ||
"scripts": { | ||
"test": "standard && hallmark && nyc node test.js", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"hallmark": "hallmark --fix" | ||
"hallmark": "hallmark --fix", | ||
"dependency-check": "dependency-check . test.js abstract/*.js", | ||
"prepublishOnly": "npm run dependency-check" | ||
}, | ||
"dependencies": { | ||
"encoding-down": "^6.0.0", | ||
"levelup": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.2", | ||
"dependency-check": "^3.3.0", | ||
"hallmark": "^0.1.0", | ||
"level-community": "^3.0.0", | ||
"nyc": "^13.2.0", | ||
"standard": "^12.0.0", | ||
"tape": "^4.0.0" | ||
}, | ||
"hallmark": { | ||
"community": "level-community" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Level/packager.git" | ||
}, | ||
"homepage": "https://github.com/Level/packager", | ||
"keywords": [ | ||
"level", | ||
"leveldb", | ||
@@ -27,16 +45,2 @@ "stream", | ||
], | ||
"main": "level-packager.js", | ||
"dependencies": { | ||
"encoding-down": "^6.0.0", | ||
"levelup": "^4.0.0" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"coveralls": "^3.0.2", | ||
"hallmark": "^0.1.0", | ||
"level-community": "^3.0.0", | ||
"nyc": "^12.0.2", | ||
"standard": "^12.0.0", | ||
"tape": "^4.0.0" | ||
}, | ||
"engines": { | ||
@@ -43,0 +47,0 @@ "node": ">=6" |
@@ -5,10 +5,11 @@ # level-packager | ||
[![level badge][level-badge]](https://github.com/level/awesome) | ||
[![npm](https://img.shields.io/npm/v/level-packager.svg)](https://www.npmjs.com/package/level-packager) | ||
![Node version](https://img.shields.io/node/v/level-packager.svg) | ||
[![Build Status](https://secure.travis-ci.org/Level/packager.png)](http://travis-ci.org/Level/packager) | ||
[![dependencies](https://david-dm.org/Level/packager.svg)](https://david-dm.org/level/packager) | ||
[![level badge][level-badge]](https://github.com/Level/awesome) | ||
[![npm](https://img.shields.io/npm/v/level-packager.svg?label=&logo=npm)](https://www.npmjs.com/package/level-packager) | ||
[![Node version](https://img.shields.io/node/v/level-packager.svg)](https://www.npmjs.com/package/level-packager) | ||
[![Travis](https://img.shields.io/travis/Level/packager.svg?logo=travis&label=)](https://travis-ci.org/Level/packager) | ||
[![Coverage Status](https://coveralls.io/repos/github/Level/packager/badge.svg)](https://coveralls.io/github/Level/packager) | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
[![npm](https://img.shields.io/npm/dm/level-packager.svg)](https://www.npmjs.com/package/level-packager) | ||
[![npm](https://img.shields.io/npm/dm/level-packager.svg?label=dl)](https://www.npmjs.com/package/level-packager) | ||
[![Backers on Open Collective](https://opencollective.com/level/backers/badge.svg?color=orange)](#backers) | ||
[![Sponsors on Open Collective](https://opencollective.com/level/sponsors/badge.svg?color=orange)](#sponsors) | ||
@@ -34,12 +35,24 @@ ## API | ||
`level-packager` is an **OPEN Open Source Project**. This means that: | ||
[`Level/packager`](https://github.com/Level/packager) is an **OPEN Open Source Project**. This means that: | ||
> Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project. | ||
See the [contribution guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details. | ||
See the [Contribution Guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details. | ||
## Donate | ||
To sustain [`Level`](https://github.com/Level) and its activities, become a backer or sponsor on [Open Collective](https://opencollective.com/level). Your logo or avatar will be displayed on our 28+ [GitHub repositories](https://github.com/Level), [npm](https://www.npmjs.com/) packages and (soon) [our website](http://leveldb.org). 💖 | ||
### Backers | ||
[![Open Collective backers](https://opencollective.com/level/backers.svg?width=890)](https://opencollective.com/level) | ||
### Sponsors | ||
[![Open Collective sponsors](https://opencollective.com/level/sponsors.svg?width=890)](https://opencollective.com/level) | ||
## License | ||
[MIT](./LICENSE.md) © 2013-present `level-packager` [Contributors](./CONTRIBUTORS.md). | ||
[MIT](LICENSE.md) © 2013-present [Contributors](CONTRIBUTORS.md). | ||
[level-badge]: http://leveldb.org/img/badge.svg |
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
27298
57
7