Comparing version 0.1.0 to 0.2.0
@@ -0,22 +1,21 @@ | ||
# The MIT License (MIT) | ||
Copyright (c) 2014 Jonas Hermsmeier | ||
## License (MIT) | ||
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: | ||
Copyright (c) 2014 [Jonas Hermsmeier](http://jhermsmeier.de) | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
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 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 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. |
{ | ||
"name": "chs", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Cylinder-Head-Sector Address (CHS)", | ||
"license": "MIT", | ||
"description": "Cylinder-Head-Sector Address (CHS)", | ||
"kewords": [], | ||
"author": { | ||
"name": "Jonas Hermsmeier", | ||
"email": "jhermsmeier@gmail.com", | ||
"url": "https://github.com/jhermsmeier" | ||
"keywords": [ | ||
"chs", | ||
"address", | ||
"cylinder", | ||
"head", | ||
"sector", | ||
"mbr" | ||
], | ||
"main": "lib/chs", | ||
"author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de/)", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "~2.2.4" | ||
}, | ||
"main": "CHS", | ||
"scripts": { | ||
"test": "node node_modules/mocha/bin/mocha" | ||
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"mocha": "" | ||
}, | ||
"homepage": "https://github.com/jhermsmeier/node-chs", | ||
"repository": { | ||
@@ -23,0 +25,0 @@ "type": "git", |
@@ -1,8 +0,8 @@ | ||
# CHS - Cylinder Head Sector Address | ||
[![build status](https://secure.travis-ci.org/jhermsmeier/node-chs.png)](http://travis-ci.org/jhermsmeier/node-chs) | ||
[![NPM version](https://badge.fury.io/js/chs.png)](https://npmjs.org/chs) | ||
# chs | ||
[![npm](http://img.shields.io/npm/v/chs.svg?style=flat-square)](https://npmjs.com/chs) | ||
[![npm downloads](http://img.shields.io/npm/dm/chs.svg?style=flat-square)](https://npmjs.com/chs) | ||
[![build status](http://img.shields.io/travis/jhermsmeier/node-chs.svg?style=flat-square)](https://travis-ci.org/jhermsmeier/node-chs) | ||
## Install via [npm](https://npmjs.com) | ||
## Install via [npm](https://npmjs.org) | ||
```sh | ||
@@ -12,3 +12,2 @@ $ npm install chs | ||
## Usage | ||
@@ -15,0 +14,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
5427
115
1
34
1