read-ini-file
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "read-ini-file", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Read and parse an ini file", | ||
@@ -10,9 +10,7 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mos t && standard && tape test", | ||
"test-readme": "mos t", | ||
"test": "standard && preview && tape test", | ||
"md": "mos" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/zkochan/read-ini-file.git" | ||
}, | ||
"repository": "https://github.com/zkochan/packages/tree/master/read-ini-file", | ||
"mos": { | ||
@@ -42,9 +40,9 @@ "plugins": [ | ||
"bugs": { | ||
"url": "https://github.com/zkochan/read-ini-file/issues" | ||
"url": "https://github.com/zkochan/packages/issues" | ||
}, | ||
"homepage": "https://github.com/zkochan/read-ini-file#readme", | ||
"homepage": "https://github.com/zkochan/packages/tree/master/read-ini-file#readme#readme", | ||
"dependencies": { | ||
"graceful-fs": "^4.1.11", | ||
"ini": "^1.3.4", | ||
"pify": "^2.3.0", | ||
"pify": "^4.0.1", | ||
"strip-bom": "^3.0.0" | ||
@@ -55,5 +53,9 @@ }, | ||
"mos-plugin-readme": "^1.0.4", | ||
"standard": "^10.0.2", | ||
"package-preview": "^1.0.5", | ||
"standard": "^12.0.1", | ||
"tape": "^4.6.3" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
} | ||
} |
@@ -5,4 +5,4 @@ # read-ini-file | ||
<!--@shields('npm', 'travis')--> | ||
[![npm version](https://img.shields.io/npm/v/read-ini-file.svg)](https://www.npmjs.com/package/read-ini-file) [![Build Status](https://img.shields.io/travis/zkochan/read-ini-file/master.svg)](https://travis-ci.org/zkochan/read-ini-file) | ||
<!--@shields('npm')--> | ||
[![npm version](https://img.shields.io/npm/v/read-ini-file.svg)](https://www.npmjs.com/package/read-ini-file) | ||
<!--/@--> | ||
@@ -9,0 +9,0 @@ |
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
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
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
3582
5
1
+ Addedpify@4.0.1(transitive)
- Removedpify@2.3.0(transitive)
Updatedpify@^4.0.1