Initial commit
[yaffs-website] / node_modules / tar / package.json
1 {
2   "_args": [
3     [
4       "tar@^2.0.0",
5       "/var/www/yaffs/node_modules/node-gyp"
6     ]
7   ],
8   "_from": "tar@>=2.0.0 <3.0.0",
9   "_id": "tar@2.2.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/tar",
13   "_nodeVersion": "2.2.2",
14   "_npmUser": {
15     "email": "kat@sykosomatic.org",
16     "name": "zkat"
17   },
18   "_npmVersion": "2.14.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "tar",
22     "raw": "tar@^2.0.0",
23     "rawSpec": "^2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/node-gyp"
30   ],
31   "_resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
32   "_shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
33   "_shrinkwrap": null,
34   "_spec": "tar@^2.0.0",
35   "_where": "/var/www/yaffs/node_modules/node-gyp",
36   "author": {
37     "email": "i@izs.me",
38     "name": "Isaac Z. Schlueter",
39     "url": "http://blog.izs.me/"
40   },
41   "bugs": {
42     "url": "https://github.com/isaacs/node-tar/issues"
43   },
44   "dependencies": {
45     "block-stream": "*",
46     "fstream": "^1.0.2",
47     "inherits": "2"
48   },
49   "description": "tar for node",
50   "devDependencies": {
51     "graceful-fs": "^4.1.2",
52     "mkdirp": "^0.5.0",
53     "rimraf": "1.x",
54     "tap": "0.x"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
59     "tarball": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz"
60   },
61   "gitHead": "52237e39d2eb68d22a32d9a98f1d762189fe6a3d",
62   "homepage": "https://github.com/isaacs/node-tar#readme",
63   "license": "ISC",
64   "main": "tar.js",
65   "maintainers": [
66     {
67       "name": "isaacs",
68       "email": "isaacs@npmjs.com"
69     },
70     {
71       "name": "othiym23",
72       "email": "ogd@aoaioxxysz.net"
73     },
74     {
75       "name": "soldair",
76       "email": "soldair@gmail.com"
77     },
78     {
79       "name": "zkat",
80       "email": "kat@sykosomatic.org"
81     }
82   ],
83   "name": "tar",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git://github.com/isaacs/node-tar.git"
89   },
90   "scripts": {
91     "test": "tap test/*.js"
92   },
93   "version": "2.2.1"
94 }