summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/tar/package.json
blob: 9d96d30ebed6d9262a05816c1183edc1b5b9b820 (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
74
75
76
77
78
79
80
81
82
{
  "_from": "tar@4.4.8",
  "_id": "tar@4.4.8",
  "_inBundle": false,
  "_integrity": "sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==",
  "_location": "/tar",
  "_phantomChildren": {
    "safe-buffer": "5.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tar@4.4.8",
    "name": "tar",
    "escapedName": "tar",
    "rawSpec": "4.4.8",
    "saveSpec": null,
    "fetchSpec": "4.4.8"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/tar/-/tar-4.4.8.tgz",
  "_shasum": "b19eec3fde2a96e64666df9fdb40c5ca1bc3747d",
  "_spec": "tar@4.4.8",
  "_where": "/Users/zkat/Documents/code/work/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/node-tar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chownr": "^1.1.1",
    "fs-minipass": "^1.2.5",
    "minipass": "^2.3.4",
    "minizlib": "^1.1.1",
    "mkdirp": "^0.5.0",
    "safe-buffer": "^5.1.2",
    "yallist": "^3.0.2"
  },
  "deprecated": false,
  "description": "tar for node",
  "devDependencies": {
    "chmodr": "^1.2.0",
    "end-of-stream": "^1.4.1",
    "events-to-array": "^1.1.2",
    "mutate-fs": "^2.1.1",
    "rimraf": "^2.6.2",
    "tap": "^12.0.1",
    "tar-fs": "^1.16.3",
    "tar-stream": "^1.6.2"
  },
  "engines": {
    "node": ">=4.5"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "homepage": "https://github.com/npm/node-tar#readme",
  "license": "ISC",
  "name": "tar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/node-tar.git"
  },
  "scripts": {
    "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
    "genparse": "node scripts/generate-parse-fixtures.js",
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap test/*.js --100 -J --coverage-report=text -c"
  },
  "version": "4.4.8"
}