]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/tar/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / tar / package.json
1 {
2   "author": {
3     "name": "Isaac Z. Schlueter",
4     "email": "i@izs.me",
5     "url": "http://blog.izs.me/"
6   },
7   "name": "tar",
8   "description": "tar for node",
9   "version": "2.2.1",
10   "repository": {
11     "type": "git",
12     "url": "git://github.com/isaacs/node-tar.git"
13   },
14   "main": "tar.js",
15   "scripts": {
16     "test": "tap test/*.js"
17   },
18   "dependencies": {
19     "block-stream": "*",
20     "fstream": "^1.0.2",
21     "inherits": "2"
22   },
23   "devDependencies": {
24     "graceful-fs": "^4.1.2",
25     "rimraf": "1.x",
26     "tap": "0.x",
27     "mkdirp": "^0.5.0"
28   },
29   "license": "ISC",
30   "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'. If the `fromBase` property is set to true,\nthe tar will contain files relative to the path passed, and not with\nthe path included.\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",
31   "readmeFilename": "README.md",
32   "gitHead": "52237e39d2eb68d22a32d9a98f1d762189fe6a3d",
33   "bugs": {
34     "url": "https://github.com/isaacs/node-tar/issues"
35   },
36   "homepage": "https://github.com/isaacs/node-tar#readme",
37   "_id": "tar@2.2.1",
38   "_shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
39   "_from": "tar@2.2.1"
40 }