{ "_args": [ [ "read-chunk@3.2.0", "/root/spacedeck-open" ] ], "_from": "read-chunk@3.2.0", "_id": "read-chunk@3.2.0", "_inBundle": false, "_integrity": "sha512-CEjy9LCzhmD7nUpJ1oVOE6s/hBkejlcJEgLQHVnQznOSilOPb+kpKktlLfFDK3/WP43+F80xkUTM2VOkYoSYvQ==", "_location": "/read-chunk", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "read-chunk@3.2.0", "name": "read-chunk", "escapedName": "read-chunk", "rawSpec": "3.2.0", "saveSpec": null, "fetchSpec": "3.2.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/read-chunk/-/read-chunk-3.2.0.tgz", "_spec": "3.2.0", "_where": "/root/spacedeck-open", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/read-chunk/issues" }, "dependencies": { "pify": "^4.0.1", "with-open-file": "^0.1.6" }, "description": "Read a chunk from a file", "devDependencies": { "@types/node": "^11.12.2", "ava": "^1.4.1", "sinon": "^7.3.1", "tsd": "^0.7.1", "xo": "^0.24.0" }, "engines": { "node": ">=6" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/sindresorhus/read-chunk#readme", "keywords": [ "read", "file", "readfile", "fs", "chunk", "slice", "part", "head", "tail", "buffer", "fd", "open" ], "license": "MIT", "name": "read-chunk", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/read-chunk.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "3.2.0" }