magnet-uri
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -6,3 +6,3 @@ /** | ||
* @param {string} uri | ||
* @return {Object} parsed uri | ||
* @return {Object} parsed uri | ||
*/ | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "magnet-uri", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Parse a magnet URI and return an object of keys/values", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"tape": "*" | ||
"tape": "2.x" | ||
}, | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -1,6 +0,7 @@ | ||
magnet-uri | ||
========== | ||
# magnet-uri | ||
[![Build Status](http://img.shields.io/travis/feross/magnet-uri.svg)](https://travis-ci.org/feross/magnet-uri) | ||
[![NPM Version](http://img.shields.io/npm/v/magnet-uri.svg)](https://npmjs.org/package/magnet-uri) | ||
[![NPM](http://img.shields.io/npm/dm/magnet-uri.svg)](https://npmjs.org/package/magnet-uri) | ||
[![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/) | ||
[![Build Status](https://travis-ci.org/feross/magnet-uri.png?branch=master)](https://travis-ci.org/feross/magnet-uri) | ||
[![browser support](https://ci.testling.com/feross/magnet-uri.png)](https://ci.testling.com/feross/magnet-uri) | ||
@@ -10,7 +11,9 @@ | ||
## Installation | ||
## install | ||
`npm install magnet-uri` | ||
``` | ||
npm install magnet-uri | ||
``` | ||
## Usage | ||
## usage | ||
@@ -47,4 +50,4 @@ ```js | ||
## MIT License | ||
## license | ||
Copyright (c) [Feross Aboukhadijeh](http://feross.org) | ||
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). |
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
6265
52