You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.8 KiB
79 lines
1.8 KiB
{
|
|
"_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": [
|
|
"/yeoman-generator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/read-chunk/-/read-chunk-3.2.0.tgz",
|
|
"_shasum": "2984afe78ca9bfbbdb74b19387bf9e86289c16ca",
|
|
"_spec": "read-chunk@^3.2.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\yeoman-generator",
|
|
"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"
|
|
}
|
|
|