gulp-json-editor
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -0,1 +1,11 @@ | ||
## 2.4.0 | ||
### Fixed | ||
- #19 Replace deprecated Buffer() constructor (https://medium.com/@jasnell/node-js-buffer-api-changes-3c21f1048f97) | ||
### Changed | ||
- Update dependencies | ||
## 2.3.0 | ||
@@ -11,4 +21,8 @@ | ||
- Update dependencies, replace deprecated gulp-util | ||
- #15 Replace deprecated gulp-util | ||
### Changed | ||
- Update dependencies | ||
## 2.2.1 | ||
@@ -18,2 +32,2 @@ | ||
- keep indentation if no option is specified | ||
- Keep indentation if no option is specified |
@@ -71,3 +71,3 @@ /* jshint node: true */ | ||
// write it to file | ||
file.contents = new Buffer(json); | ||
file.contents = Buffer.from(json); | ||
} | ||
@@ -74,0 +74,0 @@ catch (err) { |
{ | ||
"name": "gulp-json-editor", | ||
"version": "2.3.0", | ||
"description": "A gulp plugin to edit JSON object", | ||
"version": "2.4.0", | ||
"description": "A gulp plugin to edit JSON objects", | ||
"license": "MIT", | ||
"main": "./index.js", | ||
"homepage": "https://github.com/rejas/gulp-json-editor", | ||
"homepage": "https://github.com/rejas/gulp-json-editor#readme", | ||
"bugs": "https://github.com/rejas/gulp-json-editor/issues", | ||
"repository": "https://github.com/rejas/gulp-json-editor.git", | ||
"author": { | ||
"name": "Veeck", | ||
"name": "rejas", | ||
"url": "https://github.com/rejas" | ||
}, | ||
"keywords": [ | ||
"gulpplugin", | ||
"gulp", | ||
"json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/rejas/gulp-json-editor.git" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
@@ -34,6 +23,17 @@ "deepmerge": "^2.1.0", | ||
"gulp": "^4.0.0", | ||
"mocha": "^5.0.5", | ||
"mocha": "^5.1.1", | ||
"should": "^13.2.1", | ||
"vinyl": "^2.1.0" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"keywords": [ | ||
"gulpplugin", | ||
"gulp", | ||
"json" | ||
], | ||
"scripts": { | ||
"test": "mocha" | ||
} | ||
} |
# gulp-json-editor | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/rejas/gulp-json-editor.svg)](https://greenkeeper.io/) | ||
[![npm version](https://badge.fury.io/js/gulp-json-editor.svg)](https://www.npmjs.com/package/gulp-json-editor) | ||
[![Build Status](https://secure.travis-ci.org/rejas/gulp-json-editor.png?branch=master)](https://travis-ci.org/rejas/gulp-json-editor) | ||
gulp-json-editor is a [gulp](https://github.com/gulpjs/gulp) plugin to edit JSON object. | ||
gulp-json-editor is a [gulp](https://github.com/gulpjs/gulp) plugin to edit JSON objects. | ||
@@ -8,0 +8,0 @@ ## Usage |
@@ -0,0 +0,0 @@ /* jshint node: true */ |
@@ -0,0 +0,0 @@ /* jshint node: true */ |
@@ -0,0 +0,0 @@ /* jshint node: true */ |
@@ -0,0 +0,0 @@ /* jshint node: true */ |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
19
109947
2