summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/pacote/node_modules/tar-fs/package.json
blob: 2574d083ab61e335b64080d9dc74e52ea190995c (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
71
72
73
{
  "_from": "tar-fs@^1.15.1",
  "_id": "tar-fs@1.15.2",
  "_integrity": "sha1-dh9bMpMsezlGGmDVN/rqDYCEgww=",
  "_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.2.tgz",
  "_shasum": "761f5b32932c7b39461a60d537faea0d8084830c",
  "_shrinkwrap": null,
  "_spec": "tar-fs@^1.15.1",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/pacote",
  "author": {
    "name": "Mathias Buus"
  },
  "bin": null,
  "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",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/tar-fs.git"
  },
  "scripts": {
    "test": "standard && tape test/index.js"
  },
  "version": "1.15.2"
}