summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tar/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tar/package.json')
-rw-r--r--deps/npm/node_modules/tar/package.json22
1 files changed, 19 insertions, 3 deletions
diff --git a/deps/npm/node_modules/tar/package.json b/deps/npm/node_modules/tar/package.json
index 4f6603035..207eaa1fd 100644
--- a/deps/npm/node_modules/tar/package.json
+++ b/deps/npm/node_modules/tar/package.json
@@ -26,8 +26,6 @@
"tap": "0.x"
},
"license": "BSD",
- "readme": "# node-tar\n\nTar for Node.js.\n\n[![NPM](https://nodei.co/npm/tar.png)](https://nodei.co/npm/tar/)\n\n## API\n\nSee `examples/` for usage examples.\n\n### var tar = require('tar')\n\nReturns an object with `.Pack`, `.Extract` and `.Parse` methods.\n\n### tar.Pack([properties])\n\nReturns a through stream. Use\n[fstream](https://npmjs.org/package/fstream) to write files into the\npack stream and you will receive tar archive data from the pack\nstream.\n\nThis only works with directories, it does not work with individual files.\n\nThe optional `properties` object are used to set properties in the tar\n'Global Extended Header'.\n\n### tar.Extract([options])\n\nReturns a through stream. Write tar data to the stream and the files\nin the tarball will be extracted onto the filesystem.\n\n`options` can be:\n\n```js\n{\n path: '/path/to/extract/tar/into',\n strip: 0, // how many path segments to strip from the root when extracting\n}\n```\n\n`options` also get passed to the `fstream.Writer` instance that `tar`\nuses internally.\n\n### tar.Parse()\n\nReturns a writable stream. Write tar data to it and it will emit\n`entry` events for each entry parsed from the tarball. This is used by\n`tar.Extract`.\n",
- "readmeFilename": "README.md",
"gitHead": "476bf6f5882b9c33d1cbf66f175d0f25e3981044",
"bugs": {
"url": "https://github.com/isaacs/node-tar/issues"
@@ -35,5 +33,23 @@
"homepage": "https://github.com/isaacs/node-tar",
"_id": "tar@1.0.1",
"_shasum": "6075b5a1f236defe0c7e3756d3d9b3ebdad0f19a",
- "_from": "tar@latest"
+ "_from": "tar@1.0.1",
+ "_npmVersion": "1.4.23",
+ "_npmUser": {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ },
+ "maintainers": [
+ {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ }
+ ],
+ "dist": {
+ "shasum": "6075b5a1f236defe0c7e3756d3d9b3ebdad0f19a",
+ "tarball": "http://registry.npmjs.org/tar/-/tar-1.0.1.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/tar/-/tar-1.0.1.tgz",
+ "readme": "ERROR: No README data found!"
}