node-builtins
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/lholmquist/node-builtins/compare/v0.1.0...v0.1.1) (2017-01-13) | ||
<a name="0.1.0"></a> | ||
@@ -7,0 +12,0 @@ # 0.1.0 (2017-01-12) |
{ | ||
"name": "node-builtins", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "index.js", | ||
@@ -10,2 +10,3 @@ "author": "Red Hat, Inc.", | ||
"lint": "eslint test/*.js index.js", | ||
"ci": "npm run lint && npm run coverage", | ||
"prepublish": "nsp check", | ||
@@ -12,0 +13,0 @@ "coverage": "istanbul cover tape test/*.js", |
@@ -1,5 +0,6 @@ | ||
## Node-Builtins | ||
## Node-Builtins [![Build Status](https://travis-ci.org/lholmquist/node-builtins.svg?branch=master)](https://travis-ci.org/lholmquist/node-builtins) [![Coverage Status](https://coveralls.io/repos/github/lholmquist/node-builtins/badge.svg?branch=master)](https://coveralls.io/github/lholmquist/node-builtins?branch=master) | ||
A small module to return the list of Built-in Core Modules in Node.js | ||
_note: This uses a private method(_builtinLibs) from the repl module_ |
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
2726
7