Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "deepdash", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Object tree traversal for lodash", | ||
@@ -11,3 +11,5 @@ "main": "deepdash.js", | ||
"prepublish": "npm run test", | ||
"test": "./node_modules/.bin/mocha --reporter spec", | ||
"test": "nyc mocha --reporter spec", | ||
"report": "nyc --reporter=html --reporter=text mocha", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"dev": "nodemon ./node_modules/.bin/mocha --reporter min --no-deprecation" | ||
@@ -40,6 +42,8 @@ }, | ||
"chai-asserttype": "^1.0.5", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.8.0", | ||
"mocha": "^5.2.0", | ||
"nodemon": "^1.18.5" | ||
"nodemon": "^1.18.5", | ||
"nyc": "^13.1.0" | ||
} | ||
} |
@@ -5,2 +5,6 @@ <img src="deepdash.svg?sanitize=true" width="64px"/> | ||
Looking for eachDeep, keysDeep etc? Tree traversal extension for lodash. | ||
[![npm](https://img.shields.io/npm/v/deepdash.svg)](https://www.npmjs.com/package/deepdash) [![Travis (.org)](https://api.travis-ci.org/YuriGor/deepdash.svg?branch=master)](https://travis-ci.org/YuriGor/deepdash) [![Coverage Status](https://coveralls.io/repos/github/YuriGor/deepdash/badge.svg?branch=master)](https://coveralls.io/github/YuriGor/deepdash?branch=master) <br> | ||
[![NPM](https://nodei.co/npm/deepdash.png?compact=true)](https://nodei.co/npm/deepdash/) | ||
### Installation | ||
@@ -7,0 +11,0 @@ In a browser load [script](https://raw.githubusercontent.com/YuriGor/deepdash/master/deepdash.js) after lodash: |
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
32467
16
230
7