5aa78aec3010626e8b2c09dea787a78c32ba1bfb
[platform/upstream/nodejs.git] / deps / npm / node_modules / node-gyp / 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": "1.0.3",
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": "^3.0.2",
25     "rimraf": "1.x",
26     "tap": "0.x",
27     "mkdirp": "^0.5.0"
28   },
29   "license": "BSD",
30   "gitHead": "f4151128c585da236c6b1e278b762ecaedc20c15",
31   "bugs": {
32     "url": "https://github.com/isaacs/node-tar/issues"
33   },
34   "homepage": "https://github.com/isaacs/node-tar",
35   "_id": "tar@1.0.3",
36   "_shasum": "15bcdab244fa4add44e4244a0176edb8aa9a2b44",
37   "_from": "tar@>=1.0.0 <2.0.0",
38   "_npmVersion": "2.1.10",
39   "_nodeVersion": "0.10.33",
40   "_npmUser": {
41     "name": "othiym23",
42     "email": "ogd@aoaioxxysz.net"
43   },
44   "maintainers": [
45     {
46       "name": "isaacs",
47       "email": "i@izs.me"
48     },
49     {
50       "name": "othiym23",
51       "email": "ogd@aoaioxxysz.net"
52     }
53   ],
54   "dist": {
55     "shasum": "15bcdab244fa4add44e4244a0176edb8aa9a2b44",
56     "tarball": "http://registry.npmjs.org/tar/-/tar-1.0.3.tgz"
57   },
58   "directories": {},
59   "_resolved": "https://registry.npmjs.org/tar/-/tar-1.0.3.tgz"
60 }