12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_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": "range",
- "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": [
- "/cordova-ios/cordova-common"
- ],
- "_resolved": "https://registry.npmjs.org/read-chunk/-/read-chunk-3.2.0.tgz",
- "_shasum": "2984afe78ca9bfbbdb74b19387bf9e86289c16ca",
- "_spec": "read-chunk@^3.2.0",
- "_where": "/Users/alexmanuel/MyApp/node_modules/cordova-ios/node_modules/cordova-common",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/read-chunk/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "pify": "^4.0.1",
- "with-open-file": "^0.1.6"
- },
- "deprecated": false,
- "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"
- }
|