{
  "_args": [
    [
      "read-file@0.2.0",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_development": true,
  "_from": "read-file@0.2.0",
  "_id": "read-file@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-cMa6+IQux9FUD5gf0Oau1Mgb1UU=",
  "_location": "/read-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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": [
    "/gulp-append-prepend"
  ],
  "_resolved": "https://registry.npmjs.org/read-file/-/read-file-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/read-file/issues"
  },
  "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"
}
