Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "bplustree", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"scripts": { | ||
@@ -10,2 +10,3 @@ "test": "mocha --compilers js:babel-core/register --check-leaks test/bplustree.js && npm run build", | ||
"coverage-full": "babel-node node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- test/bplustree.js test/full.js", | ||
"coveralls": "npm run coverage-full && cat ./coverage/lcov.info | coveralls", | ||
"doc": "jsdoc lib -d docs", | ||
@@ -19,2 +20,3 @@ "build": "babel lib -d dist" | ||
"babel-preset-es2015": "^6.3.13", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^1.10.3", | ||
@@ -24,3 +26,4 @@ "eslint-config-airbnb": "^2.0.0", | ||
"isparta": "^4.0.0", | ||
"mocha": "^2.3.4" | ||
"mocha": "^2.3.4", | ||
"mocha-lcov-reporter": "^1.0.0" | ||
}, | ||
@@ -27,0 +30,0 @@ "description": "B+ tree", |
# bplustree | ||
[![npm version](https://img.shields.io/npm/v/bplustree.svg)](https://www.npmjs.com/package/bplustree) [![Build Status](https://img.shields.io/travis/vhf/bplustree.svg)](https://travis-ci.org/vhf/bplustree) [![Coverage Status](https://img.shields.io/codecov/c/github/vhf/bplustree.svg)](https://codecov.io/github/vhf/bplustree) | ||
[![npm version](https://img.shields.io/npm/v/bplustree.svg)](https://www.npmjs.com/package/bplustree) [![Build Status](https://img.shields.io/travis/vhf/bplustree.svg)](https://travis-ci.org/vhf/bplustree) [![Coverage Status](https://coveralls.io/repos/vhf/bplustree/badge.svg?branch=master&service=github)](https://coveralls.io/github/vhf/bplustree?branch=master) | ||
@@ -4,0 +4,0 @@ Another JavaScript <a href="https://en.wikipedia.org/wiki/B%2B_tree" target="_blank">B+ tree</a> implementation. |
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
1129238
11