bagofholding
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -1,2 +0,5 @@ | ||
### 0.1.7-pre | ||
### 0.1.8-pre | ||
* | ||
### 0.1.7 | ||
* Fix http#req delete method handling | ||
@@ -3,0 +6,0 @@ |
{ | ||
"name": "bagofholding", | ||
"description": "An uncursed bag of various Node.js utility functions.", | ||
"description": "An uncursed bag of various node.js utility functions.", | ||
"keywords": [], | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"homepage": "http://github.com/cliffano/bagofholding", | ||
@@ -7,0 +7,0 @@ "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)", |
@@ -1,33 +0,18 @@ | ||
Bag Of Holding [![Build Status](https://secure.travis-ci.org/cliffano/bagofholding.png?branch=master)](http://travis-ci.org/cliffano/bagofholding) [![Dependencies Status](https://david-dm.org/cliffano/bagofholding.png)](http://david-dm.org/cliffano/bagofholding) | ||
-------------- | ||
<img align="right" src="https://raw.github.com/cliffano/bagofholding/master/avatar.jpg" alt="Avatar"/> | ||
An uncursed bag of various Node.js utility functions. | ||
[![Build Status](https://secure.travis-ci.org/cliffano/bagofholding.png?branch=master)](http://travis-ci.org/cliffano/bagofholding) | ||
[![Dependencies Status](https://david-dm.org/cliffano/bagofholding.png)](http://david-dm.org/cliffano/bagofholding) | ||
[![Published Version](https://badge.fury.io/js/bagofholding.png)](http://badge.fury.io/js/bagofholding) | ||
<br/> | ||
[![npm Badge](https://nodei.co/npm/bagofholding.png)](http://npmjs.org/package/bagofholding) | ||
This is an extract of the reusable parts of various Node.js modules I've written. | ||
Bag Of Holding | ||
-------------- | ||
Mostly for internal use. | ||
An uncursed bag of various node.js utility functions. | ||
Installation | ||
------------ | ||
This module is no longer maintained and has been replaced by: | ||
npm install bagofholding | ||
or as a dependency in package.json file: | ||
"dependencies": { | ||
"bagofholding": "x.y.z" | ||
} | ||
Usage | ||
----- | ||
var bag = require('bagofholding'); | ||
bag.http.req | ||
bag.cli.*; | ||
bag.http.*; | ||
bag.obj.*; | ||
bag.text.*; | ||
Check out [lib](https://github.com/cliffano/bagofholding/tree/master/lib) for the available methods of each component. | ||
* [cliffano/bagofcli](http://github.com/cliffano/bagofcli) | ||
* [cliffano/bagofrequest](http://github.com/cliffano/bagofrequest) | ||
* [cliffano/bagoftext](http://github.com/cliffano/bagoftext) |
Sorry, the diff of this file is not supported yet
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
19695
18