read-yaml-file
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "read-yaml-file", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"description": "Read and parse a YAML file", | ||
"keywords": [ | ||
"yaml", | ||
"read" | ||
], | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"email": "z@kochan.io" | ||
}, | ||
"repository": "https://github.com/zkochan/packages/tree/master/read-yaml-file", | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "standard && preview && node test" | ||
}, | ||
"dependencies": { | ||
"graceful-fs": "^4.1.5", | ||
"js-yaml": "^3.6.1", | ||
"pify": "^4.0.1", | ||
"strip-bom": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"package-preview": "^1.0.6", | ||
"standard": "^12.0.1", | ||
"tape": "^4.9.1" | ||
} | ||
"name": "read-yaml-file", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"description": "Read and parse a YAML file", | ||
"keywords": [ | ||
"yaml", | ||
"read" | ||
], | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"email": "z@kochan.io" | ||
}, | ||
"repository": "https://github.com/zkochan/packages/tree/master/read-yaml-file", | ||
"engines": { | ||
"node": ">=10.13" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "standard && preview && node test" | ||
}, | ||
"dependencies": { | ||
"graceful-fs": "^4.2.3", | ||
"js-yaml": "^3.13.1", | ||
"pify": "^5.0.0", | ||
"strip-bom": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"package-preview": "3.0.0", | ||
"standard": "^14.3.3", | ||
"tape": "^4.13.2" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # read-yaml-file | ||
```sh | ||
npm install --save read-yaml-file | ||
<npm|yarn|pnpm> add read-yaml-file | ||
``` | ||
@@ -13,0 +13,0 @@ |
3154
+ 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
Updatedjs-yaml@^3.13.1
Updatedpify@^5.0.0
Updatedstrip-bom@^4.0.0