{ "_from": "file-contents@^0.2.4", "_id": "file-contents@0.2.4", "_inBundle": false, "_integrity": "sha1-BQb3uO/2KvpFrkXaTfnp1H30U8s=", "_location": "/file-contents", "_phantomChildren": { "is-extendable": "0.1.1" }, "_requested": { "type": "range", "registry": true, "raw": "file-contents@^0.2.4", "name": "file-contents", "escapedName": "file-contents", "rawSpec": "^0.2.4", "saveSpec": null, "fetchSpec": "^0.2.4" }, "_requiredBy": [ "/assemble-loader", "/to-file" ], "_resolved": "https://registry.npmjs.org/file-contents/-/file-contents-0.2.4.tgz", "_shasum": "0506f7b8eff62afa45ae45da4df9e9d47df453cb", "_spec": "file-contents@^0.2.4", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/assemble-loader", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/file-contents/issues" }, "bundleDependencies": false, "dependencies": { "extend-shallow": "^2.0.0", "file-stat": "^0.1.0", "graceful-fs": "^4.1.2", "is-buffer": "^1.1.0", "is-utf8": "^0.2.0", "lazy-cache": "^0.2.3", "through2": "^2.0.0" }, "deprecated": false, "description": "Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.", "devDependencies": { "gulp": "^3.9.0", "gulp-istanbul": "^0.10.1", "gulp-jshint": "^1.11.2", "gulp-mocha": "^2.1.3", "jshint-stylish": "^2.0.1", "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js", "utils.js" ], "homepage": "https://github.com/jonschlinkert/file-contents", "keywords": [ "buffer", "content", "contents", "directory", "file", "filepath", "fs", "is", "is-directory", "is-file", "path", "plugin", "read", "read-file", "readdir", "stat", "stats", "stream", "through", "vinyl" ], "license": "MIT", "main": "index.js", "name": "file-contents", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/file-contents.git" }, "scripts": { "test": "mocha" }, "verb": { "related": { "list": [ "stream-loader", "file-stat", "file-symlinks", "vinyl", "vinyl-fs" ] } }, "version": "0.2.4" }