thedesk/app/node_modules/read-chunk/package.json

74 lines
1.5 KiB
JSON
Raw Normal View History

2018-02-19 04:41:25 +11:00
{
"_args": [
[
2018-05-26 22:48:13 +10:00
"read-chunk@1.0.1",
"/Users/aa/TheDesk/app"
2018-02-19 04:41:25 +11:00
]
],
2018-05-26 22:48:13 +10:00
"_from": "read-chunk@1.0.1",
2018-02-19 04:41:25 +11:00
"_id": "read-chunk@1.0.1",
2018-05-26 22:48:13 +10:00
"_inBundle": false,
"_integrity": "sha1-X2jKswfmY/GZk1J9m1icrORmEZQ=",
2018-02-19 04:41:25 +11:00
"_location": "/read-chunk",
"_phantomChildren": {},
"_requested": {
2018-05-26 22:48:13 +10:00
"type": "version",
"registry": true,
"raw": "read-chunk@1.0.1",
2018-02-19 04:41:25 +11:00
"name": "read-chunk",
2018-05-26 22:48:13 +10:00
"escapedName": "read-chunk",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
2018-02-19 04:41:25 +11:00
},
"_requiredBy": [
"/jimp"
],
"_resolved": "https://registry.npmjs.org/read-chunk/-/read-chunk-1.0.1.tgz",
2018-05-26 22:48:13 +10:00
"_spec": "1.0.1",
"_where": "/Users/aa/TheDesk/app",
2018-02-19 04:41:25 +11:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/read-chunk/issues"
},
"description": "Read a chunk from a file",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
2018-05-26 22:48:13 +10:00
"homepage": "https://github.com/sindresorhus/read-chunk#readme",
2018-02-19 04:41:25 +11:00
"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": "mocha"
},
"version": "1.0.1"
}