Comparing version 1.1.2 to 1.1.4
{ | ||
"name": "bplustree", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-core/register --check-leaks test/bplustree.js && npm run build", | ||
"test-full": "mocha --compilers js:babel-core/register --check-leaks test/bplustree.js test/full.js && npm run build", | ||
"test-full": "mocha --compilers js:babel-core/register --check-leaks test/bplustree.js test/full.js", | ||
"test-travis": "npm run build && npm run test-full && npm run coverage-full", | ||
"coverage": "babel-node node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- test/bplustree.js", | ||
@@ -13,3 +14,2 @@ "coverage-full": "babel-node node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- test/bplustree.js test/full.js", | ||
"devDependencies": { | ||
"async": "^1.5.0", | ||
"babel-cli": "^6.3.15", | ||
@@ -19,21 +19,10 @@ "babel-core": "^6.3.15", | ||
"babel-preset-es2015": "^6.3.13", | ||
"benchmark": "^1.0.0", | ||
"bplus-index": "0.0.6", | ||
"colors": "^1.1.2", | ||
"eslint": "^1.10.3", | ||
"eslint-config-airbnb": "^2.0.0", | ||
"eslint-plugin-react": "^3.11.3", | ||
"faker": "^3.0.1", | ||
"isparta": "^4.0.0", | ||
"lodash": "^3.10.1", | ||
"log-anything": "^1.0.1", | ||
"microtime": "^2.0.0", | ||
"mocha": "^2.3.4", | ||
"sorted-map": "^0.1.8" | ||
"mocha": "^2.3.4" | ||
}, | ||
"description": "B+ tree", | ||
"main": "dist/bplustree.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"dependencies": {}, | ||
@@ -40,0 +29,0 @@ "repository": { |
# 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) | ||
Another JavaScript <a href="https://en.wikipedia.org/wiki/B%2B_tree" target="_blank">B+ tree</a> implementation. | ||
@@ -15,2 +14,11 @@ | ||
# [API / Documentation](https://rawgit.com/vhf/bplustree/master/docs/BPlusTree.html) | ||
[API / Documentation](https://rawgit.com/vhf/bplustree/master/docs/BPlusTree.html) | ||
# Tests, coverage, etc | ||
- `npm run build` builds the project | ||
- `npm run test` runs most tests | ||
- `npm run test-full` runs all tests | ||
- `npm run coverage` generates most coverage | ||
- `npm run coverage-full` generates full coverage | ||
- `npm run doc` generates the jsdoc documentation |
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
1121080
9
40
24