{ "_from": "read-file@^0.2.0", "_id": "read-file@0.2.0", "_inBundle": false, "_integrity": "sha1-cMa6+IQux9FUD5gf0Oau1Mgb1UU=", "_location": "/read-file", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "read-file@^0.2.0", "name": "read-file", "escapedName": "read-file", "rawSpec": "^0.2.0", "saveSpec": null, "fetchSpec": "^0.2.0" }, "_requiredBy": [ "/base-data" ], "_resolved": "https://registry.npmjs.org/read-file/-/read-file-0.2.0.tgz", "_shasum": "70c6baf8842ec7d1540f981fd0e6aed4c81bd545", "_spec": "read-file@^0.2.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-data", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/read-file/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Thin wrapper around fs.readFile and fs.readFileSync that also strips byte order marks when `utf8` encoding is chosen. Also optionally replaces windows newlines with unix newlines.", "engines": { "node": ">=0.8" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/read-file", "keywords": [ "bom", "file", "fs", "path", "read", "util", "readfile", "readfilesync" ], "license": "MIT", "main": "index.js", "name": "read-file", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/read-file.git" }, "scripts": { "test": "mocha" }, "verb": { "related": { "list": [ "read-yaml", "read-data", "write", "copy" ] } }, "version": "0.2.0" }