defaults-extender
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "defaults-extender", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "A different approach for extending Options against Defaults.", | ||
"author": "Rafael Milewski <rafael.milewski@gmail.com>", | ||
"author": "Rafael @Milewski", | ||
"keywords": [ | ||
@@ -12,11 +12,15 @@ "deep", | ||
"properties", | ||
"object-extend" | ||
"object-extend", | ||
"cli", | ||
"parser" | ||
], | ||
"main": "distribution/index.js", | ||
"main": "source/Extender.js", | ||
"files": [ | ||
"declarations" | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
"prepublish": "npm test", | ||
"build": "./node_modules/.bin/tsc && npm run webpack", | ||
"webpack": "./node_modules/.bin/webpack", | ||
"test": "npm run build && ./node_modules/.bin/mocha --compilers js:babel-core/register" | ||
"build": "tsc", | ||
"test": "npm run build && mocha" | ||
}, | ||
@@ -26,3 +30,3 @@ "homepage": "https://github.com/Milewski/defaults-extender", | ||
"type": "git", | ||
"url": "https://github.com/Milewski/defaults-extender" | ||
"url": "git+https://github.com/Milewski/defaults-extender.git" | ||
}, | ||
@@ -32,16 +36,8 @@ "bugs": { | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"latest" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^6.0.48", | ||
"@types/webpack": "^2.0.0", | ||
"babel-core": "^6.18.2", | ||
"babel-preset-latest": "^6.16.0", | ||
"mocha": "^3.1.2", | ||
"typescript": "^2.0.10", | ||
"webpack": "^1.13.3" | ||
"@types/mocha": "^2.2.40", | ||
"@types/node": "^7.0.12", | ||
"mocha": "^3.2.0", | ||
"typescript": "^2.2.2" | ||
} | ||
} |
# Defaults-Extender | ||
[![Build Status](https://travis-ci.org/Milewski/defaults-extender.svg?branch=master)](https://travis-ci.org/Milewski/defaults-extender) | ||
[![npm version](https://badge.fury.io/js/defaults-extender.svg)](https://badge.fury.io/js/defaults-extender) | ||
[![npm downloads](https://img.shields.io/npm/dm/defaults-extender.svg)](https://www.npmjs.com/package/defaults-extender) | ||
[![dependencies](https://david-dm.org/Milewski/defaults-extender.svg)](https://www.npmjs.com/package/defaults-extender) | ||
Fast, tiny and useful utility to extend options against defaults. | ||
[![Build Status](https://travis-ci.org/Milewski/defaults-extender.svg?branch=master)](https://travis-ci.org/Milewski/defaults-extender) | ||
## Installation | ||
@@ -90,1 +93,5 @@ | ||
``` | ||
## License | ||
[MIT](LICENSE) |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
4
5
1
97
4287