updated sys and created publi
This commit is contained in:
+15
-47
@@ -1,50 +1,33 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "block-stream@*",
|
||||
"scope": null,
|
||||
"escapedName": "block-stream",
|
||||
"name": "block-stream",
|
||||
"rawSpec": "*",
|
||||
"spec": "*",
|
||||
"type": "range"
|
||||
},
|
||||
"/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/tar"
|
||||
"block-stream@0.0.9",
|
||||
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
||||
]
|
||||
],
|
||||
"_from": "block-stream@*",
|
||||
"_development": true,
|
||||
"_from": "block-stream@0.0.9",
|
||||
"_id": "block-stream@0.0.9",
|
||||
"_inCache": true,
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
|
||||
"_location": "/block-stream",
|
||||
"_nodeVersion": "5.6.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/block-stream-0.0.9.tgz_1462149852620_0.6890447810292244"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "isaacs",
|
||||
"email": "i@izs.me"
|
||||
},
|
||||
"_npmVersion": "3.8.5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "block-stream@*",
|
||||
"scope": null,
|
||||
"escapedName": "block-stream",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "block-stream@0.0.9",
|
||||
"name": "block-stream",
|
||||
"rawSpec": "*",
|
||||
"spec": "*",
|
||||
"type": "range"
|
||||
"escapedName": "block-stream",
|
||||
"rawSpec": "0.0.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tar"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
|
||||
"_shasum": "13ebfe778a03205cfe03751481ebb4b3300c126a",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "block-stream@*",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/tar",
|
||||
"_spec": "0.0.9",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
@@ -60,31 +43,16 @@
|
||||
"devDependencies": {
|
||||
"tap": "^5.7.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "13ebfe778a03205cfe03751481ebb4b3300c126a",
|
||||
"tarball": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.4 || >=0.5.8"
|
||||
},
|
||||
"files": [
|
||||
"block-stream.js"
|
||||
],
|
||||
"gitHead": "321cf242ef6d130bb2e59c0565a61ded5dd2673f",
|
||||
"homepage": "https://github.com/isaacs/block-stream#readme",
|
||||
"license": "ISC",
|
||||
"main": "block-stream.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "isaacs",
|
||||
"email": "i@izs.me"
|
||||
}
|
||||
],
|
||||
"name": "block-stream",
|
||||
"optionalDependencies": {},
|
||||
"readme": "# block-stream\n\nA stream of blocks.\n\nWrite data into it, and it'll output data in buffer blocks the size you\nspecify, padding with zeroes if necessary.\n\n```javascript\nvar block = new BlockStream(512)\nfs.createReadStream(\"some-file\").pipe(block)\nblock.pipe(fs.createWriteStream(\"block-file\"))\n```\n\nWhen `.end()` or `.flush()` is called, it'll pad the block with zeroes.\n",
|
||||
"readmeFilename": "README.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/isaacs/block-stream.git"
|
||||
|
||||
Reference in New Issue
Block a user