summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/pacote/node_modules/tar-fs/package.json
blob: 2832072b548330b70d09000b91c0e6039b0380bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "tar-fs@^1.15.1",
  "_id": "tar-fs@1.15.3",
  "_inBundle": false,
  "_integrity": "sha1-7M+TXpQUk9gVECjmNuUc5MPKfyA=",
  "_location": "/pacote/tar-fs",
  "_phantomChildren": {
    "once": "1.4.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tar-fs@^1.15.1",
    "name": "tar-fs",
    "escapedName": "tar-fs",
    "rawSpec": "^1.15.1",
    "saveSpec": null,
    "fetchSpec": "^1.15.1"
  },
  "_requiredBy": [
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.3.tgz",
  "_shasum": "eccf935e941493d8151028e636e51ce4c3ca7f20",
  "_spec": "tar-fs@^1.15.1",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/pacote",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/tar-fs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chownr": "^1.0.1",
    "mkdirp": "^0.5.1",
    "pump": "^1.0.0",
    "tar-stream": "^1.1.2"
  },
  "deprecated": false,
  "description": "filesystem bindings for tar-stream",
  "devDependencies": {
    "rimraf": "^2.2.8",
    "standard": "^4.5.4",
    "tape": "^3.0.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/mafintosh/tar-fs",
  "keywords": [
    "tar",
    "fs",
    "file",
    "tarball",
    "directory",
    "stream"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "tar-fs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/tar-fs.git"
  },
  "scripts": {
    "test": "standard && tape test/index.js"
  },
  "version": "1.15.3"
}