read-ini-file
Advanced tools
Comparing version 2.0.0 to 3.0.0
112
package.json
{ | ||
"name": "read-ini-file", | ||
"version": "2.0.0", | ||
"description": "Read and parse an ini file", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
"test-readme": "mos t", | ||
"test": "standard && preview && tape test", | ||
"md": "mos" | ||
}, | ||
"repository": "https://github.com/zkochan/packages/tree/master/read-ini-file", | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
}, | ||
"keywords": [ | ||
"read", | ||
"ini", | ||
"parse", | ||
"file", | ||
"fs", | ||
"graceful", | ||
"load" | ||
], | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"email": "zoltankochan@gmail.com", | ||
"url": "https://www.kochan.io" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/zkochan/packages/issues" | ||
}, | ||
"homepage": "https://github.com/zkochan/packages/tree/master/read-ini-file#readme#readme", | ||
"dependencies": { | ||
"graceful-fs": "^4.1.11", | ||
"ini": "^1.3.4", | ||
"pify": "^4.0.1", | ||
"strip-bom": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"package-preview": "^1.0.5", | ||
"standard": "^12.0.1", | ||
"tape": "^4.6.3" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
} | ||
"name": "read-ini-file", | ||
"version": "3.0.0", | ||
"description": "Read and parse an ini file", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
"test-readme": "mos t", | ||
"test": "standard && preview && tape test", | ||
"md": "mos" | ||
}, | ||
"repository": "https://github.com/zkochan/packages/tree/master/read-ini-file", | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
}, | ||
"keywords": [ | ||
"read", | ||
"ini", | ||
"parse", | ||
"file", | ||
"fs", | ||
"graceful", | ||
"load" | ||
], | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"email": "zoltankochan@gmail.com", | ||
"url": "https://www.kochan.io" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/zkochan/packages/issues" | ||
}, | ||
"homepage": "https://github.com/zkochan/packages/tree/master/read-ini-file#readme#readme", | ||
"dependencies": { | ||
"graceful-fs": "^4.2.3", | ||
"ini": "^1.3.5", | ||
"pify": "^5.0.0", | ||
"strip-bom": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"package-preview": "3.0.0", | ||
"standard": "^14.3.3", | ||
"tape": "^4.13.2" | ||
}, | ||
"engines": { | ||
"node": ">=10.13" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # read-ini-file | ||
```sh | ||
npm i -S read-ini-file | ||
<npm|yarn|pnpm> add read-ini-file | ||
``` | ||
@@ -15,0 +15,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
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
3524
+ Addedpify@5.0.0(transitive)
+ Addedstrip-bom@4.0.0(transitive)
- Removedpify@4.0.1(transitive)
- Removedstrip-bom@3.0.0(transitive)
Updatedgraceful-fs@^4.2.3
Updatedini@^1.3.5
Updatedpify@^5.0.0
Updatedstrip-bom@^4.0.0